From 9e1d2152c7162ad266f11e89a900b4d2435c7847 Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Mon, 16 Dec 2024 10:13:34 +0100 Subject: [PATCH] Revert "fix: skip barman version 3.12.0 (#198)" This reverts commit e4c3cdac215564e24a37cf83878e99a402be0c54. Signed-off-by: Jonathan Gonzalez V. --- UBI/update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UBI/update.sh b/UBI/update.sh index f0f46d6d..713a74b4 100755 --- a/UBI/update.sh +++ b/UBI/update.sh @@ -127,8 +127,7 @@ compare_architecture_pkgs() { # 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