Skip to content

Releases: cloudposse/terraform-aws-eks-cluster

v0.29.1

28 Nov 04:32
b230e1b
Compare
Choose a tag to compare
Remove upper bounds on Terraform provider versions @Nuru (#85)

what

  • Remove upper bounds on Terraform provider versions
  • Update context.tf to current version

why

  • Upper bounds prevent testing with new versions to determine if they cause problems or not
  • Stay current

v0.29.0

23 Sep 17:41
77dc7dd
Compare
Choose a tag to compare
feat: add k8s provider config variables @dotCipher (#78)

what

  • Adds variable for kubernetes.load_config_file configuration via kubernetes_load_config_file
  • Add variable for kubernetes.config_path configuration via kubernetes_config_path

why

  • Allow bypassing issues with clusters provisioned with different users by migrating from null config map resource to native kubernetes provider config map resource

references

v0.28.0

28 Aug 08:18
df8b991
Compare
Choose a tag to compare
Convert to context.tf, allow AWS 3.0 provider @Nuru (#75)

what

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

why

  • New features, specifically launch templates
  • Standardize

0.27.0 Update subnet tags and use private subnets for workers

26 Aug 18:32
4c60870
Compare
Choose a tag to compare

what

  • Enable subnet tags for ALB ingress controller in the example
  • Use private subnet for EKS nodes
  • Create NAT gateway for private subnets

why

  • Make the example production ready

0.26.2

23 Aug 04:37
6bfa649
Compare
Choose a tag to compare
Add `cluster_elb_service_role` IAM policy to allow creation of ELB se…

0.26.1

18 Aug 07:34
0623a1d
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.26.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#69)

12 Aug 01:06
a64bf7d
Compare
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.25.0: Enable encryption config (#62)

03 Aug 21:55
a84a3bd
Compare
Choose a tag to compare
* Enable aws_eks_cluster encryption_config

* make README

* Added Cluster Encryption Config KMS Key Alias

* Updated README.md

* Update variables.tf

* Update main.tf

* Update outputs.tf

* Update main.tf

* Update main.tf

* Update main.tf

* Update outputs.tf

* Updated README.md

* Executed 'terraform fmt'

Co-authored-by: Erik Osterman <erik@cloudposse.com>
Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>

0.24.0: use partition data source for arn formatting (#60)

03 Jul 20:22
76b5f2f
Compare
Choose a tag to compare
* use partition data source for arn formatting

* use count

* readme

* typo

Co-authored-by: Erik Osterman <erik@cloudposse.com>

0.23.0: fix tests (#66)

03 Jul 19:23
5c99b31
Compare
Choose a tag to compare
* fix tests

* rebuild readme

* fix tests

* fix tests

* fix tests

* fix tests