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.
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.