File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 61
61
shell : |
62
62
cd /tmp && tar -cJf supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz supabase-admin-api
63
63
64
+ - name : Download admin-mgr archive
65
+ get_url :
66
+ url : " https://supabase-public-artifacts-bucket.s3.amazonaws.com/admin-mgr/v{{ adminmgr_release }}/admin-mgr_{{ adminmgr_release }}_linux_{{ arch }}.tar.gz"
67
+ dest : " /tmp/admin-mgr.tar.gz"
68
+ timeout : 90
69
+
70
+ - name : admin-mgr - unpack archive in /tmp
71
+ unarchive :
72
+ remote_src : yes
73
+ src : /tmp/admin-mgr.tar.gz
74
+ dest : /tmp
75
+
76
+ - name : admin-mgr - pack archive
77
+ shell : |
78
+ cd /tmp && tar -cJf admin-mgr-{{ adminmgr_release }}-arm64.tar.xz admin-mgr
79
+
64
80
- name : upload archives
65
81
shell : |
66
82
aws s3 cp /tmp/{{ item.file }} s3://{{ internal_artifacts_bucket }}/upgrades/{{ item.service }}/{{ item.file }}
71
87
file : postgrest-{{ postgrest_release }}-arm64.tar.xz
72
88
- service : supabase-admin-api
73
89
file : supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz
90
+ - service : admin-mgr
91
+ file : admin-mgr-{{ adminmgr_release }}-arm64.tar.xz
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ postgres_exporter_release_checksum:
42
42
amd64 : sha256:ff541bd3ee19c0ae003d71424a75edfcc8695e828dd20d5b4555ce433c89d60b
43
43
44
44
adminapi_release : 0.49.0
45
- adminmgr_release : 0.10.0
45
+ adminmgr_release : 0.10.2
46
46
47
47
# Postgres Extensions
48
48
postgis_release : " 3.3.2"
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.118 "
1
+ postgres-version = " 15.1.0.119 "
You can’t perform that action at this time.
0 commit comments