Skip to content

Commit

Permalink
feat: bump auth version in postgres to v2.130 (#846)
Browse files Browse the repository at this point in the history
* feat: bump postgres version

* feat: update link

* feat: rename gotrue to auth

---------

Co-authored-by: [email protected] <[email protected]>
  • Loading branch information
J0 and [email protected] authored Dec 18, 2023
1 parent e149265 commit 1d78e9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/manifest-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# currently, we upload gotrue, adminapi, postgrest
- name: gotrue - download commit archive
get_url:
url: "https://github.com/supabase/gotrue/releases/download/v{{ gotrue_release }}/gotrue-v{{ gotrue_release }}-arm64.tar.gz"
url: "https://github.com/supabase/gotrue/releases/download/v{{ gotrue_release }}/auth-v{{ gotrue_release }}-arm64.tar.gz"
dest: /tmp/gotrue.tar.gz
checksum: "{{ gotrue_release_checksum }}"
timeout: 60
Expand Down
2 changes: 1 addition & 1 deletion ansible/tasks/setup-gotrue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

- name: gotrue - download commit archive
get_url:
url: "https://github.com/supabase/gotrue/releases/download/v{{ gotrue_release }}/gotrue-v{{ gotrue_release }}-{{ arch }}.tar.gz"
url: "https://github.com/supabase/gotrue/releases/download/v{{ gotrue_release }}/auth-v{{ gotrue_release }}-{{ arch }}.tar.gz"
dest: /tmp/gotrue.tar.gz
checksum: "{{ gotrue_release_checksum }}"

Expand Down
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ postgrest_release: "12.0.1"
postgrest_arm_release_checksum: sha1:4d75a7d69f2ed3bfe57f1f6473bab2d3a2981619
postgrest_x86_release_checksum: sha1:d220282a44780049781f4c77472f1d8c1f3fdf94

gotrue_release: 2.126.0
gotrue_release_checksum: sha1:832e034d099bebd00b357daa0a9b0e582f35f582
gotrue_release: 2.130.0
gotrue_release_checksum: sha1:713b1e51cfb5caac5c3b2026278c3ee061795b02

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.151"
postgres-version = "15.1.0.152"

0 comments on commit 1d78e9e

Please sign in to comment.