fix(unpackerr): update image docker.io/golift/unpackerr 0.15.0 → 0.15.2 (#45889)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/golift/unpackerr](https://redirect.github.com/Unpackerr/unpackerr) | patch | `0fa5c63` → `057e347` | --- > [!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>Unpackerr/unpackerr (docker.io/golift/unpackerr)</summary> ### [`v0.15.2`](https://redirect.github.com/Unpackerr/unpackerr/releases/tag/v0.15.2) [Compare Source](https://redirect.github.com/Unpackerr/unpackerr/compare/v0.15.1...v0.15.2) Fixes the Arch Linux releaser. I hope. 🤞 EDIT: it worked. Arch released correctly! *** This release was pushed a few minutes after 0.15.1 because one of the builds failed to upload (Arch Linux package). Here's a copy/paste of the 0.15.1 release notes: Updates documentation to include new Lidarr Protocols values. Updates default Protocols, so Lidarr works as it did previously. Suppresses an 8 year old systemd warning. Thanks [@​fryfrog](https://redirect.github.com/fryfrog) for that fix. Fixes after-install script in Linux/FreeBSD packages. Many flac/cue split fixes, Lidarr now imports split flacs. Thanks to [@​kontell](https://redirect.github.com/kontell) for the troubleshooting help! **Full Changelog**: <https://github.com/Unpackerr/unpackerr/compare/v0.15.1...v0.15.2> ### [`v0.15.1`](https://redirect.github.com/Unpackerr/unpackerr/releases/tag/v0.15.1) [Compare Source](https://redirect.github.com/Unpackerr/unpackerr/compare/v0.15.0...v0.15.1) Updates documentation to include new Lidarr Protocols values. Updates default Protocols, so Lidarr works as it did previously. Suppresses an 8 year old systemd warning. Thanks [@​fryfrog](https://redirect.github.com/fryfrog) for that fix. Fixes after-install script in Linux/FreeBSD packages. Many flac/cue split fixes, Lidarr now imports split flacs. Thanks to [@​kontell](https://redirect.github.com/kontell) for the troubleshooting help! #### What's Changed - fix: default protocol covers both legacy and class-name torrent strings by [@​oceanplexian](https://redirect.github.com/oceanplexian) in [#​595](https://redirect.github.com/Unpackerr/unpackerr/pull/595) - Suppress systemd warning by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​597](https://redirect.github.com/Unpackerr/unpackerr/pull/597) - fix(deps): update golift.io/xtractr digest to [`379595d`](https://redirect.github.com/Unpackerr/unpackerr/commit/379595d) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​592](https://redirect.github.com/Unpackerr/unpackerr/pull/592) - fix(deps): update module code.cloudfoundry.org/bytefmt to v0.65.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​591](https://redirect.github.com/Unpackerr/unpackerr/pull/591) - fix after-install script by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​598](https://redirect.github.com/Unpackerr/unpackerr/pull/598) - chore(deps): update docker/login-action action to v4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​599](https://redirect.github.com/Unpackerr/unpackerr/pull/599) - chore(deps): update docker/setup-qemu-action action to v4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​600](https://redirect.github.com/Unpackerr/unpackerr/pull/600) - chore(deps): update docker/build-push-action action to v7 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​604](https://redirect.github.com/Unpackerr/unpackerr/pull/604) - chore(deps): update docker/metadata-action action to v6 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​603](https://redirect.github.com/Unpackerr/unpackerr/pull/603) - chore(deps): update docker/setup-buildx-action action to v4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​602](https://redirect.github.com/Unpackerr/unpackerr/pull/602) **Full Changelog**: <https://github.com/Unpackerr/unpackerr/compare/v0.15.0...v0.15.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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdW5wYWNrZXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
@@ -14,7 +14,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.15.0
|
||||
appVersion: 0.15.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.33.0
|
||||
@@ -45,5 +45,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/unpackerr
|
||||
- https://hub.docker.com/r/golift/unpackerr
|
||||
type: application
|
||||
version: 16.18.0
|
||||
version: 16.18.1
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/golift/unpackerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.15.0@sha256:0fa5c63f8aeadc9b23a00b95d9e86bed185f1806b6291dc6b5a3e8974eca96e7
|
||||
tag: 0.15.2@sha256:057e34740d26c34d81ec8e2faf8ec11f8dbfc77489b7a42826f52b37e5ee1b6c
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user