Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14](https://github.com/PostgREST/postgrest/releases/tag/v14.14) | 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. | -->


Expand Down
12 changes: 6 additions & 6 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.6.0.098-orioledb"
postgres17: "17.6.1.141"
postgres15: "15.14.1.141"
postgresorioledb-17: "17.6.0.099-orioledb-pgrst1414-b"
postgres17: "17.6.1.142-pgrst1414-b"
postgres15: "15.14.1.142-pgrst1414-b"

# Non Postgres Extensions
pgbouncer_release: 1.25.1
Expand All @@ -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.14" # keep this as a string, otherwise gets treated as yaml float which will likely only lead to tears
postgrest_arm_release_checksum: sha256:b230216ee60817f26482a4e856b45f12993ad19f9c74603c4abb96833e0d0a1a
postgrest_x86_release_checksum: sha256:e262410ce7e61f67fbbc21e122fa334da6b77038f978813fa095d5e2951227d0

gotrue_release: 2.190.0
gotrue_release_checksum: sha1:7ceab0d91ebc68792afb58d07cfb73e1505de882
Expand Down
Loading