Releases: cloudposse/terraform-aws-eks-node-group
Releases · cloudposse/terraform-aws-eks-node-group
v0.8.0
0.7.1
0.7.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#22)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.6.0 Add support for `environment` input. Update tests
what
- Add support for the
environmentattribute that has been added toterraform-null-label - Update tests
why
environmentattribute is used for naming AWS resources- Bring the tests up to date, use
Gomodules and latest k8s client libraries
0.5.0: Updates to ChatOps - Automated commit (#20)
## What * Adds chatops commands - '/test all' - '/test bats' - '/test readme' - '/test terratest' * Drops codefresh * Drops slash-command-dispatch * Removes codefresh badge * Rebuilds README ## Why * Change over from codefresh to GH Actions * Facilitate testing of PRs from forks
0.4.2
0.4.1: Add optional variable to transmit "depends_on" dependency (#15)
Add module_depends_on variable to allow user to force this module to wait for the creation of an arbitrary resource before creating the node group
0.4.0 Update cluster autoscaler. Add autoscaling policy
what
- Update cluster autoscaler
- Add autoscaling policy
- Add a boolean flag to "enable" the cluster autoscaler
why
- Allow the node group to autoscale the number of worker nodes
- The policy has permissions for autoscaling the number of worker nodes
0.3.0 Use splat syntax to return Node Group underlying resources
what
- Use splat syntax to return Node Group underlying resources
why
- Use splat syntax in outputs, it prevents errors when looking for resources which could not exist anymore, particularly during a destroy action
references
- https://discuss.hashicorp.com/t/empty-tuple-error-on-modules-that-are-disabled/4544
- hashicorp/terraform#22846
related
- Closes #7
0.2.0 Add `disk_size` to the example. Add tags for autoscaler
what
- Add
disk_sizeto the example - Add tags for autoscaler
why
disk_sizewas defined intfvarsbut not provided to the example module- Even if you install
cluster-autoscaler, without the tags autoscaling does not work