Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 3 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 3 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

BUG FIXES:

  • Prevent coalescelist null argument error when destroying worker_group_launch_templates (#842)

FEATURES:

  • Add support for EC2 principal in assume worker role policy for China (#827)

v11.0.0 - 2020-03-31

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)