Skip to content
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
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"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To align with the package rename: https://github.com/supabase/gotrue/releases

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"