Update Rust crate kube to 0.99.0 #191
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/kube-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.98.0->0.99.0Release Notes
kube-rs/kube (kube)
v0.99.0Compare Source
===================
Highlights
Dependency Cleanups
backoff(unmaintained) replaced withbackonin https://github.com/kube-rs/kube/pull/1653default_backoffnatively, or throughController.ExponentialBackofffrombackon::ExponentialBuilderintoWatchStreamExt::backoffjson-patchbumped and uses re-exportedjsonptrfor less version clashes https://github.com/kube-rs/kube/pull/1718randdependency no longer explicit as only rng is underwsfeature viatungstenite'sclient::generate_keyhttps://github.com/kube-rs/kube/pull/1691ring(still maintained) now optional forrustls-tlsfeature (for alternateaws-lc-rs) https://github.com/kube-rs/kube/pull/1717Features
v5.channel.k8s.iostreamingwsprotocol to allow closing streams properly (kubernetes.io blog) https://github.com/kube-rs/kube/pull/1693CustomResourcederive; typed attributes for#[kube(scale)]and#[kube(deprecated)]in https://github.com/kube-rs/kube/pull/1656 + https://github.com/kube-rs/kube/pull/1697Client::with_valid_untilto handle short lived local client certs https://github.com/kube-rs/kube/pull/1707conditionsthat can be awaited https://github.com/kube-rs/kube/pull/1710What's Changed
Added
Api::get_metadata_opt_withby @sebsoto in https://github.com/kube-rs/kube/pull/1708Client::with_valid_untilfor client cert expiry by @goenning in https://github.com/kube-rs/kube/pull/1707ExponentialBackoffpublic by @gdeleon2 in https://github.com/kube-rs/kube/pull/1716Changed
backoffwithbackonby @flavio in https://github.com/kube-rs/kube/pull/1653randto 0.9 by @clux in https://github.com/kube-rs/kube/pull/1686randdependency in favor oftungstenitefn by @clux in https://github.com/kube-rs/kube/pull/1691json-patchto 4 use bundledjsonptrto 0.7 by @clux in https://github.com/kube-rs/kube/pull/1718Fixed
CustomResourcederive; allowstatusattribute to take a path by @clux in https://github.com/kube-rs/kube/pull/1704Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
5af3ce55d0to80d7c19d85Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.