github kube-rs/kube 0.96.0

latest releases: 2.0.1, 2.0.0, 1.1.0...
11 months ago

Highlights

  • Features: webpki-roots added #1323, and predicates no longer require unstable-runtime #1578
  • Local auth: improve leniency/kubectl-alignment #1595, remove http proxy vars #1520
  • Dependencies: upgrades to tower and secrecy, and derivative swapped for educe

What's Changed

Added

  • rustls: optionally use WebPKI roots to avoid panicking on Android & iOS by @ewilken in #1323
  • Stabilise runtime predicates by @clux in #1578
  • Add ObjectRef::from as alias for ::from_obj by @nightkr in #1598

Changed

Removed

  • remove using HTTP PROXY from environment variable by @aviramha in #1587

Fixed

  • replace derivative dependency with educe by @rorosen in #1585
  • change auth behavior to match upstream on unknown/empty user - use null auth by @aviramha in #1595

New Contributors

Full Changelog: 0.95.0...0.96.0

Don't miss a new kube release

NewReleases is sending notifications on new releases.