Update Rust crate kube to 0.86.0 - abandoned #54
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.85.0
->0.86.0
Release Notes
kube-rs/kube (kube)
v0.86.0
Compare Source
===================
Headlines
k8s-openapi 0.20 for Kubernetes
v1_28
Please note upstream api removals.
As usual, upgrade k8s-openapi along with kube to avoid issues.
Default TLS stack changed to
rustls
With last year's upstream changes from rustls (closing all our existing rustls issues - see https://github.com/kube-rs/kube/issues/1192), this is now the better choice for security, features, and ease of building. The previous default openssl stack can still be used with
default-features = false
plus theopenssl-tls
feature.Controller Configuration
A controller
Config
has been added to allow tweaking two behaviour parameters (debouncing in #1265 and concurrency limits in #1277) of theController
. Huge thanks to @aryan9600 for his work.Streaming Lists
The
sendInitialEvents
alpha feature is now supported, and is quickly testable in the pod_watcher example when using the feature gate. This will help optimise the memory profile of controllers when the feature becomes generally available. Amazing work by first time contributor @casualjim.What's Changed
Added
controller::Config
and debounce period to scheduler by @aryan9600 in https://github.com/kube-rs/kube/pull/1265Changed
rustls-tls
by @clux in https://github.com/kube-rs/kube/pull/1261Fixed
core
: omit invalid resource version parameters when doing paged requests by @goenning in https://github.com/kube-rs/kube/pull/1281Configuration
📅 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.
Edited/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.
Update Rust crate kube to 0.86.0to Update Rust crate kube to 0.86.0 - abandonedAutoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
Pull request closed