We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b525a8 commit 6e1a5afCopy full SHA for 6e1a5af
lib/repo_funcs.sh
@@ -32,8 +32,7 @@ fetch_postgres_image_version() {
32
# Get the latest Barman version
33
latest_barman_version=
34
_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"
+ curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1
37
}
38
get_latest_barman_version() {
39
if [ -z "$latest_barman_version" ]; then
0 commit comments