From d5260548bcfe832fa8618a034b3a55af4b83dca1 Mon Sep 17 00:00:00 2001 From: Crispy1975 <12525875+Crispy1975@users.noreply.github.com> Date: Fri, 5 Jun 2026 18:21:26 +0100 Subject: [PATCH] chore: bump adminapi to 0.105.2 and postgres patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. --- ansible/vars.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index aca4f67ac..bee7960a1 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -10,9 +10,9 @@ postgres_major: # Full version strings for each major version postgres_release: - postgresorioledb-17: "17.6.0.089-orioledb" - postgres17: "17.6.1.132" - postgres15: "15.14.1.132" + postgresorioledb-17: "17.6.0.090-orioledb" + postgres17: "17.6.1.133" + postgres15: "15.14.1.133" # Non Postgres Extensions pgbouncer_release: 1.25.1 @@ -60,7 +60,7 @@ postgres_exporter_release_checksum: arm64: sha256:29ba62d538b92d39952afe12ee2e1f4401250d678ff4b354ff2752f4321c87a0 amd64: sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84 -adminapi_release: "0.101.0" +adminapi_release: "0.105.2" adminmgr_release: "0.36.1" supabase_admin_agent_release: 1.11.2 supabase_admin_agent_splay: 30s