File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
tasks/postgres-extensions Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG pg_net_release=0.7.1
23
23
ARG rum_release=1.3.13
24
24
ARG pg_hashids_release=cd0e1b31d52b394a0df64079406a14a4f7387cd6
25
25
ARG libsodium_release=1.0.18
26
- ARG pgsodium_release=3.1.5
26
+ ARG pgsodium_release=3.1.6
27
27
ARG pg_graphql_release=1.1.0
28
28
ARG pg_stat_monitor_release=1.1.1
29
29
ARG pg_jsonschema_release=0.1.4
@@ -70,7 +70,7 @@ FROM ccache as sfcgal
70
70
ARG sfcgal_release
71
71
ARG sfcgal_release_checksum
72
72
ADD --checksum=${sfcgal_release_checksum} \
73
- "https://gitlab. com/Oslandia/SFCGAL/-/archive/v${sfcgal_release} /SFCGAL-v${sfcgal_release}.tar.gz" \
73
+ "https://supabase-public-artifacts-bucket.s3.amazonaws. com/sfcgal /SFCGAL-v${sfcgal_release}.tar.gz" \
74
74
/tmp/sfcgal.tar.gz
75
75
RUN tar -xvf /tmp/sfcgal.tar.gz -C /tmp --one-top-level --strip-components 1 && \
76
76
rm -rf /tmp/sfcgal.tar.gz
Original file line number Diff line number Diff line change 36
36
37
37
- name : gotrue - pack archive
38
38
shell : |
39
- tar -cJf /tmp/ gotrue-{{ gotrue_release }}-arm64.tar.xz /tmp/ gotrue
39
+ cd /tmp && tar -cJf gotrue-{{ gotrue_release }}-arm64.tar.xz gotrue
40
40
41
41
- name : PostgREST - download ubuntu binary archive (arm)
42
42
get_url :
59
59
60
60
- name : adminapi - pack archive
61
61
shell : |
62
- tar -cJf /tmp/ supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz /tmp/ supabase-admin-api
62
+ cd /tmp && tar -cJf supabase-admin-api-{{ adminapi_release }}-arm64.tar.xz supabase-admin-api
63
63
64
64
- name : upload archives
65
65
shell : |
Original file line number Diff line number Diff line change 30
30
31
31
- name : postgis - download SFCGAL dependency
32
32
get_url :
33
- url : " https://gitlab. com/Oslandia/SFCGAL/-/archive/v{{ sfcgal_release }} /SFCGAL-v{{ sfcgal_release }}.tar.gz"
33
+ url : " https://supabase-public-artifacts-bucket.s3.amazonaws. com/sfcgal /SFCGAL-v{{ sfcgal_release }}.tar.gz"
34
34
dest : /tmp/SFCGAL-v{{ sfcgal_release }}.tar.gz
35
35
checksum : " {{ sfcgal_release_checksum }}"
36
36
timeout : 60
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ postgres_exporter_release_checksum:
41
41
arm64 : sha256:d869c16791481dc8475487ad84ae4371a63f9b399898ca1c666eead5cccf7182
42
42
amd64 : sha256:ff541bd3ee19c0ae003d71424a75edfcc8695e828dd20d5b4555ce433c89d60b
43
43
44
- adminapi_release : 0.38 .0
44
+ adminapi_release : 0.40 .0
45
45
adminmgr_release : 0.3.1
46
46
47
47
# Postgres Extensions
@@ -102,10 +102,10 @@ vector_arm_deb: "https://packages.timber.io/vector/0.22.3/vector_0.22.3-1_arm64.
102
102
libsodium_release : " 1.0.18"
103
103
libsodium_release_checksum : sha256:6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
104
104
105
- pgsodium_release : " 3.1.5 "
106
- pgsodium_release_checksum : sha256:bec847388a5db2a60ea9d991962ce27954d91b4c41cbcc7bd8e34472c69114d1
105
+ pgsodium_release : " 3.1.6 "
106
+ pgsodium_release_checksum : sha256:f46af33b13ce895b3d8eb2c01c2d5b0b6528eab1e51cd624ddc54daea26e230e
107
107
108
- pg_graphql_release : " 1.1 .0"
108
+ pg_graphql_release : " 1.2 .0"
109
109
110
110
pg_jsonschema_release : " 0.1.4"
111
111
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.0.60 "
1
+ postgres-version = " 15.1.0.64 "
You can’t perform that action at this time.
0 commit comments