Skip to content

fix(container): update docker.io/garethgeorge/backrest ( v1.7.0 → v1.7.1 ) #1845

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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2025

This PR contains the following updates:

Package Update Change
docker.io/garethgeorge/backrest patch v1.7.0 -> v1.7.1

Release Notes

garethgeorge/backrest (docker.io/garethgeorge/backrest)

v1.7.1

Compare Source

Bug Fixes
  • add favicon to webui (#​649) (dd1e18c)
  • local network access on macOS 15 Sequoia (#​630) (0dd360b)
  • only log important messages e.g. errors or summary for backup and restore commands (82f05d8)
  • provide an option for auto-initializing repos created externally (#​650) (99264b2)
  • test repo configuration button (b3cfef1)
  • test repo configuration button doesn't work (07a1561)
  • whitespace at start of path can result in invalid restore target (47a4b52)

Configuration

📅 Schedule: Branch creation - "on monday,on wednesday,on friday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from martinohmann as a code owner January 24, 2025 05:03
@renovate renovate bot added the type/patch label Jan 24, 2025
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/storage labels Jan 24, 2025
Copy link

kustomization changes in kubernetes/storage

--- kubernetes/storage/apps/default/backrest/app Kustomization: flux-system/backrest HelmRelease: default/backrest

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

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

               XDG_CACHE_HOME: /app/cache
             envFrom:
             - secretRef:
                 name: backrest
             image:
               repository: docker.io/garethgeorge/backrest
-              tag: v1.7.0
+              tag: v1.7.1
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:

Copy link

helmrelease changes in kubernetes/storage

--- HelmRelease: default/backrest Deployment: default/backrest

+++ HelmRelease: default/backrest Deployment: default/backrest

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

           value: /app/data
         - name: XDG_CACHE_HOME
           value: /app/cache
         envFrom:
         - secretRef:
             name: backrest
-        image: docker.io/garethgeorge/backrest:v1.7.0
+        image: docker.io/garethgeorge/backrest:v1.7.1
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 9898

@martinohmann martinohmann merged commit 440f3c2 into main Jan 24, 2025
7 checks passed
@renovate renovate bot deleted the renovate/storage-docker.io-garethgeorge-backrest-1.x branch January 24, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant