8000 fix: upgrade ami to contain auth 2.167.0 by J0 · Pull Request #1389 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

fix: upgrade ami to contain auth 2.167.0 8000 #1389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 24, 2024
Merged
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
8000
Diff view
10 changes: 5 additions & 5 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.0.1.010-orioledb"
postgres15: "15.8.1.020"
postgres16: "16.3.1.026"
postgresorioledb-17: "17.0.1.011-orioledb"
postgres15: "15.8.1.021"
postgres16: "16.3.1.027"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand All @@ -24,8 +24,8 @@ postgrest_release: "12.2.3"
postgrest_arm_release_checksum: sha1:fbfd6613d711ce1afa25c42d5df8f1b017f396f9
postgrest_x86_release_checksum: sha1:61c513f91a8931be4062587b9d4a18b42acf5c05

gotrue_release: 2.165.1
gotrue_release_checksum: sha1:bbd62327d8612ac756177dde81d5368b660ca4c8
gotrue_release: 2.167.0
gotrue_release_checksum: sha1:087553ffd442a050e716f3aae5f12ae716f44ae5

aws_cli_release: "2.2.7"

Expand Down
Loading
0