Skip to content

KubeClient v2.3.0

Compare
Choose a tag to compare
@tintoy tintoy released this 10 Aug 01:14
· 201 commits to master since this release

Breaking changes

  • KubeClient now depends on YamlDotNet v6.1.2 (#91 - thanks @jonstelly!)
    There are breaking changes to YamlDotNet's API so consumers really will need to upgrade this package (older versions will no longer work correctly).

Enhancements

  • Option for IConfigurationProvider to throw an exception if the target ConfigMap is missing during initial load (#88 - thanks @PhilippCh!)