feat(deps): update unpackerr/unpackerr v0.15.2 → v0.16.1 - #3379
Open
truecharts-admin wants to merge 1 commit into
Open
feat(deps): update unpackerr/unpackerr v0.15.2 → v0.16.1#3379truecharts-admin wants to merge 1 commit into
truecharts-admin wants to merge 1 commit into
Conversation
Crow-Control
approved these changes
Aug 30, 2026
Crow-Control
left a comment
Member
There was a problem hiding this comment.
Auto approved automated PR
truecharts-admin
force-pushed
the
renovate/unpackerr-unpackerr-0.x
branch
from
August 31, 2026 00:54
aa59303 to
3d64f0c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.2→0.16.1Release Notes
Unpackerr/unpackerr (Unpackerr/unpackerr)
v0.16.1Compare Source
This was released an hour after 0.16.0 because Docker and Arch Linux builds did not work correctly. There are no app changes here, just build fixes. See the 0.16.0 release notes for details on what's new.
Full Changelog: Unpackerr/unpackerr@v0.16.0...v0.16.1
v0.16.0Compare Source
This is a big extractor release. Unpackerr now ships xtractr v0.6.0 (up from v0.3.1 in 0.15.2). Archives are harder to trick into writing outside the extract folder or filling a disk, leftover files from a crashed extract no longer get reported as success, and there are new knobs for how aggressive that protection is.
If you extract huge Starr downloads (bigger than the new per-app byte caps) or you had
max_retries = 0for unlimited retries, read Behavior changes first.Behavior changes
max_bytesuses that default.0or0Bdisables the cap for that instance.EXTRACTFAILEDwhile the item is still in the Starr queue (they used to goDELETEDand restart the same bomb).0/ empty is unlimited.max_retriesdefault is 2 (first try plus two retries).0now means that default, not unlimited.remnant_actiondefaults torename: leftover dest files from an interrupted extract are renamed to*.remnantand the extract is retried.Security
These landed in xtractr and Unpackerr uses them automatically.
allow_symlinks = true). The extras pass never follows archive-member zip links.MaxBytes/MaxFiles/MaxRatioabort the extract; nested extras share the leftover budget instead of resetting it. Duplicate extras are deduped by device+inode.New config knobs
Global
remnant_action/UN_REMNANT_ACTION:rename(default),delete, oroff. Applies to Starr and to folders withmove_back. Files that arrived with the download are kept; names that were not there before extract are leftovers.offfails without retrying.max_retries/UN_MAX_RETRIES: default2.0uses that default.Per Starr app (
[[sonarr]]/ radarr / lidarr / readarr / whisparr)max_bytes/UN_*_MAX_BYTES: override the app default above, or0for unlimited.Per watched folder (
[[folder]])max_bytes,max_files,max_ratio,max_nested,extras_max_depth— all default unlimited (0/ empty).allow_symlinks— include symlink-named files in the initial archive search (defaultfalse).Extraction reliability
FinalDests), classifies leftovers vs download content, and retries afterremnant_action. Partial moves under the same dests are rolled back first..cue.txt, and fix cross-platform split paths / Lidarr ManualImport. APE+CUE (Monkey Audio) splits the same way when a.cueis extracted.#624, thanks @mprachar).#628, thanks @ferrohd).Desktop
dlgs. Thanks @SergioChan.Packaging and install
Releases are built with GoReleaser Pro. User-facing bits:
Unpackerr.app.. Minimum macOS 13.Major.Minor.Patch.REVISION)..txzpackages (pkg addon 14/15).unpackerr_…_amd64.deb,unpackerr-….x86_64.rpm); one armhf /armv7hl.golift/unpackerrandghcr.io/unpackerr/unpackerr.:latestis tagged releases;:nightlyis a daily build frommain;:unstableis a manual publish branch. Alpine 3.24.Merged contributions
Extractor (xtractr) highlights that ship with this release: zip-slip and symlink-follow hardening (golift/xtractr#159, golift/xtractr#161, golift/xtractr#175), extract caps (golift/xtractr#176, golift/xtractr#182, golift/xtractr#185), remnants/refusals (golift/xtractr#177, golift/xtractr#181), cross-device copy (golift/xtractr#178), 7z CRC32 (golift/xtractr#171), APE+CUE (golift/xtractr#145), FLAC OOM/corruption (golift/xtractr#142, golift/xtractr#143), multi-part volumes (golift/xtractr#140).
New contributors
Full Changelog: Unpackerr/unpackerr@v0.15.2...v0.16.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.