Skip to content

Commit e5e9268

Browse files
committed
fix: also rewrite manifest playbook tmp
1 parent ece76c0 commit e5e9268

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/manifest-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# currently, we upload gotrue, adminapi, postgrest
1818
- name: gotrue - download commit archive
1919
get_url:
20-
url: "https://github.com/supabase/gotrue/releases/download/v{{ gotrue_release }}/auth-v{{ gotrue_release }}-arm64.tar.gz"
20+
url: "https://github.com/supabase/auth/releases/download/rc2.183.0-rc.10/auth-v2.183.0-rc.10-arm64.tar.gz"
2121
dest: /tmp/auth-v{{ gotrue_release }}-arm64.tar.gz
2222
checksum: "{{ gotrue_release_checksum }}"
2323
timeout: 60

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.010-orioledb-auth-trgm-4"
14-
postgres17: "17.6.1.053-auth-trgm-4"
15-
postgres15: "15.14.1.053-auth-trgm-4"
13+
postgresorioledb-17: "17.6.0.010-orioledb-auth-trgm-5"
14+
postgres17: "17.6.1.053-auth-trgm-5"
15+
postgres15: "15.14.1.053-auth-trgm-5"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0

0 commit comments

Comments
 (0)