Skip to content

Release v0.19.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 11:17
· 46 commits to main since this release
203a320

Changes included in v0.19.0:

🚀 Features

  • [feature] [developer] enable skipping clusters in CRD management #125: It is now possible to skip Clusters when using the CRD Management to create/update CRDs.

🐛 Fixes

  • [bugfix] [user] avoid invalid condition reasons #127: The condition updater would produce an invalid dummy reason for a condition if that condition's type contained a ., because this is not an allowed character in the condition's reason. This is now avoided by replacing . with : when using the condition's type to construct a dummy reason.