fix(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine 2.22.0 → 2.22.1 (#45158)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine) | patch | `8e55144` → `45b4961` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>automatic-ripping-machine/automatic-ripping-machine (docker.io/automaticrippingmachine/automatic-ripping-machine)</summary> ### [`v2.22.1`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.22.1) [Compare Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.0...2.22.1) #### What's Changed - \[BUGFIX] trim whitespace from form values on save by [@​ImLunaHey](https://redirect.github.com/ImLunaHey) in [#​1691](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1691) - Add macOS UTM Docker installation guide by [@​RayHollister](https://redirect.github.com/RayHollister) in [#​1682](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1682) - \[BUGFIX] Debian installer: robust contrib repo detection for deb822 + mirror lists by [@​mschabhuettl](https://redirect.github.com/mschabhuettl) in [#​1677](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1677) - \[BUGFIX] Refactor logging & exception handling by [@​xieve](https://redirect.github.com/xieve) in [#​1696](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1696) #### New Contributors - [@​RayHollister](https://redirect.github.com/RayHollister) made their first contribution in [#​1682](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1682) - [@​mschabhuettl](https://redirect.github.com/mschabhuettl) made their first contribution in [#​1677](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1677) **Full Changelog**: <https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.0...2.22.1> </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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2F1dG9tYXRpYy1yaXBwaW5nLW1hY2hpbmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.22.0
|
||||
appVersion: 2.22.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.30.2
|
||||
@@ -41,5 +41,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/automatic-ripping-machine
|
||||
- https://hub.docker.com/r/automaticrippingmachine/automatic-ripping-machine
|
||||
type: application
|
||||
version: 6.20.1
|
||||
version: 6.20.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/automaticrippingmachine/automatic-ripping-machine
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.22.0@sha256:8e55144cff5163155b377eb074923f52dac6297f9041382088cd6620a1c55512
|
||||
tag: 2.22.1@sha256:45b4961307f3b8d225ad31ed751821f488cc3b1d18c49fbe3db1284b166675c9
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user