0.69.0
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.
Api::entry
via 811 - to aid idempotent crud operation flows (following the style ofMap::Entry
)Api::get_opt
via 809 - to aid dealing with theNotFound
type error via a returnedOption
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>
toObjectReference
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
New Contributors
- @hasheddan made their first contribution in #813
Full Changelog: 0.68.0...0.69.0