Skip to content

Releases: cloudposse/terraform-aws-eks-node-group

v0.8.0

28 Aug 07:25
569cdb9

Choose a tag to compare

Convert to context.tf, allow AWS 3.0 provider @Nuru (#26)

what

  • Allow AWS provider version 3.0
  • Convert to context.tf, update chatops, add auto-release

why

  • New features, specifically launch templates
  • Standardize

0.7.1

18 Aug 07:46
592a34d

Choose a tag to compare

[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.7.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#22)

18 Aug 07:45
2550397

Choose a tag to compare

## 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

16 Jul 18:16
052c59c

Choose a tag to compare

what

  • Add support for the environment attribute that has been added to terraform-null-label
  • Update tests

why

  • environment attribute is used for naming AWS resources
  • Bring the tests up to date, use Go modules and latest k8s client libraries

0.5.0: Updates to ChatOps - Automated commit (#20)

14 Jul 04:46
f57b87b

Choose a tag to compare

## 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

18 Jun 17:17
e3a603c

Choose a tag to compare

PR #19

  • Ignore external changes to desired group size, closes #12
  • Use current "partition" in hard-coded ARNs, closes #16, thank you @woz5999
  • Remove erroneous assignment from README, closes #5, thank you @MPV

0.4.1: Add optional variable to transmit "depends_on" dependency (#15)

01 May 00:57
e248c50

Choose a tag to compare

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

19 Feb 17:48
68903da

Choose a tag to compare

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

22 Jan 15:49

Choose a tag to compare

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

related

  • Closes #7

0.2.0 Add `disk_size` to the example. Add tags for autoscaler

21 Jan 19:58

Choose a tag to compare

what

  • Add disk_size to the example
  • Add tags for autoscaler

why

  • disk_size was defined in tfvars but not provided to the example module
  • Even if you install cluster-autoscaler, without the tags autoscaling does not work

references