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 volsync group to v0.9.0 (minor) #533

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/volsync (source) minor 0.8.1 -> 0.9.0
volsync (source) minor 0.8.1 -> 0.9.0

Release Notes

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

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

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

@renovate renovate bot requested a review from martinohmann March 20, 2024 19:33
@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Mar 20, 2024
Copy link

github-actions bot commented Mar 20, 2024

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

+++ HelmRelease: volsync/volsync Deployment: volsync/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=quay.io/backube/volsync:0.8.1
-        - --restic-container-image=ghcr.io/onedr0p/volsync:0.8.1@sha256:0554a298f5bfef7b850a341e09e95cbaf18f9a56c0cc2c1105c02d37a5f95654
-        - --rsync-container-image=quay.io/backube/volsync:0.8.1
-        - --rsync-tls-container-image=quay.io/backube/volsync:0.8.1
-        - --syncthing-container-image=quay.io/backube/volsync:0.8.1
+        - --rclone-container-image=quay.io/backube/volsync:0.9.0
+        - --restic-container-image=ghcr.io/onedr0p/volsync:0.9.0@sha256:2488f9b6daa825458e288e20e0a6889ad5a1a252fcf47c6c712c21a1d2eaf45c
+        - --rsync-container-image=quay.io/backube/volsync:0.9.0
+        - --rsync-tls-container-image=quay.io/backube/volsync:0.9.0
+        - --syncthing-container-image=quay.io/backube/volsync:0.9.0
         - --scc-name=volsync-privileged-mover
         command:
         - /manager
-        image: ghcr.io/onedr0p/volsync:0.8.1@sha256:0554a298f5bfef7b850a341e09e95cbaf18f9a56c0cc2c1105c02d37a5f95654
+        image: ghcr.io/onedr0p/volsync:0.9.0@sha256:2488f9b6daa825458e288e20e0a6889ad5a1a252fcf47c6c712c21a1d2eaf45c
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /healthz
             port: 8081
           initialDelaySeconds: 15

Copy link

github-actions bot commented Mar 20, 2024

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

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

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

     spec:
       chart: volsync
       sourceRef:
         kind: HelmRepository
         name: backube
         namespace: flux-system
-      version: 0.8.1
+      version: 0.9.0
   dependsOn:
   - name: snapshot-controller
     namespace: kube-system
   install:
     remediation:
       retries: 3
@@ -31,20 +31,20 @@

     cleanupOnFail: true
     remediation:
       retries: 3
   values:
     image:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.8.1@sha256:0554a298f5bfef7b850a341e09e95cbaf18f9a56c0cc2c1105c02d37a5f95654
+      tag: 0.9.0@sha256:2488f9b6daa825458e288e20e0a6889ad5a1a252fcf47c6c712c21a1d2eaf45c
     manageCRDs: true
     metrics:
       disableAuth: true
     resources:
       limits:
         memory: 150Mi
       requests:
         cpu: 10m
         memory: 75Mi
     restic:
       repository: ghcr.io/onedr0p/volsync
-      tag: 0.8.1@sha256:0554a298f5bfef7b850a341e09e95cbaf18f9a56c0cc2c1105c02d37a5f95654
+      tag: 0.9.0@sha256:2488f9b6daa825458e288e20e0a6889ad5a1a252fcf47c6c712c21a1d2eaf45c
 

@renovate renovate bot changed the title feat(helm): update chart volsync to 0.9.0 feat(container): update volsync group to v0.9.0 (minor) Mar 20, 2024
@renovate renovate bot force-pushed the renovate/volsync branch from e7386e2 to 2296abf Compare March 20, 2024 22:26
@renovate renovate bot force-pushed the renovate/volsync branch from 2296abf to b63a823 Compare March 22, 2024 06:48
@martinohmann martinohmann merged commit cb26c2e into main Mar 22, 2024
4 checks passed
@renovate renovate bot deleted the renovate/volsync branch March 22, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant