From 75def5d2b3961cae0bd5d7d4b0a099cee1bbd7ea Mon Sep 17 00:00:00 2001 From: Jonathan Gonzalez V Date: Mon, 16 Dec 2024 10:08:08 +0100 Subject: [PATCH] Revert "fix: set a fixed version of Barman to 3.11.1 (#119)" This reverts commit aaa363875255b6e40984bf56b9857dd4b3180aee. Signed-off-by: Jonathan Gonzalez V --- lib/repo_funcs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/repo_funcs.sh b/lib/repo_funcs.sh index 3869d289..218810ca 100644 --- a/lib/repo_funcs.sh +++ b/lib/repo_funcs.sh @@ -32,8 +32,7 @@ fetch_postgres_image_version() { # Get the latest Barman 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.11.1" + curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1 } get_latest_barman_version() { if [ -z "$latest_barman_version" ]; then