v0.2.0
Pre-release
Pre-release
The 0.2 release is finally here, and it brings a bunch of improvements, as well as a some breaking changes.
Improvements
- The
SyncRequestAPIs for accessing child resources are much more friendly and convenient. This required making some breaking changes, which are documented here - Errors from the API server and those returned by a Handler now use an exponential backoff for re-tries. Huge thanks to @cassandracomar for working on that!
- An optional
failablefeature (and corresponding module) were added to help with implementing operators that need to do their own error handling. See the guide for more info - Added a built-in
K8sTypefor StatefulSet. Thanks to @fussybeaver for contributing that!