Skip to content

v0.1.2

Choose a tag to compare

@dips-cbr dips-cbr released this 24 Jul 10:31
· 2 commits to main since this release

Fixed an issue where generated CRDs contain --- in property descriptions. This caused the resource split to do the split prematurely, resulting in a YAML parse error.

This happens when the API structs use metav1.Condition in their Status field.

The resource split has been adjusted to check for a line break, "---\n" to fix this issue.