fix(deps): update rust crate kube to 0.92.0 #88
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.91.0
->0.92.0
Release Notes
kube-rs/kube (kube)
v0.92.0
Compare Source
===================
Runtime: Decreased Memory Usage from
watcher
Buffering of initial pages / init streams is no longer a mandatory process with
watcher::Event
gaining newInit
,InitApply
, andInitDone
events. These events are read on the store side maintaining the atomicity/completeness guarantees forreflector
andStore
users.This constitutes a significant memory decrease for all
watcher
users, and it has more details in a new kube.rs/blog post.The downside is a breaking change to
watcher::Event
. Plain usage ofwatcher
/reflector
/Controller
should generally not need to change anything, but custom stores / matches onwatcher::Event
will need an update. If you are writing custom stores, the new signals should be helpful for improved caching.Thanks to @fabriziosestito via Kubewarden for https://github.com/kube-rs/kube/pull/1494 . Follow-ups for this feature: https://github.com/kube-rs/kube/pull/1499 and https://github.com/kube-rs/kube/pull/1504.
Client: HTTP Proxy Support
Support is now introduced under the
http-proxy
feature pulling in hyper-http-proxy complementing the already existingsocks5
proxy feature.Thanks to @aviramha via MetalBear for the support in https://github.com/kube-rs/kube/pull/1496, with follow-ups https://github.com/kube-rs/kube/pull/1501 + https://github.com/kube-rs/kube/pull/1502
What's Changed
Added
Changed
tokio-tungstenite
to 0.23 by @Toasterson in https://github.com/kube-rs/kube/pull/1509watcher::Event
init/page variants by @clux in https://github.com/kube-rs/kube/pull/1504Fixed
hyper-proxy2
tohyper-http-proxy
by @aviramha in https://github.com/kube-rs/kube/pull/1502Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 Mend Renovate. View repository job log here.