Skip to content

Commit b8e9491

Browse files
authored
Merge branch 'develop' into fix/ami-release-us-east-1
2 parents db2c680 + 3c34e29 commit b8e9491

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
outputs:
2121
matrix_config: ${{ steps.set-matrix.outputs.matrix_config }}
2222
steps:
23-
- uses: ./.github/actions/nix-install-ephemeral
2423
- name: Checkout Repo
2524
uses: supabase/postgres/.github/actions/shared-checkout@HEAD
25+
- uses: ./.github/actions/nix-install-ephemeral
2626
- name: Generate build matrix
2727
id: set-matrix
2828
run: |

ansible/vars.yml

Lines changed: 4 additions & 4 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.5.1.065-orioledb"
14-
postgres17: "17.6.1.044"
15-
postgres15: "15.14.1.044"
13+
postgresorioledb-17: "17.5.1.068-orioledb"
14+
postgres17: "17.6.1.047"
15+
postgres15: "15.14.1.047"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.19.0
@@ -54,7 +54,7 @@ postgres_exporter_release_checksum:
5454
amd64: sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84
5555

5656
adminapi_release: "0.93.0"
57-
adminmgr_release: "0.32.1"
57+
adminmgr_release: "0.32.3"
5858
supabase_admin_agent_release: 1.4.38
5959
supabase_admin_agent_splay: 30s
6060

0 commit comments

Comments
 (0)