Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release volsync to v0.8.0 #598

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Update Change
volsync (source) minor 0.7.1 -> 0.8.0

Release Notes

backube/volsync (volsync)

v0.8.0

Compare Source

Added
  • Restic - ReplicationSource/ReplicationDestination can now specify a CustomCA
    that is from a configmap rather than only from a secret.
  • Rclone - ReplicationSource/ReplicationDestination can now specify a CustomCA
    that is contained in either a configmap or secret.
  • Restic - New option to run a restic unlock before the backup in the next sync.
  • Restic - Allow passing through of RCLONE_ env vars from the restic secret to
    the mover job.
  • Volume Populator added for ReplicationDestinations.
Changed
  • Syncthing upgraded to v1.25.0
  • Restic upgraded to v0.16.2
  • Rclone upgraded to v1.63.1

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

Copy link

--- . Kustomization: flux-system/flux-system HelmRelease: storage/volsync

+++ . Kustomization: flux-system/flux-system HelmRelease: storage/volsync

@@ -6,13 +6,13 @@

   namespace: storage
 spec:
   interval: 15m
   chart:
     spec:
       chart: volsync
-      version: 0.7.1
+      version: 0.8.0
       sourceRef:
         kind: HelmRepository
         name: backube-charts
         namespace: storage
   maxHistory: 3
   install:

Copy link

--- . HelmRelease: storage/volsync ClusterRole: storage/volsync-manager

+++ . HelmRelease: storage/volsync ClusterRole: storage/volsync-manager

@@ -34,12 +34,20 @@

   - patch
   - update
   - watch
 - apiGroups:
   - ''
   resources:
+  - configmaps
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
+  - ''
+  resources:
   - events
   verbs:
   - create
   - patch
   - update
 - apiGroups:
@@ -71,12 +79,33 @@

   - patch
   - update
   - watch
 - apiGroups:
   - ''
   resources:
+  - persistentvolumeclaims/finalizers
+  verbs:
+  - create
+  - delete
+  - get
+  - list
+  - patch
+  - update
+  - watch
+- apiGroups:
+  - ''
+  resources:
+  - persistentvolumes
+  verbs:
+  - get
+  - list
+  - patch
+  - watch
+- apiGroups:
+  - ''
+  resources:
   - pods
   verbs:
   - get
   - list
   - watch
 - apiGroups:
@@ -128,12 +157,23 @@

   resources:
   - events
   verbs:
   - create
   - patch
   - update
+- apiGroups:
+  - populator.storage.k8s.io
+  resources:
+  - volumepopulators
+  verbs:
+  - create
+  - get
+  - list
+  - patch
+  - update
+  - watch
 - apiGroups:
   - rbac.authorization.k8s.io
   resources:
   - rolebindings
   verbs:
   - create
@@ -185,12 +225,20 @@

   - get
   - list
   - patch
   - update
   - watch
 - apiGroups:
+  - storage.k8s.io
+  resources:
+  - storageclasses
+  verbs:
+  - get
+  - list
+  - watch
+- apiGroups:
   - volsync.backube
   resources:
   - replicationdestinations
   verbs:
   - create
   - delete
--- . HelmRelease: storage/volsync Deployment: storage/volsync

+++ . HelmRelease: storage/volsync Deployment: storage/volsync

@@ -38,12 +38,13 @@

           readOnlyRootFilesystem: true
         image: quay.io/brancz/kube-rbac-proxy:v0.14.0
         args:
         - --secure-listen-address=0.0.0.0:8443
         - --upstream=http://127.0.0.1:8080/
         - --logtostderr=true
+        - --tls-min-version=VersionTLS12
         - --v=0
         - --ignore-paths=/metrics
         ports:
         - containerPort: 8443
           protocol: TCP
           name: https
@@ -56,21 +57,21 @@

             memory: 64Mi
       - name: manager
         args:
         - --health-probe-bind-address=:8081
         - --metrics-bind-address=127.0.0.1:8080
         - --leader-elect
-        - --rclone-container-image=quay.io/backube/volsync:0.7.1
-        - --restic-container-image=quay.io/backube/volsync:0.7.1
-        - --rsync-container-image=quay.io/backube/volsync:0.7.1
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.7.1
-        - --syncthing-container-image=quay.io/backube/volsync:0.7.1
+        - --rclone-container-image=quay.io/backube/volsync:0.8.0
+        - --restic-container-image=quay.io/backube/volsync:0.8.0
+        - --rsync-container-image=quay.io/backube/volsync:0.8.0
+        - --rsync-tls-container-image=quay.io/backube/volsync:0.8.0
+        - --syncthing-container-image=quay.io/backube/volsync:0.8.0
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.7.1
+        image: quay.io/backube/volsync:0.8.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@bo0tzz bo0tzz merged commit d8c02c2 into main Nov 13, 2023
2 checks passed
@renovate renovate bot deleted the renovate/volsync-0.x branch November 13, 2023 19:00
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