Update Rust crate kube to 0.84.0 #22
Loading…
x
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.83.0
->0.84.0
Release Notes
kube-rs/kube (kube)
v0.84.0
Compare Source
===================
Highlights
Stream Improvements
On the
runtime
side, theController
now delays reconciles until the mainStore
is ready (via a newStore
helper from #1243). The stream selection for owned resources is more efficient (#1240), and the underlyingwatcher
streams now all paginate (#1249). There are also many newWatchStreamExt
helpers ( #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/oidc
for out-of-clusterClient
configuration. Previously, refresh support was limited to non-OIDC tokens from theGcpOuth
provider (kube/oauth
) or through arbitraryexec
calls /TokenFile
loading.What's Changed
Added
Predicate
trait to allow combination + fallbacks by @clux in https://github.com/kube-rs/kube/pull/1228WatchStreamExt::default_backoff
shorthand by @clux in https://github.com/kube-rs/kube/pull/1232PartialEq
oncore
params 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/1246watcher
by @clux in https://github.com/kube-rs/kube/pull/1249Changed
Api::log_stream
to returnAsyncBufRead
by @aryan9600 in https://github.com/kube-rs/kube/pull/1235Fixed
Controller::owns
usemetadata_watcher
internally 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.