Skip to content

Commit

Permalink
bump to postgrest v12.2.3
Browse files Browse the repository at this point in the history
New patch release https://github.com/PostgREST/postgrest/releases/tag/v12.2.3

Includes an important fix for a regression PostgREST/postgrest#3670.
  • Loading branch information
steve-chavez authored and darora committed Aug 2, 2024
1 parent f4ace6e commit e5f90f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ pgbouncer_release: "1.19.0"
pgbouncer_release_checksum: sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682

# to get these use
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.2/postgrest-v12.2.2-ubuntu-aarch64.tar.xz -q -O- | sha1sum
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.2/postgrest-v12.2.2-linux-static-x64.tar.xz -q -O- | sha1sum
postgrest_release: "12.2.2"
postgrest_arm_release_checksum: sha1:444a52ae11381f0b78bf8e847641c7e5f6929216
postgrest_x86_release_checksum: sha1:db1b061c6b4ad34ef6f38d16c7d0557bf5b96daf
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-ubuntu-aarch64.tar.xz -q -O- | sha1sum
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-linux-static-x64.tar.xz -q -O- | sha1sum
postgrest_release: "12.2.3"
postgrest_arm_release_checksum: sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
postgrest_x86_release_checksum: sha1:61c513f91a8931be4062587b9d4a18b42acf5c05

gotrue_release: 2.157.1
gotrue_release_checksum: sha1:c8ff68fe39b864eaef62118102c2316ce3214ffc
Expand Down
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.101"
postgres-version = "15.6.1.102"
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.83"
postgres-version = "15.1.1.84"

0 comments on commit e5f90f9

Please sign in to comment.