Skip to content

Commit 7b75e2c

Browse files
authored
chore: bump adminapi to 0.105.2 and postgres patches (#2187)
- ansible/vars.yml: adminapi_release 0.101.0 → 0.105.2 - postgres15: 15.14.1.132 → 15.14.1.133 - postgres17: 17.6.1.133 → 17.6.1.133 - postgresorioledb-17: 17.6.0.089-orioledb → 17.6.0.090-orioledb The adminapi bump picks up the read-replica polling reliability work in supabase/supabase-admin-api#328 (dedicated /read-replica/recovered endpoint, setup-replica failure sentinel, concurrent-setup serialisation) that the platform worker (supabase/platform#33701) now depends on and the supadev synthetic flow (supabase/supadev#371) is being mitigated against. Salt repo PR also bumps adminapi to 0.105.2 to keep AMI and fleet config aligned.
1 parent 2ceb9f8 commit 7b75e2c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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.6.0.089-orioledb"
14-
postgres17: "17.6.1.132"
15-
postgres15: "15.14.1.132"
13+
postgresorioledb-17: "17.6.0.090-orioledb"
14+
postgres17: "17.6.1.133"
15+
postgres15: "15.14.1.133"
1616

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

63-
adminapi_release: "0.101.0"
63+
adminapi_release: "0.105.2"
6464
adminmgr_release: "0.36.1"
6565
supabase_admin_agent_release: 1.11.2
6666
supabase_admin_agent_splay: 30s

0 commit comments

Comments
 (0)