From a0d653585c67dfa1447d49b293d17a74926dc92b Mon Sep 17 00:00:00 2001 From: Alex Lutay <1928266+taurus-forever@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:14:14 +0200 Subject: [PATCH] DPE-8470 Bump snap for Patroni to 3.3.8 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 29cecb93d0..df9cda3690 100644 --- a/src/constants.py +++ b/src/constants.py @@ -35,7 +35,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "230", "x86_64": "229"}}, + {"revision": {"aarch64": "237", "x86_64": "238"}}, ) ]