Skip to content

Releases: aws-controllers-k8s/code-generator

v0.16.3

24 Jan 20:25
cccec82

Choose a tag to compare

v0.16.2

19 Jan 23:14
1338d18

Choose a tag to compare

v0.16.1

14 Jan 12:02
3e0ecb9

Choose a tag to compare

v0.16.0

07 Jan 19:08
3e18472

Choose a tag to compare

v0.15.2

27 Oct 20:46
d2b0638

Choose a tag to compare

New Features

New Contributors

Full Changelog: v0.15.1...v0.15.2

v0.15.1

08 Oct 18:23
385779a

Choose a tag to compare

New Features

Full Changelog: v0.15.0...v0.15.1

v0.15.0

07 Oct 21:22
46edaac

Choose a tag to compare

New Features

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

23 Sep 16:03
fe3ca1f

Choose a tag to compare

Change Log
  • Update ACK runtime to v0.14.1 (#205)
  • Update to controller-gen v0.7.0 (#202)
  • updating containerImage format in clusterserviceversion (#203)
  • Doc link fix (#199)
  • Small improvements to manifest templates (#198)
  • adding back required install-kustomize.sh file (#200)
  • use return statement instead of exit in is_public_ecr_logged_in (#197)
  • Use docker expiration string from auth config (#196)
  • Shorten metric service name (#195)
  • v0.14.0

    13 Sep 22:40
    5a4809a

    Choose a tag to compare

    Aligns the code-generator with the ACK runtime v0.14.0

    Breaking Changes

    • Removed the primary_identifier_field_name configuration option (#190)
      • Replaced with is_primary_key: true/false on the FieldConfig and is_arn_primary_key: true/false on the ResourceConfig

    v0.13.2

    08 Sep 21:53
    394e829

    Choose a tag to compare

    • return nil if observed is nil from a successful delete (#182)
    • Support nested paths in field config specifically list type members (#183)
    • Only return MetaObject from AWSResource.MetaObject() call (#184)
    • Fix installation of controller-gen in prowjobs (#187)