From db2c39ab8a1a3b41a77f689127cc0d3fad7c662e Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Mon, 10 Mar 2025 11:59:44 +0200 Subject: [PATCH 1/2] Update to 14.17 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index a6ce304027..d0881c5ddf 100644 --- a/src/constants.py +++ b/src/constants.py @@ -35,7 +35,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "142", "x86_64": "143"}}, + {"revision": {"aarch64": "154", "x86_64": "153"}}, ) ] From 2d7df6ff3ee6edca8ce2d3118f2dda613911e318 Mon Sep 17 00:00:00 2001 From: Dragomir Penev Date: Tue, 11 Mar 2025 17:15:31 +0200 Subject: [PATCH 2/2] Bump snaps --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index d0881c5ddf..0fa63efd04 100644 --- a/src/constants.py +++ b/src/constants.py @@ -35,7 +35,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "154", "x86_64": "153"}}, + {"revision": {"aarch64": "156", "x86_64": "155"}}, ) ]