Update Rust crate kube to 0.99.0 #191
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.98.0
->0.99.0
Release Notes
kube-rs/kube (kube)
v0.99.0
Compare Source
===================
Highlights
Dependency Cleanups
backoff
(unmaintained) replaced withbackon
in https://github.com/kube-rs/kube/pull/1653default_backoff
natively, or throughController
.ExponentialBackoff
frombackon::ExponentialBuilder
intoWatchStreamExt::backoff
json-patch
bumped and uses re-exportedjsonptr
for less version clashes https://github.com/kube-rs/kube/pull/1718rand
dependency no longer explicit as only rng is underws
feature viatungstenite
'sclient::generate_key
https://github.com/kube-rs/kube/pull/1691ring
(still maintained) now optional forrustls-tls
feature (for alternateaws-lc-rs
) https://github.com/kube-rs/kube/pull/1717Features
v5.channel.k8s.io
streamingws
protocol to allow closing streams properly (kubernetes.io blog) https://github.com/kube-rs/kube/pull/1693CustomResource
derive; typed attributes for#[kube(scale)]
and#[kube(deprecated)]
in https://github.com/kube-rs/kube/pull/1656 + https://github.com/kube-rs/kube/pull/1697Client::with_valid_until
to handle short lived local client certs https://github.com/kube-rs/kube/pull/1707conditions
that can be awaited https://github.com/kube-rs/kube/pull/1710What's Changed
Added
Api::get_metadata_opt_with
by @sebsoto in https://github.com/kube-rs/kube/pull/1708Client::with_valid_until
for client cert expiry by @goenning in https://github.com/kube-rs/kube/pull/1707ExponentialBackoff
public by @gdeleon2 in https://github.com/kube-rs/kube/pull/1716Changed
backoff
withbackon
by @flavio in https://github.com/kube-rs/kube/pull/1653rand
to 0.9 by @clux in https://github.com/kube-rs/kube/pull/1686rand
dependency in favor oftungstenite
fn by @clux in https://github.com/kube-rs/kube/pull/1691json-patch
to 4 use bundledjsonptr
to 0.7 by @clux in https://github.com/kube-rs/kube/pull/1718Fixed
CustomResource
derive; allowstatus
attribute to take a path by @clux in https://github.com/kube-rs/kube/pull/1704Configuration
📅 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.
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.
Checkout
From your project repository, check out a new branch and test the changes.