Skip to content

feat(container): update ghcr.io/home-operations/kopia ( 0.22.3 ➔ 0.23.0 )#751

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-kopia-0.x
Open

feat(container): update ghcr.io/home-operations/kopia ( 0.22.3 ➔ 0.23.0 )#751
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-kopia-0.x

Conversation

@renovate

@renovate renovate Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/kopia (source) minor 0.22.30.23.0

Release Notes

kopia/kopia (ghcr.io/home-operations/kopia)

v0.23.0

Compare Source

Command-Line Interface
  • [BREAKING CHANGE] restrict insecure unauthenticated server to loopback binds (#​5354) by Jarek Kowalski
  • registration mechanism for storage providers (#​5350) by Julio López
  • hash benchmarking count (#​5312) by Julio López
  • leverage x/term.IsTerminal (#​5308) by Julio López
  • handle potential conversion overflow when setting progress default (#​5271) by Julio López
KopiaUI App
  • skip htmlui tests that are timing out (#​5257) by Julio López
General Improvements
  • bigmapbench profiling (#​5321) by Julio López
  • clean nits (#​5313) by Julio López
  • remove support for LZ4 (#​5296) by Julio López
  • retained log size double counting (#​5302) by Julio López
  • make counters and size stats uint64 for consistency (#​5262) by Julio López
  • address potential conversion overflows (#​5266) by Julio López
  • string nits (#​5265) by Julio López
  • cleanup nits (#​5236) by Julio López
  • do not included concatenated entries in log (#​5231) by lif
  • move SafeLongFilename to ospath (#​5227) by Julio López
  • add byte units to maintenance stat summaries (#​5178) by Julio López
Repository
  • sync index blob file before closing (#​5292) by Julio López
  • failures when exceeding Windows MAX_PATH (#​5226) by Julio López
Snapshots
  • ErrorEntry policy resolution to use child policy (#​5234) by Baixiaochun
  • inaccessible entry causes parent directory to be skipped (#​5217) by Julio López
Storage Providers
  • warn messages for extra storage providers (#​5324) by Julio López
  • perform maximum of 2 attempt in PutBlobInPath (#​5168) by Julio López
  • require.NoError (#​5166) by Julio López
  • update injected error message (#​5165) by Julio López
  • make tests with injected errors more robust (#​5164) by Julio López
  • cleanup temporary file on put blob failure (#​5157) by Julio López
  • notify after releasing the lock (#​5154) by Julio López
  • sync file in FS provider to ensure data is persisted (#​5150) by Julio López
Testing
  • prefer assert.NoError (#​5299) by Julio López
  • nits in TestSnapFail tests (#​5228) by Julio López
  • TestSnapshotFail* (#​5225) by Julio López
Infrastructure
  • tweak copilot instructions (#​5278) by Julio López
  • update agent instructions (#​5153) by Julio López
CI/CD
  • split out linux-based lint targets (#​5349) by ashmrtn
  • license-check-go make target (#​5347) by Julio López
  • skip setup step on PRs on MacOS (#​5344) by Julio López
  • generate govulncheck SARIF report (#​5300) by Julio López
  • avoid duplicate test failure output (#​5222) by Julio López
  • add install-checklocks convenience target (#​5152) by Julio López
Graphical User Interface

Configuration

📅 Schedule: (in timezone Asia/Jerusalem)

  • Branch creation
    • "after 2am and before 7am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@github-actions

github-actions Bot commented May 13, 2026

Copy link
Copy Markdown
Contributor

Argo CD Diff Preview

Summary:

Modified (3):
± apps (+2|-2)
± kopia-nas-backup (+1|-1)
± kopia-server (+3|-3)
apps (kubernetes/bootstrap/apps.yaml)

Application: argocd/kopia-nas-backup

     server: https://kubernetes.default.svc
   info:
   - name: Chart
     value: app-template@4.6.2
   - name: Image
-    value: ghcr.io/home-operations/kopia:0.22.3@sha256:17ab64542280197a5368247deaefadc3e3bbe15714ab666c2455a06824e86efd
+    value: ghcr.io/home-operations/kopia:0.23.0@sha256:76865b421548b1d7bb26a8268f0f0bc828be4eec3f8d8b9c8ece991c99878f94
   project: default
   source:
     path: kubernetes/apps/kopia-nas-backup/
     repoURL: https://github.com/mpeterson/homelab
     targetRevision: main

Application: argocd/kopia-server

     server: https://kubernetes.default.svc
   info:
   - name: Chart
     value: app-template@4.6.2
   - name: Image
-    value: ghcr.io/home-operations/kopia:0.22.3@sha256:17ab64542280197a5368247deaefadc3e3bbe15714ab666c2455a06824e86efd
+    value: ghcr.io/home-operations/kopia:0.23.0@sha256:76865b421548b1d7bb26a8268f0f0bc828be4eec3f8d8b9c8ece991c99878f94
   project: default
   source:
     path: kubernetes/apps/kopia-server/
     repoURL: https://github.com/mpeterson/homelab
     targetRevision: main
kopia-nas-backup (kubernetes/apps/kopia-nas-backup/app.yaml)

CronJob: backup/kopia-nas-backup

                   key: KOPIA_REPOSITORY_PASSWORD
                   name: kopia-nas-backup-secret
             envFrom:
             - secretRef:
                 name: kopia-nas-backup-secret
-            image: ghcr.io/home-operations/kopia:0.22.3@sha256:17ab64542280197a5368247deaefadc3e3bbe15714ab666c2455a06824e86efd
+            image: ghcr.io/home-operations/kopia:0.23.0@sha256:76865b421548b1d7bb26a8268f0f0bc828be4eec3f8d8b9c8ece991c99878f94
             name: app
             resources:
               limits:
                 memory: 4Gi
               requests:
kopia-server (kubernetes/apps/kopia-server/app.yaml)

Deployment: backup/kopia-server

               key: KOPIA_REPOSITORY_PASSWORD
               name: kopia-server-secret
         envFrom:
         - secretRef:
             name: kopia-server-secret
-        image: ghcr.io/home-operations/kopia:0.22.3@sha256:17ab64542280197a5368247deaefadc3e3bbe15714ab666c2455a06824e86efd
+        image: ghcr.io/home-operations/kopia:0.23.0@sha256:76865b421548b1d7bb26a8268f0f0bc828be4eec3f8d8b9c8ece991c99878f94
         livenessProbe:
           exec:
             command:
             - /bin/bash
             - -c
@@ skipped 57 lines (53 -> 109) @@
               key: KOPIA_REPOSITORY_PASSWORD
               name: kopia-server-secret
         envFrom:
         - secretRef:
             name: kopia-server-secret
-        image: ghcr.io/home-operations/kopia:0.22.3@sha256:17ab64542280197a5368247deaefadc3e3bbe15714ab666c2455a06824e86efd
+        image: ghcr.io/home-operations/kopia:0.23.0@sha256:76865b421548b1d7bb26a8268f0f0bc828be4eec3f8d8b9c8ece991c99878f94
         name: init-repo
         volumeMounts:
         - mountPath: /config/cache
           name: kopia-cache
         - mountPath: /config

CronJob: backup/kopia-server-offsite-sync

                   key: KOPIA_REPOSITORY_PASSWORD
                   name: kopia-server-secret
             envFrom:
             - secretRef:
                 name: kopia-server-secret
-            image: ghcr.io/home-operations/kopia:0.22.3@sha256:17ab64542280197a5368247deaefadc3e3bbe15714ab666c2455a06824e86efd
+            image: ghcr.io/home-operations/kopia:0.23.0@sha256:76865b421548b1d7bb26a8268f0f0bc828be4eec3f8d8b9c8ece991c99878f94
             name: app
             resources:
               limits:
                 memory: 4Gi
               requests:

Stats:
[Applications: 86], [Full Run: 1m47s], [Rendering: 44s], [Cluster: 19s], [Argo CD: 45s]

@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-kopia-0.x branch 9 times, most recently from 8e67f1a to c7d4a5b Compare May 20, 2026 04:46
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-kopia-0.x branch 10 times, most recently from 1552c79 to 433a459 Compare May 27, 2026 05:16
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-kopia-0.x branch 3 times, most recently from 48f84df to b91062f Compare May 30, 2026 06:04
@renovate renovate Bot force-pushed the renovate/ghcr.io-home-operations-kopia-0.x branch from b91062f to a8aa42c Compare June 1, 2026 03:29
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