deps(go): bump module github.com/google/go-containerregistry to v0.21.6
go.mod updated Module path "github.com/google/go-containerregistry" version from "v0.21.5" to "v0.21.6"
v0.21.6
## What's Changed
* fix: update dependencies to use new azure sdk components by @gaganhr94 in https://github.com/google/go-containerregistry/pull/2262
* transport: restore resp.Body in retryError so CheckError can parse it by @alliasgher in https://github.com/google/go-containerregistry/pull/2264
* pkg/registry: return 202 Accepted for PATCH chunk uploads by @alliasgher in https://github.com/google/go-containerregistry/pull/2265
* Follow OCI distribution spec for artifactType and annotations by @malt3 in https://github.com/google/go-containerregistry/pull/2269
* actions: attach Codecov token to coverage tests on main by @Subserial in https://github.com/google/go-containerregistry/pull/2270
* remote: use DeleteScope (with "delete" action) for manifest deletion by @alliasgher in https://github.com/google/go-containerregistry/pull/2266
* remote: limit concurrent layer pulls by @gnix0 in https://github.com/google/go-containerregistry/pull/2271
* pkg/registry: reject corrupt disk blobs by @gnix0 in https://github.com/google/go-containerregistry/pull/2272
* mutate: close layer readers during export by @gnix0 in https://github.com/google/go-containerregistry/pull/2277
* crane/flatten: preserve image media type when flattening by @alliasgher in 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 @dependabot[bot] in https://github.com/google/go-containerregistry/pull/2273
* build(deps): bump go.opentelemetry.io/otel from 1.36.0 to 1.41.0 by @dependabot[bot] in https://github.com/google/go-containerregistry/pull/2278
* build(deps): bump the go-deps group across 3 directories with 6 updates by @dependabot[bot] in https://github.com/google/go-containerregistry/pull/2280
* Replace go-homedir with os.UserHomeDir by @jammie-jelly in https://github.com/google/go-containerregistry/pull/2282
* pkg/name: only treat .localhost as non-HTTPS, not .local by @blackwell-systems in https://github.com/google/go-containerregistry/pull/2281
* transport: block unspecified IPs (0.0.0.0, ::) in validateRealmURL by @marwan9696 in https://github.com/google/go-containerregistry/pull/2285
* test(mutate): add Extract round-trip test for filesystem object preservation by @blackwell-systems in https://github.com/google/go-containerregistry/pull/2283
* experiments: remove deprecated support for estargz by @thaJeztah in 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 @dependabot[bot] in https://github.com/google/go-containerregistry/pull/2289
* fix: limit HTTP response body reads to prevent OOM by @evilgensec in https://github.com/google/go-containerregistry/pull/2296
* build(deps): bump the go-deps group across 3 directories with 6 updates by @dependabot[bot] in https://github.com/google/go-containerregistry/pull/2297
* transport: block redirects from token server to private/link-local addresses (SSRF fix) by @evilgensec in https://github.com/google/go-containerregistry/pull/2292
* pkg/v1/mutate: preserve relative symlinks that stay within rootfs in Extract by @anishesg in https://github.com/google/go-containerregistry/pull/2279
* validate: skip non-layer layers by @imjasonh in https://github.com/google/go-containerregistry/pull/2298
* remote: validate foreign layer URLs to prevent SSRF (fixes #2259) by @evilgensec in https://github.com/google/go-containerregistry/pull/2293
* remote: block SSRF via private-IP Location headers in blob uploads by @adilburaksen in https://github.com/google/go-containerregistry/pull/2295
* fix(mutate): preserve config blob and layers for non-Docker OCI artifacts by @blackwell-systems in https://github.com/google/go-containerregistry/pull/2286
* fix: preserve per-occurrence layer identity in mutate.Image.Layers() by @iahsanGill in https://github.com/google/go-containerregistry/pull/2299
* transport: retry HTTP 429 (Too Many Requests) by @iahsanGill in https://github.com/google/go-containerregistry/pull/2301
* transport: allow bearer realm at same host:port as registry by @iahsanGill in https://github.com/google/go-containerregistry/pull/2302
* Update go version to 1.26.3 by @Subserial in https://github.com/google/go-containerregistry/pull/2300
## New Contributors
* @gaganhr94 made their first contribution in https://github.com/google/go-containerregistry/pull/2262
* @alliasgher made their first contribution in https://github.com/google/go-containerregistry/pull/2264
* @malt3 made their first contribution in https://github.com/google/go-containerregistry/pull/2269
* @gnix0 made their first contribution in https://github.com/google/go-containerregistry/pull/2271
* @blackwell-systems made their first contribution in https://github.com/google/go-containerregistry/pull/2281
* @marwan9696 made their first contribution in https://github.com/google/go-containerregistry/pull/2285
* @anishesg made their first contribution in https://github.com/google/go-containerregistry/pull/2279
* @adilburaksen made their first contribution in https://github.com/google/go-containerregistry/pull/2295
* @iahsanGill made their first contribution in https://github.com/google/go-containerregistry/pull/2299
**Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.21.5...v0.21.6
v0.21.5
## What's Changed
* Bump docker/cli v29.4.0, moby/api v1.54.1, moby/client v0.4.0 by @thaJeztah in https://github.com/google/go-containerregistry/pull/2254
* update to Go 1.26.2 by @thaJeztah in https://github.com/google/go-containerregistry/pull/2255
* Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 in the actions group across 1 directory by @dependabot[bot] in https://github.com/google/go-containerregistry/pull/2257
* build(deps): bump golang.org/x/tools from 0.43.0 to 0.44.0 in the go-deps group across 1 directory by @dependabot[bot] in https://github.com/google/go-containerregistry/pull/2260
**Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.21.4...v0.21.5
updateclibotBot
deleted the
updatecli_main_1eaa51cf6947f24511952075d7705cda38cd289975d9917e1f33ac69db33c29a
branch
May 31, 2026 15:52
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
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.
deps(go): bump module github.com/google/go-containerregistry
clean: go mod tidyran shell command "go mod tidy"
deps(go): bump module github.com/google/go-containerregistry to v0.21.6go.mod updated Module path "github.com/google/go-containerregistry" version from "v0.21.5" to "v0.21.6"
v0.21.6 v0.21.5 GitHub Action workflow linkCreated automatically by Updatecli
Options:Most of Updatecli configuration is done via its manifest(s).
Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!