Skip to content

0.69.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Feb 14:40

Highlights

Ergonomic Additions to Api

Two new methods have been added to the client Api this release to reduce the amount of boiler-plate needed for common patterns.

In-cluster Token reloading

Following a requirement for Kubernetes clients against versions >= 1.22.0, our bundled AuthLayer will reload tokens every minute when deployed in-cluster.

What's Changed

Added

  • Add conversion for ObjectRef<K> to ObjectReference by @teozkr in #815
  • Add Api::get_opt for better existence handling by @teozkr in #809
  • Entry API by @teozkr in #811

Changed

  • Reload token file at least once a minute by @kazk in #768
  • Prefer kubeconfig over in-cluster config by @teozkr in #823

Fixed

  • Disable CSR utilities on K8s <1.19 by @teozkr in #817

New Contributors

Full Changelog: 0.68.0...0.69.0