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

feat(container): update image ghcr.io/onedr0p/volsync to v0.11.0 #166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/volsync (source) minor 0.8.0 -> 0.11.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.11.0

Compare Source

Changed
  • Restic updated to v0.17.0
  • Syncthing updated to v1.27.12
Added
  • moverAffinity added to spec to allow for specifying the podAffinity assigned
    to a VolSync mover pod
  • cleanupTempPVC option added for direct users to allow for deleting the
    dynamically provisioned destination PVC after a completed replication.
  • cleanupCachePVC option for restic to allow for deleting the cache PVC
    after a completed replication.
  • enableFileDeletion restic option to allow for restoring to an existing
    PVC (for example running multiple restores) and delete files that do
    not exist in the backup being restored.

v0.10.0

Compare Source

Fixed
  • Fix for rsync-tls to handle replication when there are many files in the pvc root
  • Fix for rsync-tls to handle files in the pvc root that start with #
Changed
  • Syncthing upgraded to v1.27.8
Added
  • Debug mode for mover jobs added

v0.9.1

Compare Source

Fixed
  • Allow restic restore from empty or non-initialized path
  • Ignore lost+found on restic backup when checking for empty source volume

v0.9.0

Compare Source

Changed
  • Syncthing upgraded to v1.27.3
  • Restic upgraded to v0.16.4
  • Updated release to build on golang 1.21
Added
  • Allow customization of resource requirements and limits on mover job containers
  • Include additional restic environment variables from the restic secret
    (RESTIC_REST_USERNAME, RESTIC_REST_PASSWORD, AZURE_ENDPOINT_SUFFIX)
  • Copy trigger pvc annotations. Allows copy-trigger annotations on the pvc to
    pause/trigger snapshots or clones in a sync
  • Include all RCLONE_ env vars from the rclone secret to be set in the rclone
    mover job
Fixed
  • Exclude lost+found for restic backups
  • Check if ipv6 is enabled before assigning 'STUNNEL_LISTEN_PORT' in mover-rsync-tls
    server script

v0.8.1

Compare Source

Changed
  • Updated release to build on golang 1.21
Fixed
  • Capture error on restic restore when connecting to repository

Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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.

Copy link

github-actions bot commented Mar 9, 2024

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

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

@@ -30,14 +30,14 @@

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

Copy link

github-actions bot commented Mar 9, 2024

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

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

@@ -58,20 +58,20 @@

       - 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.8.0
-        - --restic-container-image=ghcr.io/onedr0p/volsync:0.8.0
+        - --restic-container-image=ghcr.io/onedr0p/volsync:0.11.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: ghcr.io/onedr0p/volsync:0.8.0
+        image: ghcr.io/onedr0p/volsync:0.11.0
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-volsync-0.x branch from d37b838 to d2c36e8 Compare March 20, 2024 23:34
@renovate renovate bot changed the title fix(container): update image ghcr.io/onedr0p/volsync to v0.8.1 feat(container): update image ghcr.io/onedr0p/volsync to v0.9.0 Mar 20, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/volsync to v0.9.0 feat(container): update image ghcr.io/onedr0p/volsync to v0.9.1 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-volsync-0.x branch from d2c36e8 to 54078a4 Compare April 12, 2024 20:40
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-volsync-0.x branch from 54078a4 to 0d679ec Compare July 31, 2024 19:40
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/volsync to v0.9.1 feat(container): update image ghcr.io/onedr0p/volsync to v0.10.0 Jul 31, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/volsync to v0.10.0 feat(container): update image ghcr.io/onedr0p/volsync to v0.11.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-volsync-0.x branch from 0d679ec to cd4f707 Compare November 8, 2024 16:26
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