From 067cf91b2dbb0ac62f254fd298c7ff35e4f4e6d2 Mon Sep 17 00:00:00 2001 From: Utkarash Singh Date: Tue, 21 Jul 2026 12:38:45 +0100 Subject: [PATCH] chore: bump supautils to 3.2.3 (PSQL-1413) Pulls in the fix for the segfault on GRANT/REVOKE role with current_user/session_user/public grantees (supautils #205). Bumps postgres_release patch versions to cut new AMIs. --- ansible/vars.yml | 6 +++--- nix/ext/supautils.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/vars.yml b/ansible/vars.yml index b08593d213..34ebadc397 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.9.0.004-orioledb" - postgres17: "17.6.1.151" - postgres15: "15.14.1.151" + postgresorioledb-17: "17.9.0.005-orioledb" + postgres17: "17.6.1.152" + postgres15: "15.14.1.152" # Non Postgres Extensions pgbouncer_release: 1.25.1 diff --git a/nix/ext/supautils.nix b/nix/ext/supautils.nix index caaa8121e1..925530d740 100644 --- a/nix/ext/supautils.nix +++ b/nix/ext/supautils.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "supautils"; name = pname; - version = "3.2.2"; + version = "3.2.3"; buildInputs = [ postgresql ]; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { owner = "supabase"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-Oi35fel2Yp58eHsWVOXtxAo/s0RAbUxJEBxPrYRK+cs="; + hash = "sha256-KpI7F9Hv0PlqGfLAoj0WnIfdttqeXYxzMmk1xqhfw7w="; }; installPhase = ''