Skip to content

Commit 0922712

Browse files
authored
chore(deps): bump admin-mgr 0.38.0, admin-api 0.107.0, pg patch versions (#2211)
admin-mgr 0.38.0 and supabase-admin-api 0.107.0 ship the host-lock coordination work (INDATA-722). New AMIs built off this change pick up the lock-aware binaries directly; existing instances continue to pick them up via the salt pillar bump in supabase/salt#577. Also bumps the three postgres patch versions to match the corresponding recent tags: - 15.14.1.134 -> 15.14.1.135 - 17.6.1.134 -> 17.6.1.135 - 17.6.0.091-orioledb -> 17.6.0.092-orioledb Refs INDATA-722.
1 parent d5ddcb8 commit 0922712

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ansible/vars.yml

Lines changed: 5 additions & 5 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.6.0.091-orioledb"
14-
postgres17: "17.6.1.134"
15-
postgres15: "15.14.1.134"
13+
postgresorioledb-17: "17.6.0.092-orioledb"
14+
postgres17: "17.6.1.135"
15+
postgres15: "15.14.1.135"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.25.1
@@ -60,8 +60,8 @@ postgres_exporter_release_checksum:
6060
arm64: sha256:29ba62d538b92d39952afe12ee2e1f4401250d678ff4b354ff2752f4321c87a0
6161
amd64: sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84
6262

63-
adminapi_release: "0.105.2"
64-
adminmgr_release: "0.36.1"
63+
adminapi_release: "0.107.0"
64+
adminmgr_release: "0.38.0"
6565
supabase_admin_agent_release: 1.11.2
6666
supabase_admin_agent_splay: 30s
6767

0 commit comments

Comments
 (0)