Skip to content

v0.10.0

Compare
Choose a tag to compare
@jonjohnsonjr jonjohnsonjr released this 22 Jun 20:57
· 193 commits to main since this release
0c40ec8

Changelog

  • 9006ebf Add debug logs to google.Keychain (#1390)
  • 03a77f4 Allow config files to be mounted (#1387)
  • b17c48b Bump goreleaser/goreleaser-action from 2 to 3 (#1370)
  • 623023e Implement cross-registry blob mounting experiment (#1388)
  • 2a21d4f Set GetBody on blob uploads (#1391)
  • f74686f bump deps using ./hack/bump-deps.sh (#1371)
  • 7fc806e feat(cache): cacheable v1.ImageIndex (#1380)
  • 0c40ec8 feat(crane): add option to allow pushing non-distributable layers (#1348)
  • 12aeccc fix(crane): just need cobra.MinimumNArgs(1) instead of cobra.MaximumNArgs(1). (#1384)
  • 84eb526 k8schain: prioritize imagePullSecrets over implicit auth (#1368)

Container Images

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

For example:

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