Skip to content

v11.0.0

Compare
Choose a tag to compare
@barryib barryib released this 30 Mar 22:57
· 685 commits to master since this release
eaa4d2c

FEATURES:

  • Add instance tag specifications to Launch Template (#822)
  • Add support for additional volumes in launch templates and launch configurations (#800)
  • Add interpreter option to wait_for_cluster_cmd (#795)

ENHANCEMENTS:

  • Use aws_partition to build IAM policy ARNs (#820)
  • Generate aws-auth configmap's roles from Object. No more string concat. (#790)
  • Add timeout to default wait_for_cluster_cmd (#791)
  • automate changelog management (#786)

BUG FIXES:

  • Fix destroy failure when talking to EKS endpoint on private network (#815)
  • add ip address when manage_aws_auth is true and public_access is false (#745)
  • Add node_group direct dependency on eks_cluster (#796)
  • Do not recreate cluster when no SG given (#798)
  • Create false and avoid waiting forever for a non-existent cluster to respond (#789)
  • fix git-chglog template to format changelog Type nicely (#803)
  • fix git-chglog configuration (#802)

CI:

  • Restrict sementic PR to validate PR title only (#804)

TESTS:

  • remove unused kitchen test related stuff (#787)