From 366e00b63d9ae1e423be364b948b291c67a89846 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 21 Jan 2024 14:35:34 +0100 Subject: [PATCH] chore(deps): update container image golift/unpackerr to v0.13.0@dac056a by renovate (#17449) 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) | minor | `0.12.0` -> `0.13.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
Unpackerr/unpackerr (golift/unpackerr) ### [`v0.13.0`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.13.0): Falderlez [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.12.0...v0.13.0) #### What's New - Several minor bug fixes. - Dependency and module updates. - Better about removing empty folders. - Folder watcher can have recursion disabled. - Can now fire hooks for folder items that did not get extracted. (by [@​Warfront1](https://togithub.com/Warfront1)) - Improved logging. - **Homebrew builds removed.** - Builds a docker image for GHCR now. - Improved logging for folder watcher. - Error output is configurable now. - **Archives may now be extracted even if they're not in a folder.** #### Merged Pull Requests - Update docker-compose.yml - fix typo by [@​Petemir](https://togithub.com/Petemir) in [https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336) - Handy updates! by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/332](https://togithub.com/Unpackerr/unpackerr/pull/332) - Fix inaccurate cmdhook example instructions comment by [@​Warfront1](https://togithub.com/Warfront1) in [https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360) - Updates by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/375](https://togithub.com/Unpackerr/unpackerr/pull/375) - fix panic by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/376](https://togithub.com/Unpackerr/unpackerr/pull/376) - Add build for ghcr. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/377](https://togithub.com/Unpackerr/unpackerr/pull/377) - arm64 docker container by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/378](https://togithub.com/Unpackerr/unpackerr/pull/378) - Adds the extractednothing ExtractStatus by [@​Warfront1](https://togithub.com/Warfront1) in [https://github.com/Unpackerr/unpackerr/pull/361](https://togithub.com/Unpackerr/unpackerr/pull/361) - Extract Bare Files by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/381](https://togithub.com/Unpackerr/unpackerr/pull/381) #### New Contributors - [@​Petemir](https://togithub.com/Petemir) made their first contribution in [https://github.com/Unpackerr/unpackerr/pull/336](https://togithub.com/Unpackerr/unpackerr/pull/336) - [@​Warfront1](https://togithub.com/Warfront1) made their first contribution in [https://github.com/Unpackerr/unpackerr/pull/360](https://togithub.com/Unpackerr/unpackerr/pull/360) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.12.0...v0.13.0
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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 | 8 ++++---- charts/stable/unpackerr/values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml index e1f9c48cacc..b287b3ec569 100644 --- a/charts/stable/unpackerr/Chart.yaml +++ b/charts/stable/unpackerr/Chart.yaml @@ -3,11 +3,11 @@ annotations: min_scale_version: 23.10.0 truecharts.org/SCALE-support: "true" truecharts.org/category: media - truecharts.org/max_helm_version: "3.13" + truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.12" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.12.0 +appVersion: 0.13.0 dependencies: - name: common version: 17.2.22 @@ -27,7 +27,7 @@ keywords: - lidarr - readarr - whisparr -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -38,4 +38,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr - https://hub.docker.com/r/golift/unpackerr type: application -version: 12.1.7 +version: 12.2.0 diff --git a/charts/stable/unpackerr/values.yaml b/charts/stable/unpackerr/values.yaml index 37c4f85539e..3b3c715c1ab 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.12.0@sha256:166fc618fd1713714c08f9d7d0bcbc60f50aec94244a977189dba4cee7c983ec + tag: 0.13.0@sha256:dac056a327e0bedad396965a028ab7e9ddfa001493551daa41652f0e15eefd6f service: main: enabled: false