Releases: elastic/crd-ref-docs
Releases · elastic/crd-ref-docs
v0.1.0
Changelog
- dfa49ca Add apiextensions types to default Kubernetes known types (#82)
- c0c1522 Add output mode in README.md (#77)
- 0ad85c5 Also support version on go install (#87)
- 282ebc8 Fix missing markdown table formatting (#85)
- 9e0eec8 Return exit code 1 on failure and silence redundant cobra errors (#86)
- ea9fcaa Support constant values of enum aliased types (#79)
- 284491a Support custom markers (#76)
- a178c7b Support multi-arch release (#78)
- 1c93a29 fix: escape curly brackets when rendering markdown field doc (#81)
- 56876bc fix: escape pipes when rendering validation custom markers to markdown
v0.0.12
v0.0.11
Enhancements
- Support for generating separate files for each API group (by @airycanon #67)
Bug fixes
Misc
- chore(deps): upgrade sigs.k8s.io/controller-tools to v0.14.0 (by @justenstall in #63), which allows support for go
v1.22
. - Test with multiple api packages (by @tenstad in #66)
- Increase default maximum recursion level for type discovery (by @tenstad in #65)
- Update default templates with default and validation markers (by @tenstad in #49)
v0.0.10
Enhancements
Bug fixes
- Handle fields with multi-line comments (by @czeslavo in #53)
- Parse underlying types correctly (by @tenstad in #51)
- Use single parser collector (by @tenstad in #50)
- Assign inline based on json tag (by @tenstad in #48)
- Parse standalone types correctly (by @tenstad in #47)
Misc
- chore: update go mod version to 1.20 (by @tenstad in #46)
- test: update to kubebuilder 3.11.1 and kubernetes 1.25 (by @tenstad in #45)