File tree Expand file tree Collapse file tree
tasks/postgres-extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ ARG pg_net_release=0.7.1
2323ARG rum_release=1.3.13
2424ARG pg_hashids_release=cd0e1b31d52b394a0df64079406a14a4f7387cd6
2525ARG libsodium_release=1.0.18
26- ARG pgsodium_release=3.1.5
26+ ARG pgsodium_release=3.1.6
2727ARG pg_graphql_release=1.1.0
2828ARG pg_stat_monitor_release=1.1.1
2929ARG pg_jsonschema_release=0.1.4
@@ -70,7 +70,7 @@ FROM ccache as sfcgal
7070ARG sfcgal_release
7171ARG sfcgal_release_checksum
7272ADD --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" \
7474 /tmp/sfcgal.tar.gz
7575RUN tar -xvf /tmp/sfcgal.tar.gz -C /tmp --one-top-level --strip-components 1 && \
7676 rm -rf /tmp/sfcgal.tar.gz
Original file line number Diff line number Diff line change 3636
3737 - name : gotrue - pack archive
3838 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
4040
4141 - name : PostgREST - download ubuntu binary archive (arm)
4242 get_url :
5959
6060 - name : adminapi - pack archive
6161 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
6363
6464 - name : upload archives
6565 shell : |
Original file line number Diff line number Diff line change 3030
3131- name : postgis - download SFCGAL dependency
3232 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"
3434 dest : /tmp/SFCGAL-v{{ sfcgal_release }}.tar.gz
3535 checksum : " {{ sfcgal_release_checksum }}"
3636 timeout : 60
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ postgres_exporter_release_checksum:
4141 arm64 : sha256:d869c16791481dc8475487ad84ae4371a63f9b399898ca1c666eead5cccf7182
4242 amd64 : sha256:ff541bd3ee19c0ae003d71424a75edfcc8695e828dd20d5b4555ce433c89d60b
4343
44- adminapi_release : 0.38 .0
44+ adminapi_release : 0.40 .0
4545adminmgr_release : 0.3.1
4646
4747# Postgres Extensions
@@ -102,10 +102,10 @@ vector_arm_deb: "https://packages.timber.io/vector/0.22.3/vector_0.22.3-1_arm64.
102102libsodium_release : " 1.0.18"
103103libsodium_release_checksum : sha256:6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1
104104
105- pgsodium_release : " 3.1.5 "
106- pgsodium_release_checksum : sha256:bec847388a5db2a60ea9d991962ce27954d91b4c41cbcc7bd8e34472c69114d1
105+ pgsodium_release : " 3.1.6 "
106+ pgsodium_release_checksum : sha256:f46af33b13ce895b3d8eb2c01c2d5b0b6528eab1e51cd624ddc54daea26e230e
107107
108- pg_graphql_release : " 1.1 .0"
108+ pg_graphql_release : " 1.2 .0"
109109
110110pg_jsonschema_release : " 0.1.4"
111111
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