Skip to content

Releases: cloudposse/terraform-aws-eks-cluster

v0.30.1

14 Dec 00:31
d57bc3c
Compare
Choose a tag to compare

🚀 Enhancements

Configure Renovate @renovate (#83)

WhiteSource Renovate

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • auth.tf (terraform)
  • main.tf (terraform)
  • versions.tf (terraform)

Configuration

🔡 Renovate has detected a custom config for this PR. Feel free to ask for help if you have any doubts and would like it reviewed.

Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually.

What to Expect

With your current configuration, Renovate will create 1 Pull Request:

Update Terraform cloudposse/label/null to v0.22.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cloudposse-label-null-0.x
  • Merge into: master
  • Upgrade cloudposse/label/null to 0.22.0

❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.30.0

13 Dec 23:32
dc860e6
Compare
Choose a tag to compare
Terraform 0.14 upgrade @Nuru (#86)

what

  • Standard Terraform 0.14 upgrade

why

  • Support Terraform 0.14
  • Update to current Cloud Posse standards for Terraform modules

notes

  • Supersedes and closes #87

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 <[email protected]>
Co-authored-by: actions-bot <[email protected]>