Skip to content

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 14:42
· 250 commits to main since this release
3100353

What Changed

  • The logging package has been changed to a submodule, with the same release versions going forward as the main and plugin modules. This allows for using the app-sdk logger without needing to import any other parts of the app-sdk.
  • Debug logging & tracing for the OpinionatedReconciler, and several logic fixed to avoid retry loops on deletes (details)
  • Generated code now contains a constants.go file per kind package, with Group, Version, and GroupVersion as exported constants for convenience
  • simple.Operator has been deprecated and will be removed in a future release. Use simple.App and operator.Runner to achieve the same behavior.

Changelog

Full Changelog

  • 3100353 Use the published logging module v0.29.0 (#576)