From fa4fc9781c5055cb6c9b7285cd5f512f373eff51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:53:28 +0000 Subject: [PATCH] chore(deps): update dependency cloudnative-pg/plugin-barman-cloud to v0.13.0 --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 277e4d2..dcf27f4 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -76,7 +76,7 @@ CNPG_VERSION="${CNPG_VERSION:-v1.29.1}" CNPG_VERSION_BARE="${CNPG_VERSION#v}" CNPG_RELEASE_BRANCH="${CNPG_VERSION_BARE%.*}" # renovate: datasource=github-releases depName=cloudnative-pg/plugin-barman-cloud -BARMAN_CLOUD_PLUGIN_VERSION="${BARMAN_CLOUD_PLUGIN_VERSION:-v0.12.0}" +BARMAN_CLOUD_PLUGIN_VERSION="${BARMAN_CLOUD_PLUGIN_VERSION:-v0.13.0}" # renovate: datasource=github-releases depName=grafana/grafana-operator GRAFANA_OPERATOR_VERSION="${GRAFANA_OPERATOR_VERSION:-v5.23.0}"