You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.