Skip to content

Commit 95da588

Browse files
committed
feat: postgrest 13.0.4 (#1685)
1 parent f59289e commit 95da588

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
115115
| Goodie | Version | Description |
116116
| ------------- | :-------------: | ------------- |
117117
| [PgBouncer](https://www.pgbouncer.org/) | [1.19.0](http://www.pgbouncer.org/changelog.html#pgbouncer-119x) | Set up Connection Pooling. |
118-
| [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. |
118+
| [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. |
119119
| [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. | -->
120120

121121
## Install

ansible/vars.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ postgres_release:
1717
pgbouncer_release: "1.19.0"
1818
pgbouncer_release_checksum: sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
1919

20-
# The checksum can be found under "Assets", in the GitHub release page for each version:
21-
# https://github.com/PostgREST/postgrest/releases
22-
postgrest_release: "12.2.12"
23-
postgrest_arm_release_checksum: sha256:6b2eaa5759329e024df76f79d93f6bb3d87a93de11433acc5d66aa6c96f81f90
24-
postgrest_x86_release_checksum: sha256:5de4092f1719da3353c40bf96c8dec6913f2254a7cd0b61cc05f233153b557d5
20+
# to get these use
21+
# wget https://github.com/PostgREST/postgrest/releases/download/v13.0.4/postgrest-v13.0.4-ubuntu-aarch64.tar.xz -q -O- | sha1sum
22+
# wget https://github.com/PostgREST/postgrest/releases/download/v13.0.4/postgrest-v13.0.4-linux-static-x86-64.tar.xz -q -O- | sha1sum
23+
postgrest_release: "13.0.4"
24+
postgrest_arm_release_checksum: sha1:d4be5a9d8b661b241e057ac87cdb5c877b15a19e
25+
postgrest_x86_release_checksum: sha1:dff3e1132ca3b34b6b34325d2261104dbed842c0
2526

2627
gotrue_release: 2.177.0
2728
gotrue_release_checksum: sha1:664a26237618c4bfb1e33e4f03a540c3cef3e3c8

0 commit comments

Comments
 (0)