chore(deps): update container image golift/unpackerr to v0.14.5@8493ffc by renovate (#24637)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | patch | `0.14.3` -> `0.14.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Unpackerr/unpackerr (golift/unpackerr)</summary> ### [`v0.14.5`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.5) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.4...v0.14.5) There are no application code updates in this release. I am creating this release to trigger new code that signs FreeBSD and Arch Linux package files. It was incomplete in the previous release. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 #### What's Changed - Sign all the TXZ and ZST files. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/478](https://togithub.com/Unpackerr/unpackerr/pull/478) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.4...v0.14.5 ### [`v0.14.4`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.4) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.3...v0.14.4) There are no application code updates in this release. I am creating this release to trigger new cod that signs FreeBSD and Arch Linux package files. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 #### What's Changed - Sign ZST and TXZ packages. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/477](https://togithub.com/Unpackerr/unpackerr/pull/477) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.3...v0.14.4 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
306edbd7b1
commit
52e02f1db4
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.14.3
|
||||
appVersion: 0.14.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
|
@ -37,4 +37,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr
|
||||
- https://hub.docker.com/r/golift/unpackerr
|
||||
type: application
|
||||
version: 15.2.2
|
||||
version: 15.2.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: golift/unpackerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.14.3@sha256:ebaa66445159dbc0ca0da7ecc3715ce1c89a66fea11c3c2c2a481eaf3ac73b0e
|
||||
tag: 0.14.5@sha256:8493ffc2dd17e0b8a034552bb52d44e003fa457ee407da97ccc69328bce4a815
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in New Issue