Skip to content

Conversation

@flkr-23
Copy link
Contributor

@flkr-23 flkr-23 bot commented Jul 15, 2025

This PR contains the following updates:

Package Update Change
volsync (source) minor 0.12.10.14.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

backube/volsync (volsync)

v0.14.0

Compare Source

Changed
  • Updated release to build on golang 1.24
  • Syncthing updated to v1.30.0
  • Rclone updated to v1.71.2
  • Rclone --checksum, --transfers and --stats parameters can now be
    overridden by RCLONE_ env vars in the rclone config secret
  • addition of moverVolumes for advanced users to allow mounting
    of secrets or PVCs to their mover pod

v0.13.1

Compare Source

Fixed
  • Increase timeout for issue with restic repository initialization
    when restic cat config takes > 10 seconds
Changed
  • Minio used for e2e tests migrated to minio helm charts from bitnami

v0.13.0

Compare Source

Changed
  • Restic updated to v0.18.0
  • Syncthing updated to v1.29.7
Fixed
  • Fix restic cache PVC name collision if replicationsource and
    replicationdestination have the same name and are in the same
    namespace
Security
  • kube-rbac-proxy upgraded to v0.19.2

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 Renovate Bot.

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Jul 15, 2025

--- kubernetes/apps/storage/volsync/app Kustomization: storage/volsync HelmRelease: storage/volsync

+++ kubernetes/apps/storage/volsync/app Kustomization: storage/volsync HelmRelease: storage/volsync

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

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.12.1
+      version: 0.14.0
   dependsOn:
   - name: snapshot-controller
     namespace: storage
   install:
     remediation:
       retries: 3

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Jul 15, 2025

--- HelmRelease: storage/volsync Deployment: storage/volsync

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

@@ -36,13 +36,13 @@

         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
           readOnlyRootFilesystem: true
-        image: quay.io/brancz/kube-rbac-proxy:v0.18.2
+        image: quay.io/brancz/kube-rbac-proxy:v0.19.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
@@ -60,21 +60,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.12.1
-        - --restic-container-image=quay.io/backube/volsync:0.12.1
-        - --rsync-container-image=quay.io/backube/volsync:0.12.1
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.12.1
-        - --syncthing-container-image=quay.io/backube/volsync:0.12.1
+        - --rclone-container-image=quay.io/backube/volsync:0.14.0
+        - --restic-container-image=quay.io/backube/volsync:0.14.0
+        - --rsync-container-image=quay.io/backube/volsync:0.14.0
+        - --rsync-tls-container-image=quay.io/backube/volsync:0.14.0
+        - --syncthing-container-image=quay.io/backube/volsync:0.14.0
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: quay.io/backube/volsync:0.12.1
+        image: quay.io/backube/volsync:0.14.0
         imagePullPolicy: IfNotPresent
         env:
         - name: VOLSYNC_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace

@flkr-23 flkr-23 bot force-pushed the renovate/volsync-0.x branch from c912414 to 7d54de7 Compare September 25, 2025 15:06
@flkr-23 flkr-23 bot changed the title feat(helm): update chart volsync ( 0.12.1 → 0.13.0 ) feat(helm): update chart volsync ( 0.12.1 → 0.13.1 ) Sep 25, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/volsync-0.x branch from 7d54de7 to 8ee843e Compare November 20, 2025 21:04
@flkr-23 flkr-23 bot changed the title feat(helm): update chart volsync ( 0.12.1 → 0.13.1 ) feat(helm): update chart volsync ( 0.12.1 → 0.14.0 ) Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant