You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aligns the code-generator with the ACK runtime v0.3.0, which introduced two breaking changes to the ACK core types, including a new RequeueOnSuccessSeconds method on AWSResourceManagerFactory and a ReplacesConditions method on AWSResource via the new ConditionManager interface (#106, #104, #95 )
New features
All CRD variables and functions within hook templates (#91)
NOTE: This release contain some breaking changes ⚠️
Features
Add a new config to override kubebuilder printcolumn:name (#79)
⚠️ Move printer column options under the same generator config struct (#82). Actions to take: Rename all is_printable parameters in generator configurations to print: { name: $FIELD_NAME } (example aws-controllers-k8s/sagemaker-controller#44)
Add a new generator config to change PrinterColumn sort function (#83)
Add a new generator config to append an Ageprintcolumn (#84)
Updates the code-generator to build the resource managers that fulfill the ACK runtime v0.1.0 interfaces (notably, to support the adopted resource reconcilers)