FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deps(go): bump module github.com/google/go-containerregistry to v0.21.6 by updateclibot[bot] · Pull Request #8995 · updatecli/updatecli · GitHub

deps(go): bump module github.com/google/go-containerregistry to v0.21.6 - #8995

Merged
updateclibot[bot] merged 3 commits into
mainfrom
updatecli_main_1eaa51cf6947f24511952075d7705cda38cd289975d9917e1f33ac69db33c29a
May 31, 2026
Merged

deps(go): bump module github.com/google/go-containerregistry to v0.21.6#8995
updateclibot[bot] merged 3 commits into
mainfrom
updatecli_main_1eaa51cf6947f24511952075d7705cda38cd289975d9917e1f33ac69db33c29a

Conversation

updateclibot Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

deps(go): bump module github.com/google/go-containerregistry

clean: go mod tidy

ran shell command "go mod tidy"

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
GitHub Action workflow link

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

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!

updateclibot Bot added 2 commits May 29, 2026 07:51
Made with ❤️️ by updatecli
updateclibot Bot added the dependencies Pull requests that update a dependency file label May 29, 2026
updateclibot Bot enabled auto-merge (squash) May 29, 2026 08:14
updateclibot Bot merged commit ce83262 into main May 31, 2026
7 checks passed
updateclibot Bot 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
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL