From 943ccbbc4e0975bd80cbf581b573d82df90980a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Wed, 5 Mar 2025 18:05:44 +0100 Subject: [PATCH] feat: support additional barman-cloud compression methods in system images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- lib/repo_funcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/repo_funcs.sh b/lib/repo_funcs.sh index 6e25b3cc..86d62626 100644 --- a/lib/repo_funcs.sh +++ b/lib/repo_funcs.sh @@ -166,7 +166,7 @@ generate_postgres() { update_requirements() { barmanVersion=$(get_latest_barman_version) # If there's a new version we need to recreate the requirements files - echo "barman[cloud,azure,snappy,google] == $barmanVersion" > requirements.in + echo "barman[cloud,azure,snappy,google,zstandard,lz4] == $barmanVersion" > requirements.in echo "boto3 == 1.35.99" >> requirements.in # This will take the requirements.in file and generate a file