All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.8.0 - 2021-12-09
- Breaking: rename
.APIVersion
template field to.CRDVersion
. - Support multiple source repositories
- Update jwt-go dependency
- Refactoring to enable better testing
- Add test for output package
- Improve logging
0.7.1 - 2021-07-21
- Pass through deprecation metadata from apiextensions to output (giantswarm#46)
0.7.0 - 2021-07-19
- Use metadata from the apiextensions repository (giantswarm#44)
0.6.1 - 2021-05-14
- Add support for another apiextensions repo path
/helm/**/upstream.yaml
. - Parse multiple CRDs from a single YAML file.
0.6.0 - 2021-05-14
- Change path where to look for CRD YAML in giantswarm/apiextensions from
/config/crd/v1
to/config/crd
.
0.5.0 - 2021-02-18
- Breaking: Remove configuration option
commit_reference
, add command line flag--commit-reference
for the same purpose instead.
0.4.0 - 2021-02-12
- Add flag
--template
to specify the template path - Render annotations with documentation in CRDs.
0.3.0 - 2021-02-02
- Don't try to add syntax highlighting. Use tripple backtick instead.
- Update dependencies.
0.2.3 - 2021-01-14
- Change name "Management Cluster API" to "Management API".
0.2.2 - 2021-01-08
- Add more terminology changes and add aliases for redirects after URL changes.
0.2.1 - 2021-01-08
- Change name "Control Plane Kubernetes API" to "Management Cluster API".
0.2.0 - 2020-12-03
- Remove date field from front matter of generated pages, as it's no longer needed.
0.1.2 - 2020-10-05
- Remove whitespace around 'Required'.
0.1.1 - 2020-06-29
- Add a link target to every attribute name headline.
0.1.0 - 2020-05-06
- Add blacklisting feature to skip certain CRDs that should not get documented
- Move example CR above property details
- Fix a headline tag
- Adapt CRD input path to match latest changes in the apiextensions repo
- Refactor: move functions into services
- Use config file for settings instead of flags
- Switch CI from architect to architect-orb