0.85.0
Kubernetes 1.27
This release brings in the new k8s-openapi
release.
Be sure to upgrade k8s-openapi
and kube
simultaneously to avoid multiple version errors:
cargo upgrade -p k8s-openapi -p kube -i
What's Changed
Added
- Add
WatchStreamExt::reflect
to allow chaining on a reflector by @clux in #1252 - Implement ephemeral containers subresource by @jmintb in #1153
Changed
- Swap
dirs-next
dependency to cargo-team maintainedhome
crate by @utkarshgupta137 in #1207 - Upgrade
k8s-openapi
to0.19.0
forv1_27
support by @clux in #1271
Fixed
watcher
: returnNoResourceVersion
error if resource version is empty by @aryan9600 in #1259- Update the
scheduler
message when preponing by @nightkr in #1260
New Contributors
- @utkarshgupta137 made their first contribution in #1207
- @jdockerty made their first contribution in #1269
Full Changelog: 0.84.0...0.85.0