Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.6.0.096-orioledb"
postgres17: "17.6.1.139"
postgres15: "15.14.1.139"
postgresorioledb-17: "17.6.0.097-orioledb"
postgres17: "17.6.1.140"
postgres15: "15.14.1.140"

# Non Postgres Extensions
pgbouncer_release: 1.25.1
Expand All @@ -25,10 +25,10 @@ postgrest_release: "14.5" # keep this as a string, otherwise gets treated as yam
postgrest_arm_release_checksum: sha256:70c07ff875710538903c9b6b6de00e126250e335da25b0ff7d1b13bb4c94bf41
postgrest_x86_release_checksum: sha256:ab5cc7e974d4940447991804588cfb8b3f7b2c57b691f0905df04d51ede69470

gotrue_release: 2.190.0
gotrue_release_checksum: sha1:7ceab0d91ebc68792afb58d07cfb73e1505de882
gotrue_arm_release_checksum: sha1:7ceab0d91ebc68792afb58d07cfb73e1505de882
gotrue_x86_release_checksum: sha1:56725ea31e32601dd5861f2e6f5d1e3cfd72299b
gotrue_release: 2.192.0
gotrue_release_checksum: sha1:6a35c2848b1fd660788695da5b97d22ea70bfcb1
gotrue_arm_release_checksum: sha1:6a35c2848b1fd660788695da5b97d22ea70bfcb1
gotrue_x86_release_checksum: sha1:8c0b0f681537cfe185d5164ba96b4de49f908fba

aws_cli_release: 2.23.11

Expand Down
Loading