Skip to content

v0.2.3

Compare
Choose a tag to compare
@a-hilaly a-hilaly released this 21 Jun 19:02
· 529 commits to main since this release
d579746

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 Age printcolumn (#84)
  • Add base CRD documentation (#89)
  • Add a cobra PostRunE to save generation metadata (#90)
  • Support suffix exception (#97)

Bug fixes

  • Update ElastiCache CodeGen test based on new SDK (#75)
  • Patch the correct observed state after a rm.ReadOne call (#76)
  • Add a new operation config to override the SetOutput wrapper field (#78)
  • Add metrics-service.yaml to helm template files. (#80)
  • crossplane: Mark spec as required, status.atProvider as optional (#81)
  • crossplane: remove unnecessary error handling in Update (#85)
  • Add a new config to override kubebuilder:printcolumn priority (#86)
  • Extend ack-generate to generate slice with elements of type K8s Secret (#87)
  • Remove unnecessary homedir module (#88)
  • fix: use deterministic sort for identifier field (#93)
  • Conditionally allow view secrets on ClusterRole (#96)
  • ⚠️ trace sdk.go resource manager methods (#95 )
    Actions to take: Upgrade github.com/aws-controllers/runtime to v0.2.3