8000 feat: bump gotrue version to v2.99.0 by J0 · Pull Request #744 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content

feat: bump gotrue version to v2.99.0 #744

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 1 commit into from
Oct 3, 2023
Merged
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
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ postgrest_release: "11.2.0"
postgrest_arm_release_checksum: sha1:42496254d6fb8aa5660b8b7586f1e6a40977e319
postgrest_x86_release_checksum: sha1:6c09ba1b97830e794a28ad7e475f7f8d20e759cc

gotrue_release: 2.92.1
gotrue_release_checksum: sha1:d893b5f0a433a087536773b961b96acbfd0bb55a
gotrue_release: 2.99.0
gotrue_release_checksum: sha1:2076accd8546612aae1f741b0335b9895cce1f01

aws_cli_release: "2.2.7"

Expand Down
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.0.121"
postgres-version = "15.1.0.122"
0