Releases: aws-controllers-k8s/code-generator
Releases · aws-controllers-k8s/code-generator
v0.12.0
18 Aug 00:13
Compare
Sorry, something went wrong.
No results found
Aligns the code-generator with the ACK runtime v0.12.0
v0.11.1
17 Aug 13:42
Compare
Sorry, something went wrong.
No results found
New features
Support for checking required fields in ReadMany input (#155 )
Use reflect.DeepEqual for slice and map of struct comparisons (#157 )
v0.11.0
16 Aug 19:10
Compare
Sorry, something went wrong.
No results found
Aligns the code-generator with the ACK runtime v0.11.0
Breaking Changes
Removed the watchNamespace value in Helm chart (added installScope: "namespace"|"cluster") (#149 )
New Features
Import Aws service package and pass EndpointsID to serviceController (#154 )
v0.10.0
16 Aug 16:07
Compare
Sorry, something went wrong.
No results found
Changes:
Minor Refactor in pkg/generate/code
Add operator-sdk and olm scripts to code-generator repo.
Initial implementation of AWSResourceManager.LateInitialize() method.
v0.9.2
10 Aug 21:12
Compare
Sorry, something went wrong.
No results found
Add SetStatus for resource (#151 )
add DPD and IO to initialisms (#147 )
Generate typedefs for payload fields in Spec and Status (#146 )
v0.9.0
03 Aug 17:22
Compare
Sorry, something went wrong.
No results found
Expose SetSDKForStruct and SetResourceForStruct in templates (#140 )
Add CORS to initialisms (#144 )
Remove loops from GetWrapperOutputShape (#145 )
aws-sdk-go version bump, 1.37.4 -> 1.37.10 (#143 ) …
v0.8.0
02 Aug 10:11
Compare
Sorry, something went wrong.
No results found
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 to go.mod version (#137 )
Allow member fields from other operations in spec (#139 )
Bug fixes
release script and helm bug fixes (#141 )
v0.7.0
22 Jul 13:36
Compare
Sorry, something went wrong.
No results found
Aligns the code-generator with the ACK runtime v0.7.0
New features:
Add sdk addon hook (#94 )
Mark status fields as optional (#129 )
Add script and Github workflow for ensuring version in sync (#130 )
Secret errors to be terminal code (#131 )
Add AWS_ENDPOINT_URL to Helm chart templates (#133 )
Remove performSpecUpdate(boolean) from SetOutput. (#132 )
v0.6.0
19 Jul 07:33
Compare
Sorry, something went wrong.
No results found
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
13 Jul 09:51
Compare
Sorry, something went wrong.
No results found
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
Migrate build scripts from community (#125 )
Migrate release Dockerfiles from community (#125 )
⚠️ BREAKING CHANGE : Move pkg/generate.Generator to pkg/model.Model (#120 )
⚠️ BREAKING CHANGE : Move pkg/generate unit tests to pkg/model (#120 )