nova
nova copied to clipboard
Bump github.com/google/go-containerregistry from 0.10.0 to 0.11.0
Bumps github.com/google/go-containerregistry from 0.10.0 to 0.11.0.
Release notes
Sourced from github.com/google/go-containerregistry's releases.
v0.11.0
Changelog
- b7b4eada Add unit test covering .dockerconfigjson secrets (#1335)
- 31786c6c Bump deps using ./hack/bump-deps.sh (#1410)
- f79ec219 Deprecate transport.New (#1337)
- 2b1087ab Do not check /v2 endpoint on registry when RoundTripper is provided (#1396)
- 59b5c06e Don't annotate refs by default, switch to OCI key (#1401)
- ddd39fb9 Fall back to no mount if registry misbehaves (#1406)
- d187a716 Implement crane edit (#1403)
- 4d7b65b0 Include builds for Go 1.18 in CI matrixes (#1319)
- 03194c5a Preserve descriptors when writing to layout (#1400)
- 53e6bea5 Redact sensitive information in redirected URLs (#1408)
- ae256b58 Use go-digest to validate digests (#1395)
- 86f0c4a3 Wrap progress updates in a mutex (#1402)
- e7a9f2b9 bump deps using ./hack/bump-deps.sh (#1389)
Container Images
https://gcr.io/go-containerregistry/crane:v0.11.0 https://gcr.io/go-containerregistry/gcrane:v0.11.0
For example:
docker pull gcr.io/go-containerregistry/crane:v0.11.0 docker pull gcr.io/go-containerregistry/gcrane:v0.11.0
Commits
31786c6Bump deps using ./hack/bump-deps.sh (#1410)f79ec21Deprecate transport.New (#1337)53e6beaRedact sensitive information in redirected URLs (#1408)d187a71Implement crane edit (#1403)e7a9f2bbump deps using ./hack/bump-deps.sh (#1389)b7b4eadAdd unit test covering .dockerconfigjson secrets (#1335)ddd39fbFall back to no mount if registry misbehaves (#1406)4d7b65bInclude builds for Go 1.18 in CI matrixes (#1319)86f0c4aWrap progress updates in a mutex (#1402)59b5c06Don't annotate refs by default, switch to OCI key (#1401)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #168.