github kube-rs/kube 0.85.0

latest releases: 2.0.1, 2.0.0, 1.1.0...
2 years ago

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 maintained home crate by @utkarshgupta137 in #1207
  • Upgrade k8s-openapi to 0.19.0 for v1_27 support by @clux in #1271

Fixed

  • watcher: return NoResourceVersion error if resource version is empty by @aryan9600 in #1259
  • Update the scheduler message when preponing by @nightkr in #1260

New Contributors

Full Changelog: 0.84.0...0.85.0

Don't miss a new kube release

NewReleases is sending notifications on new releases.