Skip to content

Releases: DIPSAS/operator-helm-gen

v0.1.2

24 Jul 10:31
Compare
Choose a tag to compare

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.

v0.1.1

23 Jul 12:26
Compare
Choose a tag to compare

Added template patching for namespace and service account placeholders.
Supported command line flags:

  • keep: The names of resources to consider, comma separated. E.g Role, RoleBinding,CustomResourceDefinition.
  • dir: The directory where the output files will be stored. If left out, everything will be written to os.Stdout.
  • version: Prints the version and exits.

create v0.0.1

22 Jul 21:01
Compare
Choose a tag to compare
move to helm-gen dir