Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Latest commit

 

History

History
76 lines (48 loc) · 2.96 KB

CHANGELOG.md

File metadata and controls

76 lines (48 loc) · 2.96 KB

Improvements

0.18.1 (Release April 08, 2019)

  • feat(nodePools): support per-nodegroup IAM instance roles #98

0.18.0 (Release March 30, 2019)

Important

  • Moves to the new 0.18.0 version of @pulumi/aws. Version 0.18.0 of pulumi-aws is now based on v2.2.0 of the AWS Terraform Provider, which has a variety of breaking changes from the previous version. See documentation in @pulumi/aws repo for more details.

0.17.4 (Release March 29, 2019)

  • Fix a bug where the regex used to retrieve Worker Node AMIs was not returning correct AMIs when either: specifying the master / control plane version, or relying on smart defaults of the lastest available image. #92

0.17.3 (Release March 28, 2019)

  • feat(workers): add 'nodeAssociatePublicIpAddress' to toggle public IPs #81
  • fix(getAmi): allow setting master version & explicitly filter Linux AMIs #85
    • Fix a bug where the wrong AMI was being returned due to a loosely defined regex.
    • Add support for setting the master / control plane version of the cluster.

0.17.2 (Release March 19, 2019)

  • Re-cut 0.17.1 as 0.17.2, due to a broken master branch caused by a pushed tag publishing the NPM package before master was able to.

0.17.1 (Release March 19, 2019)

  • Support for taints on NodeGroups. #63

0.17.0 (Release March 6th, 2019)

Improvements

  • Depend on latest version of @pulumi/pulumi to get more precise delete before create semantics #46

0.16.6 (Release January 29th, 2019)

Improvements

  • Expose the AutoScalingGroup on NodeGroups. #53
  • Fix a bug where desiredCapacity was not being handled correctly. #55

0.16.5 (Release January 21st, 2019)

Improvements

  • Support for multiple Worker NodeGroups connected to a single EKS cluster. #39
  • Support for Spot instances in NodeGroups. #49
  • Support for adding cutom policies to node InstanceRole. #49
  • Support for adding labels to each instance in a NodeGroup. #49

0.16.4 (Released December 13th, 2018)

Improvements

  • Expose underlying EKS cluster. #31
  • Support custom worker node AMI. #34
  • Update CNI to 1.3. #37

0.16.3 (Released November 21st, 2018)

Improvements

  • Allow configuring the subnets that worker nodes use.
  • Improve detection of public vs. private subnets.