Update Rust crate kube to 0.84.0 #22
Reference in New Issue
Block a user
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.83.0->0.84.0Release Notes
kube-rs/kube (kube)
v0.84.0Compare Source
===================
Highlights
Stream Improvements
On the
runtimeside, theControllernow delays reconciles until the mainStoreis ready (via a newStorehelper from #1243). The stream selection for owned resources is more efficient (#1240), and the underlyingwatcherstreams now all paginate (#1249). There are also many newWatchStreamExthelpers ( #1246 + #1228 + #1232) as a continued work towards the more customisable streams-api (#1080).On the client-side; streaming logs are now easier to deal with as an
AsyncBufRead#1235.OIDC Refresh
Optional OIDC refreshable token support was introduced in #1229 under
kube/oidcfor out-of-clusterClientconfiguration. Previously, refresh support was limited to non-OIDC tokens from theGcpOuthprovider (kube/oauth) or through arbitraryexeccalls /TokenFileloading.What's Changed
Added
Predicatetrait to allow combination + fallbacks by @clux in https://github.com/kube-rs/kube/pull/1228WatchStreamExt::default_backoffshorthand by @clux in https://github.com/kube-rs/kube/pull/1232PartialEqoncoreparams structs by @danrspencer in https://github.com/kube-rs/kube/pull/1237WatchStreamExt::modify()to modify events by @aryan9600 in https://github.com/kube-rs/kube/pull/1246watcherby @clux in https://github.com/kube-rs/kube/pull/1249Changed
Api::log_streamto returnAsyncBufReadby @aryan9600 in https://github.com/kube-rs/kube/pull/1235Fixed
Controller::ownsusemetadata_watcherinternally by @clux in https://github.com/kube-rs/kube/pull/1240Configuration
📅 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.