feat(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine 2.22.2 → 2.23.1 (#45975)
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) | minor | `b001d82` → `6ebc3c0` | --- > [!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>automatic-ripping-machine/automatic-ripping-machine (docker.io/automaticrippingmachine/automatic-ripping-machine)</summary> ### [`v2.23.1`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.23.1) [Compare Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.3...2.23.1) #### What's Changed - \[BUGFIX] Prevent fatal error due to uparsed lines when makemkvcon rips successfully ([#​1688](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/issues/1688)) by [@​joelishness](https://redirect.github.com/joelishness) in [#​1699](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1699) - \[FEATURE] feat(ripper): sort main feature by chapters, filesize, then… by [@​kp1349](https://redirect.github.com/kp1349) in [#​1698](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1698) #### New Contributors - [@​kp1349](https://redirect.github.com/kp1349) made their first contribution in [#​1698](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1698) **Full Changelog**: <https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.3...2.23.1> ### [`v2.22.3`](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.22.3) [Compare Source](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.2...2.22.3) #### What's Changed - \[BUGFIX] Update Apprise docs, correcting gotify instructions to match apprise syntax by [@​jacobxtyler](https://redirect.github.com/jacobxtyler) in [#​1725](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1725) - \[Bugfix] Add wiki documentation for Podman support by [@​Stealcase](https://redirect.github.com/Stealcase) in [#​1695](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1695) - \[BUGFIX] Gracefully handle read-only config files by [@​xieve](https://redirect.github.com/xieve) in [#​1694](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1694) #### New Contributors - [@​jacobxtyler](https://redirect.github.com/jacobxtyler) made their first contribution in [#​1725](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1725) - [@​Stealcase](https://redirect.github.com/Stealcase) made their first contribution in [#​1695](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1695) **Full Changelog**: <https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.22.2...2.22.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYXV0b21hdGljLXJpcHBpbmctbWFjaGluZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.2
|
||||
appVersion: 2.23.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.0
|
||||
@@ -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.23.5
|
||||
version: 6.24.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/automaticrippingmachine/automatic-ripping-machine
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.22.2@sha256:b001d829a631091567e6bf2c0cd4052c489affcba3cceef22578e0b48f51fcd5
|
||||
tag: 2.23.1@sha256:6ebc3c0105015b5557f61613d447097cd5920e1a9266dab308dfd17b952760b7
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user