8000 Merge branch 'develop' into pcnc/build-glibc227-bin · sorokinvld/postgres@fb9b665 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb9b665

Browse files
committed
Merge branch 'develop' into pcnc/build-glibc227-bin
2 parents 7f8939c + b9f9723 commit fb9b665

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARG pg_net_release=0.7.1
2323
ARG rum_release=1.3.13
2424
ARG pg_hashids_release=cd0e1b31d52b394a0df64079406a14a4f7387cd6
2525
ARG libsodium_release=1.0.18
26-
ARG pgsodium_release=3.1.5
26+
ARG pgsodium_release=3.1.6
2727
ARG pg_graphql_release=1.1.0
2828
ARG pg_stat_monitor_release=1.1.1
2929
ARG pg_jsonschema_release=0.1.4
@@ -70,7 +70,7 @@ FROM ccache as sfcgal
7070
ARG sfcgal_release
7171
ARG sfcgal_release_checksum
7272
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" \
7474
/tmp/sfcgal.tar.gz
7575
RUN tar -xvf /tmp/sfcgal.tar.gz -C /tmp --one-top-level --strip-components 1 && \
7676
rm -rf /tmp/sfcgal.tar.gz

ansible/manifest-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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:
@@ -59,7 +59,7 @@
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: |

ansible/tasks/postgres-extensions/01-postgis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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

ansible/vars.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4545
adminmgr_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.
102102
libsodium_release: "1.0.18"
103103
libsodium_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

110110
pg_jsonschema_release: "0.1.4"
111111

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.60"
1+
postgres-version = "15.1.0.64"

0 commit comments

Comments
 (0)
0