Update Rust crate kube to v2 #231
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/kube-2.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:
1.1.0
->2.0.0
Release Notes
kube-rs/kube (kube)
v2.0.0
Compare Source
===================
Kubernetes
v1_34
support viak8s-openapi
0.26Please upgrade k8s-openapi along with kube to avoid conflicts.
Schemars 1.0
A fairly significant upgrade in #1780. Our external facing API should be unchanged, although some schemars public import paths have changed. Note that if you are implementing
schemars
traits directly, then see the upstream schemars/migrating (and maybe consider usingKubeSchema
for relevant schema overrides).Please upgrade schemars along with kube for this version to avoid conflicts.
New Minimums
Minimum versions: MSRV 1.85.0 (for edition 2024), MK8SV: 1.30 (unchanged).
Highlights
This version is contains fixes, dependency clearups, and dependency updates. Noteworthy additions are
TryFrom
impls forKubeconfig
users in #1801, and a namespace accessor inApi
in #1788New Major
A new semver major for unstable, public facing dependency updates. As per the new release cycle, it is aligned with the Kubernetes release.
What's Changed
Added
TryFrom
conversions forKubeconfig
->Config
->Client
by @Danil-Grigorev in #1801Changed
hyper-socks2
withhyper-util
client-proxy feature by @tottoto in #1795Fixed
Configuration
📅 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.