Skip to content

v11.0.0

Choose a tag to compare

@github-actions github-actions released this 19 May 12:56
· 15 commits to main since this release
Immutable release. Only release title and notes can be modified.
d18f0e1

11.0.0 (2026-05-19)

⚠ BREAKING CHANGES

  • kubernetes-client: The LabelSelectors namespace is renamed to Selectors.
    To migrate, rename the namespaces.
  • kubernetes-client: The DefaultEntityLabelSelector class is now sealed instead
    of public. To mitigate, use the implementation with the interface
    (intended way) instead of subclassing the default selector.

Features

Dependencies

  • test: update dependency coverlet.collector to 10.0.1 (#1123) (d18f0e1)
  • test: update dependency fluentassertions to 8.10.0 (#1117) (6901432)
  • test: update dotnet monorepo (#1116) (f30e8e7)