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.22.0
->0.23.0
0.93.0
->0.96.0
Release Notes
Arnavion/k8s-openapi (k8s-openapi)
v0.23.0
Compare Source
k8s-openapi
BREAKING CHANGE: Added support for Kubernetes 1.31 under the
v1_31
feature.BREAKING CHANGE: Dropped support for Kubernetes 1.24 and 1.25.
Corresponding Kubernetes API server versions:
k8s-openapi-codegen-common
k8s-openapi-derive
k8s-openapi-codegen-common
dependency to the new version.kube-rs/kube (kube)
v0.96.0
Compare Source
===================
Highlights
webpki-roots
added #1323, and predicates no longer requireunstable-runtime
#1578tower
andsecrecy
, andderivative
swapped foreduce
What's Changed
Added
ObjectRef::from
as alias for::from_obj
by @nightkr in https://github.com/kube-rs/kube/pull/1598Changed
secrecy
to 0.10 by @clux in https://github.com/kube-rs/kube/pull/1588tower
to 0.5.1 by @markdingram in https://github.com/kube-rs/kube/pull/1589Removed
Fixed
v0.95.0
Compare Source
===================
Kubernetes
v1_31
support viak8s-openapi
0.23Please upgrade k8s-openapi along with kube to avoid conflicts.
New minimum versions: MSRV 1.77.2, MK8SV: 1.26
What's Changed
Changed
k8s-openapi
to 0.23 for Kubernetes 1.31 support by @clux in https://github.com/kube-rs/kube/pull/1581v0.94.2
Compare Source
What's Changed
Fixes a runtime regression in
watch_object
.Fixed
watch_object
handles objects removed before init by @markdingram in https://github.com/kube-rs/kube/pull/1577New Contributors
Full Changelog: kube-rs/kube@0.94.1...0.94.2
v0.94.1
Compare Source
===================
What's Changed
Convenience release. Adjusted a version bound to avoid possibility of running into version compatibility errors with
hyper-rustls
.Fixed
v0.94.0
Compare Source
===================
Highlights
Support for
rustls
's aws-lc-rs is available under a newkube/aws-lc-rs
feature. Via https://github.com/kube-rs/kube/pull/1568 for https://github.com/kube-rs/kube/issues/1562Furthermore, there are improvements to partial typing:
DeserializeGuard
safety wrapper to lift deserialisation errors (to e.g. not break watchers). See the errorbound example and core module module. Wrapped type be used with e.g.Api::<DeserializeGuard<CaConfigMap>>
. Via https://github.com/kube-rs/kube/pull/1556Resource
;#[derive(Resource)]
allows inheriting existingk8s-openapi
resource implementations to avoid stepping down to the dynamic api. See the cert check example for usage. Via https://github.com/kube-rs/kube/pull/1565What's Changed
Added
aws-lc-rs
rustls feature by @mcluseau in https://github.com/kube-rs/kube/pull/1568Resource
derive macro by @Danil-Grigorev in https://github.com/kube-rs/kube/pull/1565Changed
v0.93.1
Compare Source
===================
What's Changed
Fixed
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.