From 4a55b06ea0d3f1dddf61af99ad1dab867a7da473 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Wed, 10 Jun 2026 14:07:31 -0500 Subject: [PATCH 1/2] feat: bump to PostgREST v14.13 --- README.md | 2 +- ansible/vars.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5adf57807..46a1e2367 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ This is the same PostgreSQL build that powers [Supabase](https://supabase.io), b | Goodie | Version | Description | | ------------- | :-------------: | ------------- | | [PgBouncer](https://www.pgbouncer.org/) | [1.19.0](http://www.pgbouncer.org/changelog.html#pgbouncer-119x) | Set up Connection Pooling. | -| [PostgREST](https://postgrest.org/en/stable/) | [v14.5](https://github.com/PostgREST/postgrest/releases/tag/v14.5) | Instantly transform your database into an RESTful API. | +| [PostgREST](https://postgrest.org/en/stable/) | [v14.13](https://github.com/PostgREST/postgrest/releases/tag/v14.13) | Instantly transform your database into an RESTful API. | | [WAL-G](https://github.com/wal-g/wal-g#wal-g) | [v2.0.1](https://github.com/wal-g/wal-g/releases/tag/v2.0.1) | Tool for physical database backup and recovery. | --> diff --git a/ansible/vars.yml b/ansible/vars.yml index 109feeed3..da3fa5bd7 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -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 @@ -21,9 +21,9 @@ pgbouncer_release_checksum: sha256:6e566ae92fe3ef7f6a1b9e26d6049f7d7ca39c40e29e7 # The checksum can be found under "Assets", in the GitHub release page for each version. # The binaries used are: ubuntu-aarch64 and linux-static. # https://github.com/PostgREST/postgrest/releases -postgrest_release: "14.5" # keep this as a string, otherwise gets treated as yaml float which will likely only lead to tears -postgrest_arm_release_checksum: sha256:70c07ff875710538903c9b6b6de00e126250e335da25b0ff7d1b13bb4c94bf41 -postgrest_x86_release_checksum: sha256:ab5cc7e974d4940447991804588cfb8b3f7b2c57b691f0905df04d51ede69470 +postgrest_release: "14.13" # keep this as a string, otherwise gets treated as yaml float which will likely only lead to tears +postgrest_arm_release_checksum: sha256:d100eec50ec02f3811679847b2c90d08e178b2123c1f079eadddb8a920bcde2a +postgrest_x86_release_checksum: sha256:2a0537411cd79c7180f8669a6488d5813b89f93fa7e486915512aca96f1a9bcf gotrue_release: 2.190.0 gotrue_release_checksum: sha1:7ceab0d91ebc68792afb58d07cfb73e1505de882 From 6a340539272ce20d10feefd53196b86172cf2713 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Tue, 23 Jun 2026 13:56:02 -0500 Subject: [PATCH 2/2] update version for ami test --- ansible/vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index da3fa5bd7..e52b2a71f 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,9 +10,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.6.0.097-orioledb" - postgres17: "17.6.1.140" - postgres15: "15.14.1.140" + postgresorioledb-17: "17.6.0.097-orioledb-pgrst-14-13" + postgres17: "17.6.1.140-pgrst-14-13" + postgres15: "15.14.1.140-pgrst-14-13" # Non Postgres Extensions pgbouncer_release: 1.25.1