Skip to content

Commit 6e1a5af

Browse files
authored
Revert "fix: set a fixed version of Barman to 3.11.1 (#119)" (#124)
This reverts commit aaa3638. Signed-off-by: Jonathan Gonzalez V <[email protected]>
1 parent 2b525a8 commit 6e1a5af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/repo_funcs.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ fetch_postgres_image_version() {
3232
# Get the latest Barman version
3333
latest_barman_version=
3434
_raw_get_latest_barman_version() {
35-
# curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1
36-
echo "3.11.1"
35+
curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1
3736
}
3837
get_latest_barman_version() {
3938
if [ -z "$latest_barman_version" ]; then

0 commit comments

Comments
 (0)