Skip to content

chore(deps): update helm release plugin-barman-cloud to v0.7.0#121

Merged
lunarys merged 1 commit into
mainfrom
renovate/plugin-barman-cloud-0.x
Jun 22, 2026
Merged

chore(deps): update helm release plugin-barman-cloud to v0.7.0#121
lunarys merged 1 commit into
mainfrom
renovate/plugin-barman-cloud-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
plugin-barman-cloud (source) minor 0.6.00.7.0

Release Notes

cloudnative-pg/charts (plugin-barman-cloud)

v0.7.0

Compare Source

Deploys and manages a CloudNativePG cluster and its associated resources.

What's Changed

New Contributors

Full Changelog: cloudnative-pg/charts@cloudnative-pg-v0.28.3...cluster-v0.7.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

Helm Template Diff

cnpg-plugin-barman-cloud0.6.00.7.0

50 changed lines
--- /tmp/old.yaml	2026-06-22 18:23:03.747997104 +0000
+++ /tmp/new.yaml	2026-06-22 18:23:03.103998091 +0000
@@ -4,10 +4,10 @@
 kind: ServiceAccount
 metadata:
   labels:
-    helm.sh/chart: plugin-barman-cloud-0.6.0
+    helm.sh/chart: plugin-barman-cloud-0.7.0
     app.kubernetes.io/name: plugin-barman-cloud
     app.kubernetes.io/instance: cnpg-plugin-barman-cloud
-    app.kubernetes.io/version: "v0.12.0"
+    app.kubernetes.io/version: "v0.13.0"
     app.kubernetes.io/managed-by: Helm
   name: cnpg-plugin-barman-cloud
   namespace: cloudnative-pg
@@ -16,7 +16,7 @@
 # Source: plugin-barman-cloud/templates/configmap.yaml
 apiVersion: v1
 data:
-  SIDECAR_IMAGE: "ghcr.io/cloudnative-pg/plugin-barman-cloud-sidecar:v0.12.0"
+  SIDECAR_IMAGE: "ghcr.io/cloudnative-pg/plugin-barman-cloud-sidecar:v0.13.0"
 kind: ConfigMap
 metadata:
   name: plugin-barman-cloud-config
@@ -28,7 +28,7 @@
 kind: CustomResourceDefinition
 metadata:
   annotations:
-    controller-gen.kubebuilder.io/version: v0.20.1
+    controller-gen.kubebuilder.io/version: v0.21.0
     helm.sh/resource-policy: keep
   name: objectstores.barmancloud.cnpg.io
 spec:
@@ -170,10 +170,11 @@
                         description: |-
                           Compress a backup file (a tar file per tablespace) while streaming it
                           to the object store. Available options are empty string (no
-                          compression, default), `gzip`, `bzip2`, and `snappy`.
+                          compression, default), `gzip`, `bzip2`, `lz4`, and `snappy`.
                         enum:
                         - bzip2
                         - gzip
+                        - lz4
                         - snappy
                         type: string
                       encryption:
@@ -201,6 +202,25 @@
                         format: int32
                         minimum: 1
                         type: integer
+                      restoreAdditionalCommandArgs:
+                        description: |-
+                          Additional arguments that can be appended to the 'barman-cloud-restore'
+                          command-line invocation. These arguments provide flexibility to customize
+                          the data restore process further, according to specific requirements or
+                          configurations.
+
+                          Example:
+                          In a scenario where specialized restore options are required, such as setting
+                          a specific read timeout or defining custom behavior, users can use this field
+                          to specify additional command arguments.
+
+                          Note:
+                          It's essential to ensure that the provided arguments are valid and supported
+                          by the 'barman-cloud-restore' command, to avoid potential errors or unintended
+                          behavior during execution.
+                        items:
+                          type: string
+                        type: array
                     type: object
                   destinationPath:
                     description: |-
@@ -730,10 +750,10 @@
 kind: Role
 metadata:
   labels:
-    helm.sh/chart: plugin-barman-cloud-0.6.0
+    helm.sh/chart: plugin-barman-cloud-0.7.0
     app.kubernetes.io/name: plugin-barman-cloud
     app.kubernetes.io/instance: cnpg-plugin-barman-cloud
-    app.kubernetes.io/version: "v0.12.0"
+    app.kubernetes.io/version: "v0.13.0"
     app.kubernetes.io/managed-by: Helm
   name: cnpg-plugin-barman-cloud-leader-election-role
   namespace: cloudnative-pg
@@ -775,10 +795,10 @@
 kind: RoleBinding
 metadata:
   labels:
-    helm.sh/chart: plugin-barman-cloud-0.6.0
+    helm.sh/chart: plugin-barman-cloud-0.7.0
     app.kubernetes.io/name: plugin-barman-cloud
     app.kubernetes.io/instance: cnpg-plugin-barman-cloud
-    app.kubernetes.io/version: "v0.12.0"
+    app.kubernetes.io/version: "v0.13.0"
     app.kubernetes.io/managed-by: Helm
   name: cnpg-plugin-barman-cloud-leader-election-rolebinding
   namespace: cloudnative-pg
@@ -797,10 +817,10 @@
 kind: Service
 metadata:
   labels:
-    helm.sh/chart: plugin-barman-cloud-0.6.0
+    helm.sh/chart: plugin-barman-cloud-0.7.0
     app.kubernetes.io/name: plugin-barman-cloud
     app.kubernetes.io/instance: cnpg-plugin-barman-cloud
-    app.kubernetes.io/version: "v0.12.0"
+    app.kubernetes.io/version: "v0.13.0"
     app.kubernetes.io/managed-by: Helm
     cnpg.io/pluginName: barman-cloud.cloudnative-pg.io
   annotations:
@@ -824,10 +844,10 @@
 kind: Deployment
 metadata:
   labels:
-    helm.sh/chart: plugin-barman-cloud-0.6.0
+    helm.sh/chart: plugin-barman-cloud-0.7.0
     app.kubernetes.io/name: plugin-barman-cloud
     app.kubernetes.io/instance: cnpg-plugin-barman-cloud
-    app.kubernetes.io/version: "v0.12.0"
+    app.kubernetes.io/version: "v0.13.0"
     app.kubernetes.io/managed-by: Helm
   name: cnpg-plugin-barman-cloud
   namespace: cloudnative-pg
@@ -861,7 +881,7 @@
             configMapKeyRef:
               key: SIDECAR_IMAGE
               name: plugin-barman-cloud-config
-        image: "ghcr.io/cloudnative-pg/plugin-barman-cloud:v0.12.0"
+        image: "ghcr.io/cloudnative-pg/plugin-barman-cloud:v0.13.0"
         name: barman-cloud
         ports:
         - containerPort: 9090

@lunarys lunarys merged commit 39d8d7a into main Jun 22, 2026
1 check passed
@renovate renovate Bot deleted the renovate/plugin-barman-cloud-0.x branch June 22, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant