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 7 updates #1056

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps the prod-dependencies group with 7 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
github.com/operator-framework/api 0.17.6 0.17.7
github.com/operator-framework/operator-manifest-tools 0.3.0 0.4.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.0

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 github.com/operator-framework/api from 0.17.6 to 0.17.7

Release notes

Sourced from github.com/operator-framework/api's releases.

v0.17.7

What's Changed

New Contributors

Full Changelog: operator-framework/api@v0.17.6...v0.17.7

Commits

Updates github.com/operator-framework/operator-manifest-tools from 0.3.0 to 0.4.0

Release notes

Sourced from github.com/operator-framework/operator-manifest-tools's releases.

v0.4.0

Changelog

  • 4e89427 Add insecure option for Crane imageresolver
  • dbe96d8 Merge pull request #36 from dprince/crane_insecure_option
  • bb99b90 Merge pull request #37 from operator-framework/fix/integrationTest
  • c3f2686 feat: set crane as default resolver
Commits
  • bb99b90 Merge pull request #37 from operator-framework/fix/integrationTest
  • c3f2686 feat: set crane as default resolver
  • 6a013f4 chore: updating gitignore
  • dbe96d8 Merge pull request #36 from dprince/crane_insecure_option
  • 4e89427 Add insecure option for Crane imageresolver
  • See full diff in compare view

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.0

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
  • 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
  • f30e11d pkg/{cache,client}: add options for cache miss policy (#2406)
  • d781099 Merge pull request #2449 from sbueringer/pr-bump-k8s-1.28
  • 2291e7d Bump to k8s.io v1.28.0
  • 6d99b58 Merge pull request #2433 from lleshchi/issue_2429
  • 8a1ef8b Merge pull request #2446 from kubernetes-sigs/dependabot/go_modules/gomodules...
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
k8s.io/api [>= 0.27.a, < 0.28]

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 7 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` |
| [github.com/operator-framework/api](https://github.com/operator-framework/api) | `0.17.6` | `0.17.7` |
| [github.com/operator-framework/operator-manifest-tools](https://github.com/operator-framework/operator-manifest-tools) | `0.3.0` | `0.4.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.0` |


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 `github.com/operator-framework/api` from 0.17.6 to 0.17.7
- [Release notes](https://github.com/operator-framework/api/releases)
- [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
- [Commits](operator-framework/api@v0.17.6...v0.17.7)

Updates `github.com/operator-framework/operator-manifest-tools` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/operator-framework/operator-manifest-tools/releases)
- [Changelog](https://github.com/operator-framework/operator-manifest-tools/blob/main/.goreleaser.yml)
- [Commits](operator-framework/operator-manifest-tools@v0.3.0...v0.4.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.0
- [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.0)

---
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: github.com/operator-framework/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: github.com/operator-framework/operator-manifest-tools
  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 Aug 30, 2023
@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 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 Aug 30, 2023
@openshift-ci
Copy link

openshift-ci bot commented Aug 30, 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.

@bcrochet
Copy link
Contributor

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 30, 2023
Signed-off-by: Adam D. Cornett <[email protected]>
@acornett21
Copy link
Contributor

@dependabot close

@acornett21 acornett21 closed this Aug 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 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-c4e9e2da2f branch August 31, 2023 22:59
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 ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants