Skip to content

0.82.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 08:16
· 249 commits to main since this release
0.82.1

Bugfix Release

nullable is re-instated on Option types from CustomResource generated schemas, due to unintended errors removing it caused on Api::patch calls on None members that were not setting #[serde(skip_serializing_if = "Option::is_none")]. This only affected 0.81 and 0.82 from last week, and does not require user action regardless of where you are upgrading from.

This release also fixes a metadata_watcher triggering deserialization error from doing Api::list_metadata on an empty set.

What's Changed

Fixed

  • Fix WatchParams bookmarks for watch_metadata by @clux in #1193
  • Fix ObjectList not deserializing items: null by @suryapandian in #1199
  • Revert "kube-derive: Disable option_nullable for CRD generation" by @Dav1dde in #1201

New Contributors

Full Changelog: 0.82.0...0.82.1