Skip to content

Commit e5f90f9

Browse files
steve-chavezdarora
authored andcommitted
bump to postgrest v12.2.3
New patch release https://github.com/PostgREST/postgrest/releases/tag/v12.2.3 Includes an important fix for a regression PostgREST/postgrest#3670.
1 parent f4ace6e commit e5f90f9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ansible/vars.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ pgbouncer_release: "1.19.0"
1111
pgbouncer_release_checksum: sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
1212

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

2020
gotrue_release: 2.157.1
2121
gotrue_release_checksum: sha1:c8ff68fe39b864eaef62118102c2316ce3214ffc

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.101"
1+
postgres-version = "15.6.1.102"

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.83"
1+
postgres-version = "15.1.1.84"

0 commit comments

Comments
 (0)