chore(deps): update container image golift/unpackerr to v0.14.0@1253c81 by renovate (#24179)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | minor | `0.13.1` -> `0.14.0` | --- > [!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.0`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.0): Version 14 in 6 years [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.13.1...v0.14.0) #### Generator Check out the new config file generator Notifiarr hosts: - https://notifiarr.com/unpackerr #### Changes ##### Folder watcher - Adds support for more compression formats (see [https://github.com/golift/xtractr/pull/46](https://togithub.com/golift/xtractr/pull/46)) - Improvements to bare-archive in watched folder extraction. - Folder poller can now be disabled on Docker by setting interval to less than 5ms. - More debug logging; other logging improvements. - Failed folder extractions are now retried. - Bare non-archive files are no longer tracked; including the unpackerr log file(s). ##### Starr apps - Polls all configured apps at once in parallel instead of sequentially. - Logging improvements. - Misconfigured instances no longer stop the app from starting. - Extract check interval now uses start delay instead of poll interval. ##### Other - Many logging improvements. - Misconfigured command or web hooks will no longer stop the app from starting. - [Supports `filepath:` notation](https://unpackerr.zip/docs/install/configuration#secrets-and-passwords) in all string configuration parameters. - Fixes the log file viewer menu on macOS/Windows. - Updates go dependencies and gh actions. - Lots of code cleanup and more linters. - Updates macOS signing app to new version of [gon](https://togithub.com/Bearer/homebrew-tap/blob/main/Formula/gon.rb). #### Auto Generated Notes - add v to docker tags by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/385](https://togithub.com/Unpackerr/unpackerr/pull/385) - Make folder watcher work better by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/386](https://togithub.com/Unpackerr/unpackerr/pull/386) - Update docker-compose.yml by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/421](https://togithub.com/Unpackerr/unpackerr/pull/421) - Update golangci/golangci-lint-action action to v5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/420](https://togithub.com/Unpackerr/unpackerr/pull/420) - Update actions/checkout digest to [`0ad4b8f`](https://togithub.com/Unpackerr/unpackerr/commit/0ad4b8f) by [@​renovate](https://togithub.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/418](https://togithub.com/Unpackerr/unpackerr/pull/418) - Update softprops/action-gh-release action to v2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/403](https://togithub.com/Unpackerr/unpackerr/pull/403) - Fixes a bug where no API Key prevents the app from starting by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/409](https://togithub.com/Unpackerr/unpackerr/pull/409) - Replace some u.Printf calls with u.Errorf in handlers.go by [@​Marcool04](https://togithub.com/Marcool04) in [https://github.com/Unpackerr/unpackerr/pull/422](https://togithub.com/Unpackerr/unpackerr/pull/422) - Update golangci/golangci-lint-action action to v6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/425](https://togithub.com/Unpackerr/unpackerr/pull/425) - Unstable by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/390](https://togithub.com/Unpackerr/unpackerr/pull/390) - Logging and dep updates. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/435](https://togithub.com/Unpackerr/unpackerr/pull/435) - Fix log file path for viewing by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/436](https://togithub.com/Unpackerr/unpackerr/pull/436) - update linter by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/437](https://togithub.com/Unpackerr/unpackerr/pull/437) - ignore log file, add minimum poll interval, print config file age by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/438](https://togithub.com/Unpackerr/unpackerr/pull/438) - disconnect poll interval from delay timer by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/439](https://togithub.com/Unpackerr/unpackerr/pull/439) - retry folders when delete delay beats retry delay by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/440](https://togithub.com/Unpackerr/unpackerr/pull/440) - Avoid folder-watching non-archives. Don't extract r00 if rar exists. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/441](https://togithub.com/Unpackerr/unpackerr/pull/441) - clean up folders.go by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/442](https://togithub.com/Unpackerr/unpackerr/pull/442) - read external config files by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/444](https://togithub.com/Unpackerr/unpackerr/pull/444) - fix retry bug by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/447](https://togithub.com/Unpackerr/unpackerr/pull/447) #### New Contributors - [@​Marcool04](https://togithub.com/Marcool04) made their first contribution in [https://github.com/Unpackerr/unpackerr/pull/422](https://togithub.com/Unpackerr/unpackerr/pull/422) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.13.1...v0.14.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
co-authored by
alfi0812
parent
1af08ad371
commit
a78717df37
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.13.1
|
||||
appVersion: 0.14.0
|
||||
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.1.3
|
||||
version: 15.2.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: golift/unpackerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.13.1@sha256:99defbe8fc765584f93ef246e8b8e01cf626f2477d8b096984705ed0fe9c40c3
|
||||
tag: 0.14.0@sha256:1253c8145fe5ce128645a7860a3830fcf33e36256008c5a7061451cd94eea55e
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user