fix(deps): update rust crate kube to 0.84 #373
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.83
->0.84
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 is behind base branch, 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.