v11.0.0
·
15 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
11.0.0 (2026-05-19)
⚠ BREAKING CHANGES
- kubernetes-client: The
LabelSelectorsnamespace is renamed toSelectors.
To migrate, rename the namespaces. - kubernetes-client: The
DefaultEntityLabelSelectorclass is now sealed instead
of public. To mitigate, use the implementation with the interface
(intended way) instead of subclassing the default selector.
Features
- Add
ToIdentifierStringoverloads (#1120) (ff0180e) - kubernetes-client: add field selector support (#1094) (c16228f)