Skip to content

feat(container): update image ghcr.io/unpackerr/unpackerr to v0.15.0#377

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-unpackerr-unpackerr-0.x
Open

feat(container): update image ghcr.io/unpackerr/unpackerr to v0.15.0#377
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-unpackerr-unpackerr-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/unpackerr/unpackerr minor 0.14.50.15.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Unpackerr/unpackerr (ghcr.io/unpackerr/unpackerr)

v0.15.0: Version 15 in 8 years

Compare Source

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
  • Supports non-UTF8 file encoding (Japanese, Chinese, etc).
  • Improved ISO9660 (Joilet) support.
  • 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

Auto Updates

New Contributors

Full Changelog: Unpackerr/unpackerr@v0.14.5...v0.15.0

v0.15.0: Version 15 in 8 years

Compare Source

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
  • Supports non-UTF8 file encoding (Japanese, Chinese, etc).
  • Improved ISO9660 (Joilet) support.
  • 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
Auto Updates
New Contributors

Full Changelog: Unpackerr/unpackerr@v0.14.5...v0.15.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Mar 2, 2026

--- kubernetes/apps/default/unpackerr/app Kustomization: flux-system/unpackerr HelmRelease: default/unpackerr

+++ kubernetes/apps/default/unpackerr/app Kustomization: flux-system/unpackerr HelmRelease: default/unpackerr

@@ -44,13 +44,13 @@

               UN_WEBSERVER_METRICS: true
             envFrom:
             - secretRef:
                 name: unpackerr-secret
             image:
               repository: ghcr.io/unpackerr/unpackerr
-              tag: 0.14.5@sha256:dc72256942ce50d1c8a1aeb5aa85b6ae2680a36eefd2182129d8d210fce78044
+              tag: 0.15.0@sha256:9f4cb99b78d8fe2d55f79c490a715e14a8a28d9868373dad642ca5adc2ac3e91
             resources:
               limits:
                 memory: 4Gi
               requests:
                 cpu: 11m
                 memory: 256Mi

@github-actions
Copy link

github-actions bot commented Mar 2, 2026

--- HelmRelease: default/unpackerr Deployment: default/unpackerr

+++ HelmRelease: default/unpackerr Deployment: default/unpackerr

@@ -58,13 +58,13 @@

           value: http://sonarr.default.svc.cluster.local
         - name: UN_WEBSERVER_METRICS
           value: 'true'
         envFrom:
         - secretRef:
             name: unpackerr-secret
-        image: ghcr.io/unpackerr/unpackerr:0.14.5@sha256:dc72256942ce50d1c8a1aeb5aa85b6ae2680a36eefd2182129d8d210fce78044
+        image: ghcr.io/unpackerr/unpackerr:0.15.0@sha256:9f4cb99b78d8fe2d55f79c490a715e14a8a28d9868373dad642ca5adc2ac3e91
         name: app
         resources:
           limits:
             memory: 4Gi
           requests:
             cpu: 11m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants