chore(deps): Update dependency hauler-dev/hauler to v2#23
Open
github-actions[bot] wants to merge 1 commit into
Open
chore(deps): Update dependency hauler-dev/hauler to v2#23github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
github-actions
Bot
force-pushed
the
renovate/major-testing-tools
branch
from
June 29, 2026 09:27
064a28d to
2c560dc
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:
v1.4.3→v2.0.1v2.0.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
hauler-dev/hauler (hauler-dev/hauler)
v2.0.1Compare Source
Changelog
4f47155bump go to 1.26.4 to squash CVE noise (#640)Full v2 Release notes: https://github.com/hauler-dev/hauler/releases/tag/v2.0.0
v2.0.0Compare Source
Release Overview for Hauler v2.0.0
Comparison base:
v1.4.3→v2.0.0v2.0.0is a major release. It replaces Hauler's entire OCI plumbing... the ORAS v1 dependency and the in-house cosign fork with a native containerd based implementation, drops the deprecatedv1alpha1API, and layers on a meaningful set of new capabilities and reliability fixes on top of that new foundation.🏗️ The Big Overhaul - PR #515
On the surface this is a "no new features" refactor, but it's the cornerstone of the release and the primary justification for the major version bump. It touched 28 files with ~2,300 insertions.
What Changed?
google/go-containerregistry, newpkg/content/registry.go(RegistryTarget) andpkg/content/types.go(Targetinterface,IoContentWriter) replaces what ORAS used to own.pkg/cosignis now a thin verify only wrapper around upstreamsigstore/cosign/v3. Images are added through a natives.AddImage()path inpkg/storesha256-<hex>.sig/.att/.sbom) and the modern Referrers API, then correctly through the OCI layoutWhy It Matters?
store copy registry://is no longer black-boxed inside cosign, this release was able to add per-artifact retry logic (pkg/retry,--retries/--ignore-errors) and per-blob progress logging (pushed blob/existing blob, plus a completion line per artifact). That control simply wasn't possible while cosign owned the transfer loopsigstore/cosign/v3directly and stay current on security fixes without the extra effortTargetinterface and containerd resolver give every command (add,sync,copy,save,serve) a single, consistent transfer abstraction, which is exactly what made the smaller features below cheap to build.✨ New Features
hauler store add imagecan now pull straight from the local Docker daemon using the--localflag, not just remote registries, but handy for air-gapping locally-built images.hauler store saveand rejoin them onhauler store load. The--chunk-sizeflag accepts inputs as byte sizes, such as1TB,500MB, etc and will save multiple files not exceeding the specified size. When loaded, Hauler will automatically detect the files and join them back to one store. This is not compatible with the--containerdflag.images.txtsynchauler store syncnow has the option to sync artifacts from an images.txt file directly. The flag--image-txtallows you to pass an image list as a local or remote file, and Hauler will iterate over the list and add everything to your store. This is convenient for products that provide an images.txt file as a release artifact, but may not have a Hauler manifest available.--exclude-extras(for both images and charts) to skip pulling associated sigs/atts/SBOMs/referrers when you only want the artifact itself, with smaller and faster hauls.--dry-runforsync --productsDev tooling: #577 added a
maketarget for vulnerability scanning.🐛 Bug Fixes
store copyto skip invalid filenames that previously brokehauler store serve.extractfor OCI files - plus a guard against path-traversal during extraction.extractnow handles image indexes correctly (multi-arch), not just single manifests.--keep-registrylogic - including correctly trimming the implicitlibrary/prefix.kindannotation no longer hard-codes cosign - descriptorkindvalues are now neutral/correct.repositoryfield are now handled correctly.rewriteflag fromsync.gh api(CI tooling).v1alpha1API support. Manifests usingapiVersion: hauler.cattle.io/v1alpha1will no longer be accepted; users must migrate tohauler.cattle.io/v1.v2.0.0🔧 Maintenance & Dependencies 🔧
dev.mdcontributor guide (#521)sigstore/cosign/v3→ 3.1.1;containerd→ 1.7.33;go-containerregistry→ 0.21.7;helm/v3→ 3.21.2;in-toto-golang→ 0.11.0; plus grpc, otel, docker/cli, go-jose, and zerolog.📒 Full Changelog 📒
Contributors
@amartin120
@CamrynCarter
@zackbradys
@atoy3731
@eklatzer
@dependabot[bot]
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 Mend Renovate.