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 kube-runtime from 0.72.0 to 0.73.0 in /cmd/pinniped-proxy #4770

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2022

Bumps kube-runtime from 0.72.0 to 0.73.0.

Release notes

Sourced from kube-runtime's releases.

0.73.0

Highlights

New k8s-openapi version and MSRV

Support added for Kubernetes v1_24 support via the new k8s-openapi version. Please also run cargo upgrade --workspace k8s-openapi when upgrading kube.

This also bumps our MSRV to 1.60.0.

Reconciler change

A small ergonomic change in the reconcile signature has removed the need for the Context object. This has been replaced by an Arc. The following change is needed in your controller:

-async fn reconcile(doc: Arc<MyObject>, context: Context<Data>) -> Result<Action, Error>
+async fn reconcile(doc: Arc<MyObject>, context: Arc<Data>) -> Result<Action, Error>

This will simplify the usage of the context argument. You should no longer need to pass .get_ref() on its every use. See the controller-rs upgrade change for details.

What's Changed

Added

Changed

Full Changelog: kube-rs/kube@0.72.0...0.73.0

Changelog

Sourced from kube-runtime's changelog.

0.73.0 / 2022-05-23

Highlights

New k8s-openapi version and MSRV

Support added for Kubernetes v1_24 support via the new k8s-openapi version. Please also run cargo upgrade --workspace k8s-openapi when upgrading kube.

This also bumps our MSRV to 1.60.0.

Reconciler change

A small ergonomic change in the reconcile signature has removed the need for the Context object. This has been replaced by an Arc. The following change is needed in your controller:

-async fn reconcile(doc: Arc<MyObject>, context: Context<Data>) -> Result<Action, Error>
+async fn reconcile(doc: Arc<MyObject>, context: Arc<Data>) -> Result<Action, Error>

This will simplify the usage of the context argument. You should no longer need to pass .get_ref() on its every use. See the controller-rs upgrade change for details.

What's Changed

Added

Changed

Commits
  • 22bd877 release 0.73.0
  • 8dcd5c0 Bump k8s-openapi to 0.15 for kubernetes v1_24 and bump MSRV to 1.60 (#916)
  • 56b173f Add Discovery::groups_alphabetical following kubectl sort order (#887)
  • e5300c0 Merge pull request #877 from olix0r/ver/await-condition-value
  • b24c3ab Update kube-runtime/src/wait.rs
  • 9cc60ca review feedback
  • 300e5a3 Back out unneeded change
  • bc46c6e Fix/clarify watch logic
  • 63d800c runtime: Return the object in await_condition
  • 92c7744 Merge branch 'master' into ver/await-condition-value
  • 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)

Bumps [kube-runtime](https://github.com/kube-rs/kube-rs) from 0.72.0 to 0.73.0.
- [Release notes](https://github.com/kube-rs/kube-rs/releases)
- [Changelog](https://github.com/kube-rs/kube-rs/blob/master/CHANGELOG.md)
- [Commits](kube-rs/kube@0.72.0...0.73.0)

---
updated-dependencies:
- dependency-name: kube-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 24, 2022
@netlify
Copy link

netlify bot commented May 24, 2022

Deploy Preview for kubeapps-dev canceled.

Name Link
🔨 Latest commit 3b908a1
🔍 Latest deploy log https://app.netlify.com/sites/kubeapps-dev/deploys/628c731d58b42000096e5546

Signed-off-by: Michael Nelson <minelson@vmware.com>
@absoludity absoludity merged commit 0e83fe4 into main May 24, 2022
@absoludity absoludity deleted the dependabot/cargo/cmd/pinniped-proxy/kube-runtime-0.73.0 branch May 24, 2022 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants