Skip to content

0.94.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 10:38
· 79 commits to main since this release
0.94.0
b6e7db6

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