github cloudposse/terraform-aws-eks-node-group 2.3.0
v2.3.0 Requested features, general updates (#110)

latest releases: v3.1.0, v3, 3.0.1...
2 years ago

Version 2.3.0 is exactly the same as v0.28.0 except for the version number, part of Cloud Posse's conversion to production Semantic Versioning for its Terraform modules.

This version is not recommended, because it includes the ebs_optimized input with a default value of false. The default has been changed to true in v2.4.0.

🚀 Enhancements

Requested features, general updates (#110)

what && why

Combine feature requests, bug fixes, and general updates into a single PR to reduce number of releases and also expedite requested changes to PRs.

  • Allow ami_type="CUSTOM", resolves #96, thank you @ingledl
  • Output ID and name of launch template, resolves #102, supersedes and closes #103, thank you @bwmetcalf
  • Allow SSH access to provided ssh_access_security_group_ids whether or not an SSH key is provided, resolves #108, thank you @bcbrockway
  • Update test framework, add test for enabled=false, update workflows: general maintenance and conformity

🐛 Bug Fixes

Properly handle launch template changes, ensure SSH egress (#110)

what && why

Combine feature requests, bug fixes, and general updates into a single PR to reduce number of releases and also expedite requested changes to PRs.

  • Change name of node group when launch template ID changes. Supersedes and closes #106, thank you @woz5999
  • Allow all TCP egress to destinations where SSH ingress is allowed because that is required for SSH to work (usually not a problem because usually node groups allow all egress to all destinations)

Don't miss a new terraform-aws-eks-node-group release

NewReleases is sending notifications on new releases.