Releases: aws-controllers-k8s/code-generator
Releases · aws-controllers-k8s/code-generator
v0.11.1
v0.11.0
v0.10.0
v0.9.2
v0.9.0
v0.8.0
Aligns the code-generator with the ACK runtime v0.8.0
New features
- Load metadata in release script (#134)
- Update required controller-gen to
v0.6.1
(#135) - Update for helm charts to use latest ecr-public repository. (#136)
- Default
AWS_SDK_GO_VERSION
togo.mod
version (#137) - Allow member fields from other operations in spec (#139)
Bug fixes
- release script and helm bug fixes (#141)
v0.7.0
Aligns the code-generator with the ACK runtime v0.7.0
New features:
v0.6.0
New features
- Add service metadata configuration file (#126)
- Add WithSDKVersion and WithAPIVersion methods to
ackmodel.SDKHelper
(#121) - Add a new CRD method to list all the renames observed in
generator.yaml
(#121) - Introduce pkg/generate/multiversion package to help interracting with (#121)
Bug fixes
- Recursively build a clean GoType for nested maps and arrays (#127)
v0.5.0
Aligns the code-generator with the ACK runtime v0.5.0
NOTE: This release contains some breaking changes
New features
- Returning the latest resource from the Delete() call (#114)
- Graceful cancellation for
ack-generate
subcommands (#123) - Add a new sort option for kubebuilder:printcolumns marker comments (#124)
Refactoring and migrations
v0.4.0
Aligns the code-generator with the ACK runtime v0.4.0
New features
- Generate resource identifiers from
ReadOne
orReadMany
(#105) - Setup webhooks on controller startup (#111)
Fixes
- Add OIDC and identity to initialisms (#107)
- Use
go-git
functionalities for common git operations (#108) - Fix required fields for renamed ReadOne input (#113)
- Correct type mismatch errors in
SetResourceIdentifiers
generated code (#115) - Add primary identifiers for
ReadMany
operations (#116) - handle renamed fields for resource identifiers (#117)