Releases: goldmansachs/crdtools
Releases · goldmansachs/crdtools
CRDTools v0.1.4
CRDTools v0.1.3
What's Changed
- add generated annotation by @Jonpez2 in #64
- fix snakeyaml vuln by migrating nryaml into this repo by @alfredomusumeci in #65
- added credits for nryaml by @alfredomusumeci in #65
Full Changelog: 0.1.2...0.1.3
CRDTools v0.1.2
What's Changed
- Added an option to spit out an all-specs.yaml file from the extracted OpenAPI specs.
CRDTools v0.1.1
What's Changed
- Upgraded SwaggerCodegen to the latest version.
- Set generator skipInLineModelMatches option to true.
First Implementation of CRDTools
What's Changed
- Added a Generator class to perform code generation from CRD(s).
- Added a parser to invoke the tool from the command line; this allows for custom input, custom package name, and custom output name.
- Tweaked SwaggerCodegen to include an additional annotation within every generated java file.
- Implemented automatic group and version extraction from CRDs.