fix(qbitrr): update image docker.io/feramance/qbitrr v5.12.4 → v5.12.5 (#49106)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr) | patch | `c64fbea` → `ecb37ff` | --- > [!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>Feramance/qBitrr (docker.io/feramance/qbitrr)</summary> ### [`v5.12.5`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v5125-13062026) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v5.12.4...v5.12.5) ##### 🐛 Bug Fixes - [\[patch\] Multi-instance delete retry, recheck routing, and UrlBase cache fixes](https://redirect.github.com/Feramance/qBitrr/commit/6f342037249e4e4cde1129829468dfc18104e74c) - [@​Feramance](https://redirect.github.com/Feramance) - [fix: retain failed per-instance deletes and route recheck to owning qBit client](https://redirect.github.com/Feramance/qBitrr/commit/61569c113f197faac7589eb030f9dbb97a66c9ad) - [@​Feramance](https://redirect.github.com/Feramance) ##### 🔧 Maintenance - [test: add multi-instance delete/recheck unit tests and changelog](https://redirect.github.com/Feramance/qBitrr/commit/343258a6a1cb81f5d59ab1b261517df593fccc9e) - [@​Feramance](https://redirect.github.com/Feramance) - [Further release flow updates](https://redirect.github.com/Feramance/qBitrr/commit/d8c60afaa7b029a4230246616d5a82b8eb7edb85) - [@​Feramance](https://redirect.github.com/Feramance) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9xYml0cnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.12.4
|
||||
appVersion: 5.12.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.5.3
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/qbitrr
|
||||
- https://hub.docker.com/r/feramance/qbitrr
|
||||
type: application
|
||||
version: 9.6.0
|
||||
version: 9.6.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/feramance/qbitrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.12.4@sha256:c64fbea4fc782aa575c2cd10364b381d15bb0a9da231e1233a74d49b42c1754a
|
||||
tag: v5.12.5@sha256:ecb37ffa61532df09dbe94a22f4160ee882530ca4ef5ec7d15c9df0a5fda4670
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user