Skip to content

Commit 4ef44dd

Browse files
committed
chore: bump to PostgREST v12.2.8
1 parent 4b44f86 commit 4ef44dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Unmodified Postgres with some useful plugins. Our goal with this repo is not to
114114
| Goodie | Version | Description |
115115
| ------------- | :-------------: | ------------- |
116116
| [PgBouncer](https://www.pgbouncer.org/) | [1.19.0](http://www.pgbouncer.org/changelog.html#pgbouncer-119x) | Set up Connection Pooling. |
117-
| [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. |
117+
| [PostgREST](https://postgrest.org/en/stable/) | [v12.2.8](https://github.com/PostgREST/postgrest/releases/tag/v12.2.8) | Instantly transform your database into an RESTful API. |
118118
| [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. | -->
119119

120120
## Install

ansible/vars.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ pgbouncer_release: "1.19.0"
1818
pgbouncer_release_checksum: sha256:af0b05e97d0e1fd9ad45fe00ea6d2a934c63075f67f7e2ccef2ca59e3d8ce682
1919

2020
# to get these use
21-
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-ubuntu-aarch64.tar.xz -q -O- | sha1sum
22-
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-linux-static-x64.tar.xz -q -O- | sha1sum
23-
postgrest_release: "12.2.3"
24-
postgrest_arm_release_checksum: sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
25-
postgrest_x86_release_checksum: sha1:61c513f91a8931be4062587b9d4a18b42acf5c05
21+
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.8/postgrest-v12.2.8-ubuntu-aarch64.tar.xz -q -O- | sha1sum
22+
# wget https://github.com/PostgREST/postgrest/releases/download/v12.2.8/postgrest-v12.2.8-linux-static-x64.tar.xz -q -O- | sha1sum
23+
postgrest_release: "12.2.8"
24+
postgrest_arm_release_checksum: sha1:56e72424ce301886539dd0d4e8a9308119298d8e
25+
postgrest_x86_release_checksum: sha1:da39a3ee5e6b4b0d3255bfef95601890afd80709
2626

2727
gotrue_release: 2.170.0
2828
gotrue_release_checksum: sha1:a5741163de7d8da490c013cc8566c7210ed9f6fe

0 commit comments

Comments
 (0)