github kube-rs/kube 0.94.0

latest releases: 2.0.0, 1.1.0, 1.0.0...
12 months ago

Highlights

Support for rustls's aws-lc-rs is available under a new kube/aws-lc-rs feature. Via #1568 for #1562

Furthermore, there are features to help avoid dynamic typing:

  1. Added a 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 #1556
  2. A derive macro for Resource; #[derive(Resource)] allows inheriting existing k8s-openapi resource implementations to avoid stepping down to the dynamic api. See the cert check example for usage. Via #1565

What's Changed

Added

Changed

  • Make implicitly dependent feature explicitly depend on each other by @clux in #1551

New Contributors

Full Changelog: 0.93.1...0.94.0

Don't miss a new kube release

NewReleases is sending notifications on new releases.