From dfeab73ec6966b0b9ab3ff516e61b9e3c2e66cd0 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 30 Jun 2025 23:34:20 -0400 Subject: [PATCH] feat: postgrest 13.0.4 --- README.md | 2 +- ansible/tasks/setup-postgrest.yml | 2 +- ansible/vars.yml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b5962f1c..a176ccec5 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to | 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/) | [v12.2.3](https://github.com/PostgREST/postgrest/releases/tag/v12.2.3) | Instantly transform your database into an RESTful API. | +| [PostgREST](https://postgrest.org/en/stable/) | [v13.0.4](https://github.com/PostgREST/postgrest/releases/tag/v13.0.4) | 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. | --> ## Install diff --git a/ansible/tasks/setup-postgrest.yml b/ansible/tasks/setup-postgrest.yml index 5f13d281c..df9fecb32 100644 --- a/ansible/tasks/setup-postgrest.yml +++ b/ansible/tasks/setup-postgrest.yml @@ -56,7 +56,7 @@ - name: PostgREST - download ubuntu binary archive (x86) get_url: - url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x64.tar.xz" + url: "https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-linux-static-x86-64.tar.xz" dest: /tmp/postgrest.tar.xz checksum: "{{ postgrest_x86_release_checksum }}" timeout: 60 diff --git a/ansible/vars.yml b/ansible/vars.yml index ecfe35060..0b60b75b7 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -18,11 +18,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.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 +# wget https://github.com/PostgREST/postgrest/releases/download/v13.0.4/postgrest-v13.0.4-ubuntu-aarch64.tar.xz -q -O- | sha1sum +# wget https://github.com/PostgREST/postgrest/releases/download/v13.0.4/postgrest-v13.0.4-linux-static-x86-64.tar.xz -q -O- | sha1sum +postgrest_release: "13.0.4" +postgrest_arm_release_checksum: sha1:d4be5a9d8b661b241e057ac87cdb5c877b15a19e +postgrest_x86_release_checksum: sha1:dff3e1132ca3b34b6b34325d2261104dbed842c0 gotrue_release: 2.176.1 gotrue_release_checksum: sha1:3b392d2e332d5b5114e571c0d62ab9f827fd5b76