From 462ea862f466ea0c31f4c3c9dcce5e126f1b87ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Mon, 5 May 2025 14:57:58 +0200 Subject: [PATCH] chore: update barman-cloud to version 3.13.3 (#177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei Signed-off-by: Francesco Canovai Co-authored-by: Francesco Canovai --- lib/repo_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/repo_funcs.sh b/lib/repo_funcs.sh index 86d62626..035f9c4d 100644 --- a/lib/repo_funcs.sh +++ b/lib/repo_funcs.sh @@ -33,7 +33,7 @@ fetch_postgres_image_version() { latest_barman_version= _raw_get_latest_barman_version() { # curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1 - echo "3.12.1" + echo "3.13.3" } get_latest_barman_version() { if [ -z "$latest_barman_version" ]; then