KubeClient v2.3.0
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 targetConfigMap
is missing during initial load (#88 - thanks @PhilippCh!)