Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: google/go-containerregistry

v0.21.7

17 Jun 22:25
@Subserial Subserial
c68d899
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • tarball: return error instead of panicking on missing rootfs.diff_ids by @iahsanGill in #2304
  • gcrane: honor --platform flag in copy by @iahsanGill in #2307
  • mutate: verify layer digests in Extract and Time by @momenashrafff in #2303
  • tarball: close layer readers during Write by @nandbhat in #2308
  • build(deps): bump the actions group across 1 directory with 2 updates by @dependabot[bot] in #2311
  • build(deps): bump github.com/docker/cli from 29.4.3+incompatible to 29.5.2+incompatible in the go-deps group across 1 directory by @dependabot[bot] in #2312
  • BUGFIX: Fail with error when read exceeds maximum by @inteon in #2328
  • build(deps): bump the actions group across 1 directory with 2 updates by @dependabot[bot] in #2327
  • fix(name): anchor loopback registry detection by @rohan-patnaik in #2314
  • Reject symlinks in OCI layout blobs by @mosskappa in #2306
  • fix(crane): avoid creating export tar on pull failure by @Haihan-Jiang in #2318
  • feat(kubernetes): allow ignoring pull secrets by @rohan-patnaik in #2315
  • fix(name): preserve localhost registry references by @rohan-patnaik in #2316
  • pkg/registry: export ErrNotFound by @malt3 in #2176
  • pkg/registry: export RedirectError by @malt3 in #2177
  • build(deps): bump the go-deps group across 1 directory with 2 updates by @dependabot[bot] in #2343
  • build(deps): bump the actions group across 1 directory with 2 updates by @dependabot[bot] in #2344
  • fix: prevent SSRF in google.List() pagination by @tufstraka in #2332
  • internal/gzip: fix goroutine leak in ReadCloserLevel by @amarkdotdev in #2347
  • fix(transport): apply refreshed bearer token after cross-host redirect by @64johnlee in #2337
  • build(deps): bump the go-deps group across 3 directories with 4 updates by @dependabot[bot] in #2348
  • fix(tarball): normalize paths when matching files by @bstoll in #2334
  • transport: do not re-attach bearer token after cross-host redirect by @evilgensec in #2349
  • Bump CI go version to 1.26.4 by @Subserial in #2350

New Contributors

Full Changelog: v0.21.6...v0.21.7

Assets 16

v0.21.6

18 May 19:37
@Subserial Subserial
53f7e39
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • fix: update dependencies to use new azure sdk components by @gaganhr94 in #2262
  • transport: restore resp.Body in retryError so CheckError can parse it by @alliasgher in #2264
  • pkg/registry: return 202 Accepted for PATCH chunk uploads by @alliasgher in #2265
  • Follow OCI distribution spec for artifactType and annotations by @malt3 in #2269
  • actions: attach Codecov token to coverage tests on main by @Subserial in #2270
  • remote: use DeleteScope (with "delete" action) for manifest deletion by @alliasgher in #2266
  • remote: limit concurrent layer pulls by @gnix0 in #2271
  • pkg/registry: reject corrupt disk blobs by @gnix0 in #2272
  • mutate: close layer readers during export by @gnix0 in #2277
  • crane/flatten: preserve image media type when flattening by @alliasgher in #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 #2273
  • build(deps): bump go.opentelemetry.io/otel from 1.36.0 to 1.41.0 by @dependabot[bot] in #2278
  • build(deps): bump the go-deps group across 3 directories with 6 updates by @dependabot[bot] in #2280
  • Replace go-homedir with os.UserHomeDir by @jammie-jelly in #2282
  • pkg/name: only treat .localhost as non-HTTPS, not .local by @blackwell-systems in #2281
  • transport: block unspecified IPs (0.0.0.0, ::) in validateRealmURL by @marwan9696 in #2285
  • test(mutate): add Extract round-trip test for filesystem object preservation by @blackwell-systems in #2283
  • experiments: remove deprecated support for estargz by @thaJeztah in #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 #2289
  • fix: limit HTTP response body reads to prevent OOM by @evilgensec in #2296
  • build(deps): bump the go-deps group across 3 directories with 6 updates by @dependabot[bot] in #2297
  • transport: block redirects from token server to private/link-local addresses (SSRF fix) by @evilgensec in #2292
  • pkg/v1/mutate: preserve relative symlinks that stay within rootfs in Extract by @anishesg in #2279
  • validate: skip non-layer layers by @imjasonh in #2298
  • remote: validate foreign layer URLs to prevent SSRF (fixes #2259) by @evilgensec in #2293
  • remote: block SSRF via private-IP Location headers in blob uploads by @adilburaksen in #2295
  • fix(mutate): preserve config blob and layers for non-Docker OCI artifacts by @blackwell-systems in #2286
  • fix: preserve per-occurrence layer identity in mutate.Image.Layers() by @iahsanGill in #2299
  • transport: retry HTTP 429 (Too Many Requests) by @iahsanGill in #2301
  • transport: allow bearer realm at same host:port as registry by @iahsanGill in #2302
  • Update go version to 1.26.3 by @Subserial in #2300

New Contributors

Full Changelog: v0.21.5...v0.21.6

Loading
blackwell-systems, christian-korneck, and 0x6675636b796f75676974687562 reacted with thumbs up emoji
3 people reacted

v0.21.5

11 Apr 03:13
@Subserial Subserial
5b80281
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • Bump docker/cli v29.4.0, moby/api v1.54.1, moby/client v0.4.0 by @thaJeztah in #2254
  • update to Go 1.26.2 by @thaJeztah in #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 #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 #2260

Full Changelog: v0.21.4...v0.21.5

Contributors

thaJeztah and dependabot
Loading

v0.21.4

06 Apr 18:34
@Subserial Subserial
e8813dd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.3...v0.21.4

Contributors

howardjohn, thaJeztah, and 3 other contributors
Loading
pstoeckle and tanvp112 reacted with thumbs up emoji
2 people reacted

v0.21.3

17 Mar 23:24
@Subserial Subserial
3888fb8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.2...v0.21.3

Contributors

vnykmshr, KevinZhao, and 4 other contributors
Loading

v0.21.2

02 Mar 22:12
@mattmoor mattmoor
9e0ccb0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog: v0.21.1...v0.21.2

Contributors

jonjohnsonjr
Loading

v0.21.1

24 Feb 17:41
@Subserial Subserial
85f2bf5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

This release fixes a regression in crane introduced in the previous release.

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.21.1

Contributors

twdamhore and aelindeman
Loading
prb112 reacted with thumbs up emoji
1 person reacted

v0.21.0

19 Feb 23:52
@Subserial Subserial
8e2d6a6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

This release updates the minimum Go version to 1.25.6.

What's Changed

New Contributors

Full Changelog: v0.20.7...v0.21.0

Contributors

r4f4, bmoylan, and 3 other contributors
Loading

v0.20.7

24 Nov 22:24
@Subserial Subserial
e075f20
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.6...v0.20.7

Loading
prb112, sysadmiral-io, and Kry1702 reacted with thumbs up emoji
3 people reacted

v0.20.6

13 Jun 21:56
@jonjohnsonjr jonjohnsonjr
59a4b85
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.4...v0.20.6

Contributors

jonjohnsonjr and SaschaSchwarze0
Loading
Previous 1 3 4 5
Previous

AltStyle によって変換されたページ (->オリジナル) /