From 52e02f1db45bd14b76a73179a785d4d47450ce83 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 1 Aug 2024 02:40:38 +0200 Subject: [PATCH] chore(deps): update container image golift/unpackerr to v0.14.5@8493ffc by renovate (#24637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
Unpackerr/unpackerr (golift/unpackerr) ### [`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
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/unpackerr/Chart.yaml | 4 ++-- charts/stable/unpackerr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index 91349f079d2..eff4e672794 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -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 diff --git a/charts/stable/unpackerr/values.yaml b/charts/stable/unpackerr/values.yaml index da8117c8a67..81896f01c38 100644 --- a/charts/stable/unpackerr/values.yaml +++ b/charts/stable/unpackerr/values.yaml @@ -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