paketo-buildpacks / stacks

stacks
Apache License 2.0
35 stars 23 forks source link

Bump github.com/google/go-containerregistry from 0.8.0 to 0.10.0 in /create-stack #152

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/google/go-containerregistry from 0.8.0 to 0.10.0.

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.10.0

Changelog

  • 9006ebf2 Add debug logs to google.Keychain (#1390)
  • 03a77f4f Allow config files to be mounted (#1387)
  • b17c48b0 Bump goreleaser/goreleaser-action from 2 to 3 (#1370)
  • 623023e6 Implement cross-registry blob mounting experiment (#1388)
  • 2a21d4fa Set GetBody on blob uploads (#1391)
  • f74686f9 bump deps using ./hack/bump-deps.sh (#1371)
  • 7fc806ee feat(cache): cacheable v1.ImageIndex (#1380)
  • 0c40ec8a feat(crane): add option to allow pushing non-distributable layers (#1348)
  • 12aecccd fix(crane): just need cobra.MinimumNArgs(1) instead of cobra.MaximumNArgs(1). (#1384)
  • 84eb5263 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

v0.9.0

What's Changed

... (truncated)

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


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
robdimsdale commented 2 years ago

@paketo-buildpacks/stacks-maintainers is this test-create-stack failure expected? I can't easily see whether this check ran successfully on previous PRs. It looks like a failure to docker login

sophiewigmore commented 2 years ago

Yea, the failure was related to the bump from go-containerregistry v0.8.0, because the new version fails differently if an image does not exist/

robdimsdale commented 2 years ago

@sophiewigmore Is this PR blocked? The tests are now passing - can we rebase and merge?

sophiewigmore commented 2 years ago

@robdimsdale we can merge! I think we need your approval since I made the change.