Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the prod-dependencies group with 5 updates #1059

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps the prod-dependencies group with 5 updates:

Package From To
github.com/google/go-containerregistry 0.15.2 0.16.1
github.com/onsi/ginkgo/v2 2.11.0 2.12.0
k8s.io/api 0.27.2 0.28.1
k8s.io/client-go 0.27.2 0.28.1
sigs.k8s.io/controller-runtime 0.15.0 0.16.1

Updates github.com/google/go-containerregistry from 0.15.2 to 0.16.1

Release notes

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

v0.16.1

Release is broken due to goreleaser error, 0.16.1 has the fix

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.15.2...v0.16.1

Container Images

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

For example:

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

v0.16.0

Release is broken due to goreleaser error, 0.16.1 has the fix

Commits
  • a54d642 fix: pin to goreleaser v1.18 to unblock release (#1763)
  • ea19b57 Return OCI Index content-type for referrers response (#1762)
  • b850480 Drop localhost to support crane registry serve in a container (#1746)
  • fe268b7 Don't try cross-origin mounting against dockerhub (#1743)
  • 2472cbb Let the filesystem handle atomicity (#1735)
  • db818dc Use RWLock, limit scope of locking, write digest first (#1734)
  • 44a6e2e Allow concurrent blob Sets, use RWMutex (#1733)
  • 9010ce1 Correct crane registry help text (#1732)
  • 03ad2ac add --blobs-to-disk to 'crane registry serve' (#1731)
  • 4e4b03a Don't load into daemon if the image already exists (#1724)
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.12.0

2.12.0

Features

  • feat: allow MustPassRepeatedly decorator to be set at suite level (#1266) [05de518]

Fixes

  • fix-errors-in-readme (#1244) [27c2f5d]

Maintenance

Various chores/dependency bumps.

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.12.0

Features

  • feat: allow MustPassRepeatedly decorator to be set at suite level (#1266) [05de518]

Fixes

  • fix-errors-in-readme (#1244) [27c2f5d]

Maintenance

Various chores/dependency bumps.

Commits

Updates k8s.io/api from 0.27.2 to 0.28.1

Commits
  • 4c04358 Update dependencies to v0.28.1 tag
  • ac59949 Merge remote-tracking branch 'origin/master' into release-1.28
  • e32cee6 Merge pull request #119876 from marosset/revert-118895
  • b582191 Revert "Merge pull request #118895 from RyanAoh/kep-1860"
  • b76dbf0 Avoid returning nil responseKind in v1beta1 aggregated discovery
  • 9ab79ea Merge remote-tracking branch 'origin/master' into release-1.28
  • 8749dc5 .*: bump golang.org/x/net to v0.13.0
  • 8a20f1b Merge pull request #118644 from alexzielenski/apiserver/policy/namespaceParamRef
  • 2859edb Merge pull request #116469 from RomanBednar/pv-phase-transition-time
  • 43c3eb6 make update
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.27.2 to 0.28.1

Commits
  • dd6c552 Update dependencies to v0.28.1 tag
  • fe76ecc Merge remote-tracking branch 'origin/master' into release-1.28
  • a715d8b Merge pull request #119876 from marosset/revert-118895
  • 3163e5a Revert "Merge pull request #118895 from RyanAoh/kep-1860"
  • 8d766e7 Avoid returning nil responseKind in v1beta1 aggregated discovery
  • dcfe307 Merge remote-tracking branch 'origin/master' into release-1.28
  • 7d2c3df .*: bump golang.org/x/net to v0.13.0
  • c5b1c13 Merge pull request #118644 from alexzielenski/apiserver/policy/namespaceParamRef
  • a98e74a Merge pull request #116469 from RomanBednar/pv-phase-transition-time
  • dcfedbe make update
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.1

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.16.0

Highlights

  • Granular cache configuration (#2421)
  • New cache option to fail on missing informer on cache reads (#2406)
  • Secure metrics serving (#2407)
  • Upgrade to Kubernetes 1.28 libraries (#2393, #2405, #2449)

Changes since v0.15

⚠️ Breaking Changes

✨ New Features

🐛 Bug Fixes

🌱 Others

... (truncated)

Commits
  • a597c2c Merge pull request #2465 from howardjohn/16/cp-otel-fix
  • 7d098c8 Refactor tests to drop hard otel dependency
  • cf1461f Merge pull request #2459 from k8s-infra-cherrypick-robot/cherry-pick-2457-to-...
  • 90ba77f Update generated code
  • 736a76b seedling: Bump k8s.io/apiserver from 0.28.0 to 0.28.1
  • c20ea14 ✨ Allow non-blocking retrieval of informers (#2371)
  • 304027b Merge pull request #2451 from sbueringer/pr-log-warn
  • f4735b6 log warning if error and non-zero Result returned
  • 480fc5b Merge pull request #2450 from sbueringer/pr-bump-ct-v0.13
  • 96854e7 Bump to controller-tools v0.13
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the prod-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.15.2` | `0.16.1` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.11.0` | `2.12.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.27.2` | `0.28.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.27.2` | `0.28.1` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.15.0` | `0.16.1` |


Updates `github.com/google/go-containerregistry` from 0.15.2 to 0.16.1
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.15.2...v0.16.1)

Updates `github.com/onsi/ginkgo/v2` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.11.0...v2.12.0)

Updates `k8s.io/api` from 0.27.2 to 0.28.1
- [Commits](kubernetes/api@v0.27.2...v0.28.1)

Updates `k8s.io/client-go` from 0.27.2 to 0.28.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.27.2...v0.28.1)

Updates `sigs.k8s.io/controller-runtime` from 0.15.0 to 0.16.1
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.15.0...v0.16.1)

---
updated-dependencies:
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 4, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 4, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign tonytcampbell for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Sep 4, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 4, 2023

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a redhat-openshift-ecosystem member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tkrishtop
Copy link
Contributor

seems like a build error:

# oras.land/oras-go/pkg/auth/docker
/go/pkg/mod/oras.land/[email protected]/pkg/auth/docker/login.go:86:39: cannot use 
remote (variable of type *\"github.com/docker/docker/registry\".Service) as 
\"github.com/docker/docker/registry\".Service value in argument to c.loginWithTLS
# k8s.io/kubectl/pkg/util/openapi
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi_getter.go:36:42: cannot use &CachedOpenAPIGetter{} 
(value of type *CachedOpenAPIGetter) as discovery.OpenAPISchemaInterface value in variable declaration: 
*CachedOpenAPIGetter does not implement discovery.OpenAPISchemaInterface (wrong type for method 
OpenAPISchema)
\t\thave OpenAPISchema() (*\"github.com/google/gnostic/openapiv2\".Document, error)
\t\twant OpenAPISchema() (*\"github.com/google/gnostic-models/openapiv2\".Document, error)
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi_getter.go:49:28: cannot use 
g.openAPIClient.OpenAPISchema() (value of type *\"github.com/google/gnostic-models/openapiv2\".Document) as 
*\"github.com/google/gnostic/openapiv2\".Document value in assignment
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi_getter.go:78:46: cannot use oapi (variable of type 
*\"github.com/google/gnostic-models/openapiv2\".Document) as *\"github.com/google/gnostic/openapiv2\".Document 
value in argument to NewOpenAPIData
/go/pkg/mod/k8s.io/[email protected]/pkg/util/openapi/openapi.go:49:38: cannot use doc (variable of type 
*\"github.com/google/gnostic/openapiv2\".Document) as *\"github.com/google/gnostic-models/openapiv2\".Document 
value in argument to proto.NewOpenAPIData
# k8s.io/cli-runtime/pkg/resource
/go/pkg/mod/k8s.io/[email protected]/pkg/resource/query_param_verifier.go:86:38: cannot use oapi (variable of type 
*\"github.com/google/gnostic-models/openapiv2\".Document) as *\"github.com/google/gnostic/openapiv2\".Document 
value in argument to supportsQueryParam
/go/pkg/mod/k8s.io/[email protected]/pkg/resource/query_param_verifier.go:89:36: cannot use oapi (variable of type 
*\"github.com/google/gnostic-models/openapiv2\".Document) as *\"github.com/google/gnostic/openapiv2\".Document 
value in argument to supportsQueryParam
make: *** [Makefile:14: build] Error 1
Error: error building at STEP \"RUN make build RELEASE_TAG=${release_tag}\": error while running runtime: exit status 2

@acornett21
Copy link
Contributor

@tkrishtop These k8's 1.28 PR's will fail since the dependencies preflight has on chart-verifier and operator-framework/api have not moved to k8's 1.28, but even if they are moved to 1.28, there are still dependency issues, since not all indirect dependencies have been updated.

@acornett21 acornett21 closed this Sep 5, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/go_modules/prod-dependencies-0922a3d75f branch September 5, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants