mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 00:11:22 -03:00
chore(deps): update container image feramance/qbitrr to v4.9.10@fc56130 by renovate (#27543)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [feramance/qbitrr](https://redirect.github.com/Feramance/qBitrr) | patch | `v4.9.8` -> `v4.9.10` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Feramance/qBitrr (feramance/qbitrr)</summary> ### [`v4.9.10`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v4910-10102024) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.9.9...v4.9.10) - [\[patch\] Merge pull request #​117 from Feramance/108-unable-to-start-qbitrr-log-files](fefe317c7c) - [@​Feramance](https://redirect.github.com/Feramance) - [Log fixes](9a26c2aa64) - [@​Feramance](https://redirect.github.com/Feramance) - [Change from pathlib to os call](3915556a09) - [@​Feramance](https://redirect.github.com/Feramance) - [Removed check and forced unlink](35b6d8b33b) - [@​Feramance](https://redirect.github.com/Feramance) *** ### [`v4.9.9`](https://redirect.github.com/Feramance/qBitrr/blob/HEAD/CHANGELOG.md#v499-10102024) [Compare Source](https://redirect.github.com/Feramance/qBitrr/compare/v4.9.8...v4.9.9) - [\[patch\] Windows log files fixes](504fe066aa) - [@​Feramance](https://redirect.github.com/Feramance) - [Workflow update](4b8fa67af7) - [@​Feramance](https://redirect.github.com/Feramance) - [Added mkdocs](babc2a0e26) - [@​Feramance](https://redirect.github.com/Feramance) - [Requirements bump](c15564e81e) - [@​Feramance](https://redirect.github.com/Feramance) - [Merge pull request #​116 from Feramance/workflow-tests](65893f0980) - [@​Feramance](https://redirect.github.com/Feramance) - [pr workflow tests](a0f8a95830) - [@​Feramance](https://redirect.github.com/Feramance) - [Merge pull request #​113 from Feramance/dependabot/github_actions/actions/checkout-4](76fc18ac77) - [@​Feramance](https://redirect.github.com/Feramance) - [Merge branch 'master' into dependabot/github_actions/actions/checkout-4](04bb4b4c29) - [@​Feramance](https://redirect.github.com/Feramance) - [Merge pull request #​114 from Feramance/dependabot/github_actions/pre-commit/action-3.0.1](98636e4699) - [@​Feramance](https://redirect.github.com/Feramance) - [Merge pull request #​115 from Feramance/dependabot/github_actions/actions/setup-python-5](60a42cdb55) - [@​Feramance](https://redirect.github.com/Feramance) - [Bump actions/setup-python from 2 to 5](ad7f5834c3) - [@​dependabot](https://redirect.github.com/dependabot)\[bot] - [Bump pre-commit/action from 2.0.0 to 3.0.1](b83c201852) - [@​dependabot](https://redirect.github.com/dependabot)\[bot] - [Bump actions/checkout from 2 to 4](afc7731eca) - [@​dependabot](https://redirect.github.com/dependabot)\[bot] *** </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTYuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 4.9.8
|
||||
appVersion: 4.9.10
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/qbitrr
|
||||
- https://hub.docker.com/r/feramance/qbitrr
|
||||
type: application
|
||||
version: 6.4.2
|
||||
version: 6.4.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: feramance/qbitrr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.9.8@sha256:879bbbd8315d7e87ea97cf2c7949ea89b2da4e9e602f61402a47f7c513f055fd
|
||||
tag: v4.9.10@sha256:fc5613038d2e791b73353e527b6e1ff04fa46baa65eeb7f3430c98b8f6f722f8
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user