fix(kopia): update image oci.trueforge.org/containerforge/kopia 0.23.0 → 0.23.1 (#49527)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/kopia](https://ghcr.io/trueforge-org/kopia) ([source](https://redirect.github.com/kopia/kopia)) | patch | `af31fb5` → `a70cfd5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>kopia/kopia (oci.trueforge.org/containerforge/kopia)</summary> ### [`v0.23.1`](https://redirect.github.com/kopia/kopia/releases/tag/v0.23.1) [Compare Source](https://redirect.github.com/kopia/kopia/compare/v0.23.0...v0.23.1) ##### Summary Kopia v0.23.1. is a bugfix release which fixes a rare race condition which might lead to a data loss - an upgrade is recommended - See [#​5371](https://redirect.github.com/kopia/kopia/issues/5371) ##### Repository - Basic tests for getting epoch manager blob set ([#​5418](https://redirect.github.com/kopia/kopia/issues/5418)) by Julio López - selection of next epoch to compact ([#​5373](https://redirect.github.com/kopia/kopia/issues/5373)) by Julio López ##### Storage Providers - no\_extra\_providers build tag ([#​5375](https://redirect.github.com/kopia/kopia/issues/5375)) by Julio López ##### Linter - annotations for other platforms ([#​5413](https://redirect.github.com/kopia/kopia/issues/5413)) by Julio López ##### Graphical User Interface </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9rb3BpYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.23.0
|
||||
appVersion: 0.23.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kopia
|
||||
- https://kopia.io/docs/installation/#docker-images
|
||||
type: application
|
||||
version: 28.5.1
|
||||
version: 28.5.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: oci.trueforge.org/containerforge/kopia
|
||||
tag: 0.23.0@sha256:af31fb5f96016ba5c1b1a1e3b3a3adda737a43a85bbcd852a8c3efc5dd703722
|
||||
tag: 0.23.1@sha256:a70cfd5b477899879e34b3dc57dc971fac3de4a61714360f98cd55f899b8f941
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user