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.9.1 #3367

Closed
wants to merge 1 commit into from

Conversation

bot-x-mod[bot]
Copy link
Contributor

@bot-x-mod bot-x-mod bot commented Mar 7, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/volsync (source) minor 0.8.0 -> 0.9.1

Warning

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


Release Notes

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

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

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 7, 2024

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

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

@@ -31,14 +31,14 @@

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

@bot-x-mod
Copy link
Contributor Author

bot-x-mod bot commented Mar 7, 2024

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

+++ HelmRelease: volsync/volsync Deployment: volsync/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.9.1
         - --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.9.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

@bot-x-mod bot-x-mod bot force-pushed the renovate/main-ghcr.io-onedr0p-volsync-0.x branch from 9df85e6 to 956e540 Compare March 20, 2024 20:21
@bot-x-mod bot-x-mod 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
@bot-x-mod bot-x-mod 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
@bot-x-mod bot-x-mod bot force-pushed the renovate/main-ghcr.io-onedr0p-volsync-0.x branch from 956e540 to 074392a Compare April 12, 2024 16:23
@blackjid blackjid closed this Jun 16, 2024
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.

None yet

1 participant