Update module github.com/google/go-containerregistry to v0.21.6 #7

Merged
bot-ci merged 1 commit from renovate/all-dependencies into main 2026-05-19 07:41:52 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
github.com/google/go-containerregistry v0.21.5v0.21.6 age confidence

Release Notes

google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/google/go-containerregistry/compare/v0.21.5...v0.21.6


Configuration

📅 Schedule: (UTC)

  • 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 this update again.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `v0.21.5` → `v0.21.6` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-containerregistry/v0.21.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-containerregistry/v0.21.5/v0.21.6?slim=true) | --- ### Release Notes <details> <summary>google/go-containerregistry (github.com/google/go-containerregistry)</summary> ### [`v0.21.6`](https://github.com/google/go-containerregistry/releases/tag/v0.21.6) [Compare Source](https://github.com/google/go-containerregistry/compare/v0.21.5...v0.21.6) #### What's Changed - fix: update dependencies to use new azure sdk components by [@&#8203;gaganhr94](https://github.com/gaganhr94) in [#&#8203;2262](https://github.com/google/go-containerregistry/pull/2262) - transport: restore resp.Body in retryError so CheckError can parse it by [@&#8203;alliasgher](https://github.com/alliasgher) in [#&#8203;2264](https://github.com/google/go-containerregistry/pull/2264) - pkg/registry: return 202 Accepted for PATCH chunk uploads by [@&#8203;alliasgher](https://github.com/alliasgher) in [#&#8203;2265](https://github.com/google/go-containerregistry/pull/2265) - Follow OCI distribution spec for artifactType and annotations by [@&#8203;malt3](https://github.com/malt3) in [#&#8203;2269](https://github.com/google/go-containerregistry/pull/2269) - actions: attach Codecov token to coverage tests on main by [@&#8203;Subserial](https://github.com/Subserial) in [#&#8203;2270](https://github.com/google/go-containerregistry/pull/2270) - remote: use DeleteScope (with "delete" action) for manifest deletion by [@&#8203;alliasgher](https://github.com/alliasgher) in [#&#8203;2266](https://github.com/google/go-containerregistry/pull/2266) - remote: limit concurrent layer pulls by [@&#8203;gnix0](https://github.com/gnix0) in [#&#8203;2271](https://github.com/google/go-containerregistry/pull/2271) - pkg/registry: reject corrupt disk blobs by [@&#8203;gnix0](https://github.com/gnix0) in [#&#8203;2272](https://github.com/google/go-containerregistry/pull/2272) - mutate: close layer readers during export by [@&#8203;gnix0](https://github.com/gnix0) in [#&#8203;2277](https://github.com/google/go-containerregistry/pull/2277) - crane/flatten: preserve image media type when flattening by [@&#8203;alliasgher](https://github.com/alliasgher) in [#&#8203;2267](https://github.com/google/go-containerregistry/pull/2267) - build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.2.1 in the actions group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2273](https://github.com/google/go-containerregistry/pull/2273) - build(deps): bump go.opentelemetry.io/otel from 1.36.0 to 1.41.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2278](https://github.com/google/go-containerregistry/pull/2278) - build(deps): bump the go-deps group across 3 directories with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2280](https://github.com/google/go-containerregistry/pull/2280) - Replace go-homedir with os.UserHomeDir by [@&#8203;jammie-jelly](https://github.com/jammie-jelly) in [#&#8203;2282](https://github.com/google/go-containerregistry/pull/2282) - pkg/name: only treat .localhost as non-HTTPS, not .local by [@&#8203;blackwell-systems](https://github.com/blackwell-systems) in [#&#8203;2281](https://github.com/google/go-containerregistry/pull/2281) - transport: block unspecified IPs (0.0.0.0, ::) in validateRealmURL by [@&#8203;marwan9696](https://github.com/marwan9696) in [#&#8203;2285](https://github.com/google/go-containerregistry/pull/2285) - test(mutate): add Extract round-trip test for filesystem object preservation by [@&#8203;blackwell-systems](https://github.com/blackwell-systems) in [#&#8203;2283](https://github.com/google/go-containerregistry/pull/2283) - experiments: remove deprecated support for estargz by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;2288](https://github.com/google/go-containerregistry/pull/2288) - build(deps): bump aws-actions/configure-aws-credentials from 6.1.0 to 6.1.1 in the actions group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2289](https://github.com/google/go-containerregistry/pull/2289) - fix: limit HTTP response body reads to prevent OOM by [@&#8203;evilgensec](https://github.com/evilgensec) in [#&#8203;2296](https://github.com/google/go-containerregistry/pull/2296) - build(deps): bump the go-deps group across 3 directories with 6 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2297](https://github.com/google/go-containerregistry/pull/2297) - transport: block redirects from token server to private/link-local addresses (SSRF fix) by [@&#8203;evilgensec](https://github.com/evilgensec) in [#&#8203;2292](https://github.com/google/go-containerregistry/pull/2292) - pkg/v1/mutate: preserve relative symlinks that stay within rootfs in Extract by [@&#8203;anishesg](https://github.com/anishesg) in [#&#8203;2279](https://github.com/google/go-containerregistry/pull/2279) - validate: skip non-layer layers by [@&#8203;imjasonh](https://github.com/imjasonh) in [#&#8203;2298](https://github.com/google/go-containerregistry/pull/2298) - remote: validate foreign layer URLs to prevent SSRF (fixes [#&#8203;2259](https://github.com/google/go-containerregistry/issues/2259)) by [@&#8203;evilgensec](https://github.com/evilgensec) in [#&#8203;2293](https://github.com/google/go-containerregistry/pull/2293) - remote: block SSRF via private-IP Location headers in blob uploads by [@&#8203;adilburaksen](https://github.com/adilburaksen) in [#&#8203;2295](https://github.com/google/go-containerregistry/pull/2295) - fix(mutate): preserve config blob and layers for non-Docker OCI artifacts by [@&#8203;blackwell-systems](https://github.com/blackwell-systems) in [#&#8203;2286](https://github.com/google/go-containerregistry/pull/2286) - fix: preserve per-occurrence layer identity in mutate.Image.Layers() by [@&#8203;iahsanGill](https://github.com/iahsanGill) in [#&#8203;2299](https://github.com/google/go-containerregistry/pull/2299) - transport: retry HTTP 429 (Too Many Requests) by [@&#8203;iahsanGill](https://github.com/iahsanGill) in [#&#8203;2301](https://github.com/google/go-containerregistry/pull/2301) - transport: allow bearer realm at same host:port as registry by [@&#8203;iahsanGill](https://github.com/iahsanGill) in [#&#8203;2302](https://github.com/google/go-containerregistry/pull/2302) - Update go version to 1.26.3 by [@&#8203;Subserial](https://github.com/Subserial) in [#&#8203;2300](https://github.com/google/go-containerregistry/pull/2300) #### New Contributors - [@&#8203;gaganhr94](https://github.com/gaganhr94) made their first contribution in [#&#8203;2262](https://github.com/google/go-containerregistry/pull/2262) - [@&#8203;alliasgher](https://github.com/alliasgher) made their first contribution in [#&#8203;2264](https://github.com/google/go-containerregistry/pull/2264) - [@&#8203;malt3](https://github.com/malt3) made their first contribution in [#&#8203;2269](https://github.com/google/go-containerregistry/pull/2269) - [@&#8203;gnix0](https://github.com/gnix0) made their first contribution in [#&#8203;2271](https://github.com/google/go-containerregistry/pull/2271) - [@&#8203;blackwell-systems](https://github.com/blackwell-systems) made their first contribution in [#&#8203;2281](https://github.com/google/go-containerregistry/pull/2281) - [@&#8203;marwan9696](https://github.com/marwan9696) made their first contribution in [#&#8203;2285](https://github.com/google/go-containerregistry/pull/2285) - [@&#8203;anishesg](https://github.com/anishesg) made their first contribution in [#&#8203;2279](https://github.com/google/go-containerregistry/pull/2279) - [@&#8203;adilburaksen](https://github.com/adilburaksen) made their first contribution in [#&#8203;2295](https://github.com/google/go-containerregistry/pull/2295) - [@&#8203;iahsanGill](https://github.com/iahsanGill) made their first contribution in [#&#8203;2299](https://github.com/google/go-containerregistry/pull/2299) **Full Changelog**: <https://github.com/google/go-containerregistry/compare/v0.21.5...v0.21.6> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update module github.com/google/go-containerregistry to v0.21.6
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
b604017fd2
Author
Owner

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/docker/cli v29.4.0+incompatible -> v29.4.3+incompatible
github.com/klauspost/compress v1.18.5 -> v1.18.6
golang.org/x/sys v0.43.0 -> v0.44.0
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 3 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------ | :----------------------------------------------- | | `github.com/docker/cli` | `v29.4.0+incompatible` -> `v29.4.3+incompatible` | | `github.com/klauspost/compress` | `v1.18.5` -> `v1.18.6` | | `golang.org/x/sys` | `v0.43.0` -> `v0.44.0` |
bot-ci merged commit 177028f253 into main 2026-05-19 07:41:52 +00:00
bot-ci deleted branch renovate/all-dependencies 2026-05-19 07:41:52 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pandora/image-copy.woodpecker!7
No description provided.