This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/golift/unpackerr](https://redirect.github.com/Unpackerr/unpackerr) | minor | `8493ffc` → `0fa5c63` | --- > [!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.0`](https://redirect.github.com/Unpackerr/unpackerr/releases/tag/v0.15.0): Version 15 in 8 years [Compare Source](https://redirect.github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.0) #### New Features - Folder setting `delete_after` has a default setting of 10 minutes. - Log file mode can now be set. - Will now unpack multi-file 7zip archives. - Log file is now automatically created. - FreeBSD rc.d improvements to allow overriding username. - Progress updates are now logged. Every 15 seconds (configurable), the app logs the current extraction percentage. - Adds `exclude_path` to the folder watcher so you can ignore specific paths. - Folder setting `disable_recursion` works correctly now. - Empty download folders are removed when archives are removed. - Golift docker image now uses alpine instead of scratch. ##### These features are thanks to [@​oceanplexian](https://redirect.github.com/oceanplexian) - Supports non-UTF8 file encoding (Japanese, Chinese, etc). - Improved ISO9660 ([Joilet](https://redirect.github.com/kdomanski/iso9660/pull/55)) support. - [UDF](https://redirect.github.com/golift/udf) support (like ISO, but bigger). - Splits FLAC/CUE files for Lidarr. **This is still experimental and feedback is requested.** - Archives with an incorrect extension may still be extracted. We now detect the file type using the first few bytes. #### Bug Fixes It's a pretty big list, but at the end of the day all of the bugs pretty much lead to the same problem: extraction failed. A lot of these problems have been fixed and extractions are considerably more reliable. #### Merged Contributions - update arch pkgbuild by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​479](https://redirect.github.com/Unpackerr/unpackerr/pull/479) - update install.sh script by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​480](https://redirect.github.com/Unpackerr/unpackerr/pull/480) - add overrides for examples and docker by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​481](https://redirect.github.com/Unpackerr/unpackerr/pull/481) - Remove expanding of URL previews by [@​BoKKeR](https://redirect.github.com/BoKKeR) in [#​500](https://redirect.github.com/Unpackerr/unpackerr/pull/500) - docs: add clarify delete\_after needing to be greater than 0 by [@​bakerboy448](https://redirect.github.com/bakerboy448) in [#​485](https://redirect.github.com/Unpackerr/unpackerr/pull/485) - fix docs by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​501](https://redirect.github.com/Unpackerr/unpackerr/pull/501) - Update linter, fix some bugs by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​503](https://redirect.github.com/Unpackerr/unpackerr/pull/503) - set default for folder delete after to 10m by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​530](https://redirect.github.com/Unpackerr/unpackerr/pull/530) - Allows changing the log file mode. by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​531](https://redirect.github.com/Unpackerr/unpackerr/pull/531) - add multi-file 7z support to starr apps by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​533](https://redirect.github.com/Unpackerr/unpackerr/pull/533) - make log file on linux auto. allow dir instead of file for log file by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​536](https://redirect.github.com/Unpackerr/unpackerr/pull/536) - Update FreeBSD rc file. by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​538](https://redirect.github.com/Unpackerr/unpackerr/pull/538) - Provide progress updates. by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​535](https://redirect.github.com/Unpackerr/unpackerr/pull/535) - feat(folder): add exclude\_paths for watched folders by [@​nicholaskurjo](https://redirect.github.com/nicholaskurjo) in [#​572](https://redirect.github.com/Unpackerr/unpackerr/pull/572) - fix(folder): honor disable\_recursion for watched archive files by [@​nicholaskurjo](https://redirect.github.com/nicholaskurjo) in [#​573](https://redirect.github.com/Unpackerr/unpackerr/pull/573) - Silence logs when nothing configured by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​574](https://redirect.github.com/Unpackerr/unpackerr/pull/574) - fix lint by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​577](https://redirect.github.com/Unpackerr/unpackerr/pull/577) - Logs fallback to stdout by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​579](https://redirect.github.com/Unpackerr/unpackerr/pull/579) - Purge empty parent folder by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​578](https://redirect.github.com/Unpackerr/unpackerr/pull/578) - Dockerfile changes + build fix by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​580](https://redirect.github.com/Unpackerr/unpackerr/pull/580) - Polish ISO9660 support: Starr app extraction, UDF, multi-extent by [@​oceanplexian](https://redirect.github.com/oceanplexian) in [#​581](https://redirect.github.com/Unpackerr/unpackerr/pull/581) - Add split\_flac toggle for Lidarr CUE+FLAC splitting by [@​oceanplexian](https://redirect.github.com/oceanplexian) in [#​583](https://redirect.github.com/Unpackerr/unpackerr/pull/583) - fixes by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​584](https://redirect.github.com/Unpackerr/unpackerr/pull/584) - Manually import FLAC tracks into Lidarr after they're split. by [@​davidnewhall](https://redirect.github.com/davidnewhall) in [#​586](https://redirect.github.com/Unpackerr/unpackerr/pull/586) #### Auto Updates - Update module github.com/prometheus/client\_golang to v1.20.5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​483](https://redirect.github.com/Unpackerr/unpackerr/pull/483) - Update module golang.org/x/mod to v0.20.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​482](https://redirect.github.com/Unpackerr/unpackerr/pull/482) - Update module golang.org/x/mod to v0.22.0 - autoclosed by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​490](https://redirect.github.com/Unpackerr/unpackerr/pull/490) - Update module github.com/fsnotify/fsnotify to v1.8.0 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​498](https://redirect.github.com/Unpackerr/unpackerr/pull/498) - chore(deps): update dependency go to v1.23.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​506](https://redirect.github.com/Unpackerr/unpackerr/pull/506) - Update GitHub Artifact Actions (major) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​551](https://redirect.github.com/Unpackerr/unpackerr/pull/551) - fix(deps): update golift.io/rotatorr digest to [`f6ac6fc`](https://redirect.github.com/Unpackerr/unpackerr/commit/f6ac6fc) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​575](https://redirect.github.com/Unpackerr/unpackerr/pull/575) - fix(deps): update module golift.io/cnfg to v0.2.4 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​576](https://redirect.github.com/Unpackerr/unpackerr/pull/576) - Update module golift.io/cnfg to v0.2.5 by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​585](https://redirect.github.com/Unpackerr/unpackerr/pull/585) - Update GitHub Artifact Actions (major) by [@​renovate](https://redirect.github.com/renovate)\[bot] in [#​588](https://redirect.github.com/Unpackerr/unpackerr/pull/588) #### New Contributors - [@​BoKKeR](https://redirect.github.com/BoKKeR) made their first contribution in [#​500](https://redirect.github.com/Unpackerr/unpackerr/pull/500) - [@​nicholaskurjo](https://redirect.github.com/nicholaskurjo) made their first contribution in [#​572](https://redirect.github.com/Unpackerr/unpackerr/pull/572) - [@​oceanplexian](https://redirect.github.com/oceanplexian) made their first contribution in [#​581](https://redirect.github.com/Unpackerr/unpackerr/pull/581) **Full Changelog**: <https://github.com/Unpackerr/unpackerr/compare/v0.14.5...v0.15.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdW5wYWNrZXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
title
| title |
|---|
| README |
General Info
For more information about this Chart, please check the docs on the TrueCharts website
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Installation
Helm-Chart installation
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
helm install mychart oci://oci.trueforge.org/truecharts/unpackerr
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website
Chart Specific Guides and information
All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://trueforge.org/truecharts/stable/unpackerr
Configuration Options
To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/unpackerr/values.yaml
All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml
Support
Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!
All Rights Reserved - The TrueCharts Project