Skip to content

Releases: giantswarm/crd-docs-generator

v0.11.2

17 Dec 10:37
10fabe6
Compare
Choose a tag to compare

Changed

  • No functional changes compared to 0.11.1, just a go.mod cleanup that should enable installation via go install.

v0.11.1

21 Feb 16:00
4b1278b
Compare
Choose a tag to compare

Changed

  • Use base images from gsoci.azurecr.io.
  • Numerous dependency updates.

v0.11.0

28 Oct 09:16
1cb3faa
Compare
Choose a tag to compare

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

22 Mar 11:44
d2e3cd7
Compare
Choose a tag to compare
  • 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

27 Jan 08:57
657f4a5
Compare
Choose a tag to compare

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

09 Dec 12:00
bda8162
Compare
Choose a tag to compare
Release v0.8.0 (#84)

Co-authored-by: github-actions <[email protected]>

v0.7.1

21 Jul 08:13
cf3c1a8
Compare
Choose a tag to compare
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

19 Jul 12:24
6db1029
Compare
Choose a tag to compare
Release v0.7.0 (#45)

Co-authored-by: github-actions <[email protected]>

v0.6.1

14 May 12:07
90aab50
Compare
Choose a tag to compare
Release v0.6.1 (#40)

Co-authored-by: github-actions <[email protected]>

v0.6.0

14 May 09:16
b6bb659
Compare
Choose a tag to compare
Release v0.6.0 (#38)

Co-authored-by: github-actions <[email protected]>