Skip to content

feat(container): update ghcr.io/onedr0p/volsync ( 0.11.0 → v0.12.0 )#401

Open
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-onedr0p-volsync-0.x
Open

feat(container): update ghcr.io/onedr0p/volsync ( 0.11.0 → v0.12.0 )#401
parsec-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-onedr0p-volsync-0.x

Conversation

@parsec-renovate

@parsec-renovate parsec-renovate Bot commented Mar 3, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/volsync (source) minor 0.11.0v0.12.0

Warning

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


Release Notes

backube/volsync (ghcr.io/onedr0p/volsync)

v0.12.0

Compare Source

Changed
  • imagePullSecrets in helm charts will be copied from volsync controller
    namespace to the mover namespace so mover jobs can use them
  • Updated release to build on golang 1.23
  • Syncthing updated to v1.29.2
  • kube-rbac-proxy image configurable in helm chart values
  • mover scripts updated to use sync -f to only sync the target filesystem at
    the end of mover tasks
  • Updates the ensure_initialized function in the restic mover script to
    follow restic recommendations
Fixed
  • All movers should return error if not able to EnsurePVCFromSrc
  • Fix for mover job/service name length too long (>63 chars) if the
    replicationsource or replicationdestination CR name is too long
Security
  • kube-rbac-proxy upgraded to 0.18.2

v0.12.0

Compare Source

Changed
  • imagePullSecrets in helm charts will be copied from volsync controller
    namespace to the mover namespace so mover jobs can use them
  • Updated release to build on golang 1.23
  • Syncthing updated to v1.29.2
  • kube-rbac-proxy image configurable in helm chart values
  • mover scripts updated to use sync -f to only sync the target filesystem at
    the end of mover tasks
  • Updates the ensure_initialized function in the restic mover script to
    follow restic recommendations
Fixed
  • All movers should return error if not able to EnsurePVCFromSrc
  • Fix for mover job/service name length too long (>63 chars) if the
    replicationsource or replicationdestination CR name is too long
Security
  • kube-rbac-proxy upgraded to 0.18.2

Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

@github-actions

github-actions Bot commented Mar 3, 2025

Copy link
Copy Markdown
--- kubernetes/apps/storage/volsync/app Kustomization: flux-system/volsync HelmRelease: storage/volsync

+++ kubernetes/apps/storage/volsync/app Kustomization: flux-system/volsync HelmRelease: storage/volsync

@@ -31,17 +31,17 @@

     cleanupOnFail: true
     remediation:
       retries: 3
   values:
     image:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.11.0
+      tag: 0.12.0
     manageCRDs: true
     metrics:
       disableAuth: true
     rclone:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.11.0
+      tag: 0.12.0
     restic:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.11.0
+      tag: 0.12.0
 

@github-actions

github-actions Bot commented Mar 3, 2025

Copy link
Copy Markdown
--- HelmRelease: storage/volsync Deployment: storage/volsync

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

@@ -57,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=ghcr.io/onedr0p/volsync:0.11.0
-        - --restic-container-image=ghcr.io/onedr0p/volsync:0.11.0
+        - --rclone-container-image=ghcr.io/onedr0p/volsync:0.12.0
+        - --restic-container-image=ghcr.io/onedr0p/volsync:0.12.0
         - --rsync-container-image=quay.io/backube/volsync:0.11.0
         - --rsync-tls-container-image=quay.io/backube/volsync:0.11.0
         - --syncthing-container-image=quay.io/backube/volsync:0.11.0
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: ghcr.io/onedr0p/volsync:0.11.0
+        image: ghcr.io/onedr0p/volsync:0.12.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@parsec-renovate parsec-renovate Bot force-pushed the renovate/ghcr.io-onedr0p-volsync-0.x branch from df50745 to 2b066ac Compare March 17, 2025 00:19
@parsec-renovate parsec-renovate Bot changed the title feat(container): update ghcr.io/onedr0p/volsync ( 0.11.0 → 0.12.0 ) feat(container): update ghcr.io/onedr0p/volsync ( 0.11.0 → v0.12.0 ) Mar 17, 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.

0 participants