Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 04:22
· 240 commits to main since this release

Overview

Lots of improvements to the robustness of the parsing and generation process giving us compatibility with some complicated crds (alertmanagers crd and sig network gateway api crds). There is also an elision flag in place to allow overriding generated output more easily, plus a much more informative kopium header in the generated output.

What's Changed

  • Do not try to derive CustomResource when using --hide-kube by @clux in #97
  • Add generation command and kopium version to output header by @clux in #99
  • Allow simple integer enums by rawstring escaping variant names by @clux in #100
  • Add --elide flag to drop generated structs from the output by @clux in #102
  • Replaces invalid enum identifiers with generated ones by @Dav1dde in #103
  • Fixes clippy lints by @Dav1dde in #105

New Contributors

Full Changelog: v0.13.0...v0.14.0