chore: update barman-cloud to version 3.13.3 (#177)

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Niccolò Fei
2025-05-05 14:57:58 +02:00
committed by GitHub
parent 0fae613f7a
commit 462ea862f4

View File

@@ -33,7 +33,7 @@ fetch_postgres_image_version() {
latest_barman_version= latest_barman_version=
_raw_get_latest_barman_version() { _raw_get_latest_barman_version() {
# curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1 # 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() { get_latest_barman_version() {
if [ -z "$latest_barman_version" ]; then if [ -z "$latest_barman_version" ]; then