Skip to content

v0.3.1

Compare
Choose a tag to compare
@jaypipes jaypipes released this 24 Jun 14:32
· 487 commits to main since this release
9c35918

Breaking changes

  • 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)
  • Add CRD method to get OutputShape

Fixes

  • Prevent unused variable error (#101)
  • Fix broken template for custom code (#100)
  • Remove duplicate aws-sdk-go $service import (#102)