-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update rust crate kube to 0.99.0 #155
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/kube-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5b0ce2e
to
40abcd8
Compare
40abcd8
to
40c4c72
Compare
74516db
to
b46ec9a
Compare
b46ec9a
to
9bab80d
Compare
9bab80d
to
d06d395
Compare
d06d395
to
505ea57
Compare
505ea57
to
7ca5884
Compare
7ca5884
to
0faac26
Compare
0faac26
to
1020c77
Compare
1020c77
to
10d8d70
Compare
5914bac
to
10d8d70
Compare
10d8d70
to
eeea97c
Compare
eeea97c
to
e67d369
Compare
e67d369
to
29240c1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.97.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/1704v0.98.0
Compare Source
===================
Highlights
v1_32
support viak8s-openapi
0.24kube-derive
additions:CELSchema
derive macro wrapper aroundJsonSchema
for injecting cel validations into the schema #1649served
andstorage
booleans for multiple versions ofCustomResource
derives: #1644kube-runtime
eventRecorder
now aggregates repeat events #1655 (some breaking changes, see controller-rs#116)kube-client
UTF-16 edge case handling for windows #1654What's Changed
Added
storage
andserved
argument to derive macro by @Techassi in https://github.com/kube-rs/kube/pull/1644derive(CELSchema)
macro for generating cel validation on CRDs by @Danil-Grigorev in https://github.com/kube-rs/kube/pull/1649Changed
runtime
event recorder by @pando85 in https://github.com/kube-rs/kube/pull/1655k8s-openapi
for Kubernetesv1_32
support and MSRV by @clux in https://github.com/kube-rs/kube/pull/1671Fixed
Configuration
📅 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 was generated by Mend Renovate. View the repository job log.