Skip to content

0.93.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 22:16
· 33 commits to main since this release
0.93.0

Highlights

Better query validation, better client header customisation, and two new modules:

  1. core::labels module for creating typed label selectors for ListParams or WatchParams. Can be constructed from a native LabelSelector, or directly from a Selector of Expressions. PR.
  2. prelude to simplify imports of extension traits. PR.

A big thank you to everyone who contributed to this release!

What's Changed

Added

Changed

Removed

  • runtime: remove deprecated default_backoff by @clux in #1518

Fixed

  • Fix watcher not fully paginating on Init by @clux in #1525 (ported to 0.92.1)
  • Prevent empty string object name requests from being sent to the apiserver by @xMAC94x in #1541

New Contributors

Full Changelog: 0.92.0...0.93.0