Skip to content

chore(deps): bump github.com/mholt/archiver/v4 from 4.0.0-alpha.8 to 4.0.0-alpha.9 in /agent#12566

Open
dependabot[bot] wants to merge 1 commit intodev-v2from
dependabot/go_modules/agent/github.com/mholt/archiver/v4-4.0.0-alpha.9
Open

chore(deps): bump github.com/mholt/archiver/v4 from 4.0.0-alpha.8 to 4.0.0-alpha.9 in /agent#12566
dependabot[bot] wants to merge 1 commit intodev-v2from
dependabot/go_modules/agent/github.com/mholt/archiver/v4-4.0.0-alpha.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Bumps github.com/mholt/archiver/v4 from 4.0.0-alpha.8 to 4.0.0-alpha.9.

Release notes

Sourced from github.com/mholt/archiver/v4's releases.

v4.0.0-alpha.9

Alpha 9 introduces some new features, and also important fixes and optimizations, especially related to FileSystems and tar archives.

⚠️ This release has some breaking changes to the API, but fairly minor all things considered. Be advised that the next release may have a new package name: archives. See #427.

  • Using fs.WalkDir() is now much faster when walking large tar archives.
  • A FileSystem can be created from a stream instead of just a file name (but the stream must be a Reader, ReaderAt, and Seeker).
  • Added lzip compression.
  • Renamed CompressedArchive to Archive since compression is optional.
  • Split Archival into Archival and Extraction, since not all archive formats can archive (some, like rar and 7z, can only extract).
  • Removed the filename filter argument from Extract() since it was mostly pointless and even confusing.
  • Brotli-compressed files can now be identified by their stream, maybe... sometimes (it's worth a shot; brotli has no notable magic number or header so we just try our best).
  • Removed ErrStopWalk in favor of fs.SkipAll which is apparently the same thing
  • Renamed ErrNoMatch to NoMatch since it is a sentinel (error) value and not an actual error.

What's Changed

New Contributors

Full Changelog: mholt/archiver@v4.0.0-alpha.8...v4.0.0-alpha.9

Commits
  • f9dfd58 Refactor and simplify interfaces
  • 76ea0d6 Reuse code to determine stream size by seeking
  • e310539 Refactor FS types; improve performance (#426)
  • 264c901 build: upgrade rardecode to v2.0.0-beta.3 (#423)
  • 275fd2e chore(go.mod): Switch to upstream lzip package (#422)
  • a902fcc go.mod: Use copy of lzip library that disappeared (close #421)
  • 700715b zip: Fix compression method not set without SelectiveCompression enabled (#419)
  • 743ede3 fs: Fix bug with ArchiveFS stat method
  • c341cc0 Upgrade dependencies; honor fs.SkipAll when walking
  • 07b70a6 gzip: expose gzip.Multistream (#407)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/mholt/archiver/v4](https://github.com/mholt/archiver) from 4.0.0-alpha.8 to 4.0.0-alpha.9.
- [Release notes](https://github.com/mholt/archiver/releases)
- [Commits](mholt/archiver@v4.0.0-alpha.8...v4.0.0-alpha.9)

---
updated-dependencies:
- dependency-name: github.com/mholt/archiver/v4
  dependency-version: 4.0.0-alpha.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 22, 2026
@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 22, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented Apr 22, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ssongliu for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Labels

dependencies Pull requests that update a dependency file do-not-merge/release-note-label-needed go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants