Releases: giantswarm/crd-docs-generator
Releases · giantswarm/crd-docs-generator
v0.11.2
v0.11.1
Changed
- Use base images from
gsoci.azurecr.io
. - Numerous dependency updates.
v0.11.0
Changed
- Potentially breaking: Annotation doc comments have a new format, because go-fmt v1.19 breaks our old formatting. For an example look at the file /pkg/annotations/testdata/aws.go.
v0.10.0
- Potentially breaking: Your templates might have to be adapted like done in this commit.
- The order of versions in a CRD output page is now guaranteed.
- The output path is now configurable via the config file directive
output_path
. - If the output folder does not exist, it will be created.
v0.9.0
Changed
Breaking: source paths are now configured in the config file.
Three new configuration keys have been introduced to configure paths per source_repository:
crd_paths
: paths to search for CRD YAML files.cr_paths
: paths to search for example CR YAML files.annotations_paths
: paths to search for Go files defining annotations.
All expect array values. Paths are relative to the source repo root. See the config.example.yaml
file to learn how to use the keys.
v0.8.0
Release v0.8.0 (#84) Co-authored-by: github-actions <[email protected]>
v0.7.1
Release v0.7.1 (#47) * Release v0.7.1 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Marian Steinbach <[email protected]>
v0.7.0
Release v0.7.0 (#45) Co-authored-by: github-actions <[email protected]>
v0.6.1
Release v0.6.1 (#40) Co-authored-by: github-actions <[email protected]>
v0.6.0
Release v0.6.0 (#38) Co-authored-by: github-actions <[email protected]>