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 sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.4 #93

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.4.

Release notes

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

v0.14.4

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.3...v0.14.4

v0.14.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.2...v0.14.3

v0.14.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.1...v0.14.2

v0.14.1

Changes since v0.14.0

🐛 Bug Fixes

Full Changelog: kubernetes-sigs/controller-runtime@v0.14.0...v0.14.1

v0.14.0

Changes since v0.13.1

⚠️ Breaking Changes

  • Add Get functionality to SubResourceClient (#2094)
  • Allow configuring RecoverPanic for controllers globally (#2093)
  • Add client.SubResourceWriter (#2072)
  • Support registration and removal of event handler (#2046)
  • Update Kubernetes dependencies to v0.26 (#2043, #2087)
  • Zap log: Default to RFC3339 time encoding (#2029)
  • cache.BuilderWithOptions inherit options from caller (#1980)
  • Migrate to ginkgo v2 (kubernetes-sigs/controller-runtime#1977), this removes the pkg/envtest/printer package

✨ New Features

  • Builder: Do not require For (#2091)
  • support disable deepcopy on list funcion (#2076)
  • Add cluster.NewClientFunc with options (#2054)

... (truncated)

Commits
  • b9940ed ✨ Provide a truly lazy restmapper (#2179)
  • 5055a52 Merge pull request #2165 from vincepri/deprecate-component-config
  • 63e5fef [0.14] Deprecate component configuration package
  • b718c5d Merge pull request #2154 from k8s-infra-cherrypick-robot/cherry-pick-2126-to-...
  • 849d99b Merge pull request #2152 from k8s-infra-cherrypick-robot/cherry-pick-2151-to-...
  • ece809b 🌱 Bump kubebuilder-release-tools to v0.3.0
  • 8ad99d8 ✨ Add additional SubResource* functions for FieldOwner (#2153)
  • b55cd2a Update golanci-lint script
  • 7a4c6ec Merge pull request #2146 from sbueringer/pr-bump-0.14-to-v0.26.1
  • 7697a5e Bump k8s.io/* to v0.26.1
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 6, 2023

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

I'm waiting for a openstack-k8s-operators 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.

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch from 2ed301d to a56aa6c Compare February 8, 2023 03:48
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 13, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], steveb

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

The pull request process is described 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

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch from a56aa6c to 3dbddad Compare February 13, 2023 03:11
@openshift-ci openshift-ci bot removed the lgtm label Feb 13, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch 2 times, most recently from 5ee239a to a0de47d Compare February 13, 2023 04:19
@hjensas
Copy link
Contributor

hjensas commented Feb 13, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch from a0de47d to 0f837fc Compare February 13, 2023 12:39
@hjensas
Copy link
Contributor

hjensas commented Feb 13, 2023

This is failing because of the removal of pkg/envtest/printer see kubernetes-sigs/controller-runtime#1977
I think we want to use ginkgo v2 - #108

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.13.1 to 0.14.4.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.13.1...v0.14.4)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch from 0f837fc to 16e6c67 Compare February 13, 2023 13:22
@hjensas
Copy link
Contributor

hjensas commented Feb 13, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Feb 13, 2023
@hjensas hjensas merged commit 941c3b8 into master Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.14.4 branch February 13, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dependencies Pull requests that update a dependency file lgtm needs-ok-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants