Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@psFried psFried released this 26 Apr 00:18
· 21 commits to master since this release

The 0.2 release is finally here, and it brings a bunch of improvements, as well as a some breaking changes.

Improvements

  • The SyncRequest APIs 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 failable feature (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 K8sType for StatefulSet. Thanks to @fussybeaver for contributing that!