Skip to content

v0.12.0

Compare
Choose a tag to compare
@jonjohnsonjr jonjohnsonjr released this 19 Oct 20:30
· 158 commits to main since this release
3413eb6

Changelog

  • 9b4fdd5 Bump actions/setup-go from 2 to 3 (#1463)
  • 7268da0 Bump actions/stale from 5 to 6 (#1452)
  • 7196cf3 Bump aws-actions/configure-aws-credentials from 1.6.1 to 1.7.0 (#1424)
  • 8eae069 Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1453)
  • 969699e Bump deps using ./hack/bump-deps.sh (#1467)
  • c1f9836 Bump opencontainers/image-spec (#1423)
  • 49cdb8b Correct usage of authn.NewKeychainFromHelper in docs (#1419)
  • 3ba4c51 Fix tar PAX format handling (#1414)
  • 24a1c33 Ignore docker config if it's a directory (#1420)
  • a0f6687 Make ErrBadName checkable via errors.Is() (#1462)
  • 19e3eff Retry ECONNRESET errors (#1415)
  • 5749ee6 Support the platform specific authentication of krane in "auth get" command (#1413)
  • e3b94c7 allow remote.DefaultTransport to be overridden by an http.RoundTripper (#1449)
  • f981b4c deps: update goreleaser-action for bug (#1444)
  • 771a9b4 e2e: pull and export stdin and stdout (#1436)
  • 87b3a79 feat: Add krane to release archive (#1443)
  • 2859a0d feat: generate slsa provenance on github release artifacts (#1438)
  • 9a5c14a fix crane's root.go after DefaultTransport change (#1450)
  • 2b54510 fix: consider base image media type when appending layers (#1437)
  • d3ed408 registry: implement blob deletion (#1432)
  • 3413eb6 registry: implement pagination (#1430)
  • e2d575c update crane installation instructions and release verification (#1440)

Container Images

https://gcr.io/go-containerregistry/crane:v0.12.0
https://gcr.io/go-containerregistry/gcrane:v0.12.0

For example:

docker pull gcr.io/go-containerregistry/crane:v0.12.0
docker pull gcr.io/go-containerregistry/gcrane:v0.12.0