Skip to content

Releases: howdio/terraform-aws-eks

v2.0.2

15 Jun 09:39
3dc4178

Choose a tag to compare

Fixes

  • #31 Add missing backslash

VPC Endpoint Support

28 Mar 09:31

Choose a tag to compare

Improvements

  • #17 Support for VPC Endpoints

Spot Instance support

11 Feb 20:28

Choose a tag to compare

Improvements

  • #16 Enable spot instances usage

Fix for Kubernetes Dashboard

14 Jan 15:27

Choose a tag to compare

This release fixes a problem with referencing the Kubernetes Dashboard deployment.

Fixes

  • #15 Fix kubernetes dashboard (Issue: #14)

Thanks for @rajpolaris and for reporting @eana for fixing the issue

EKS Version Fix

17 Dec 11:07

Choose a tag to compare

The module as a variable called version. This has been change to eks_version as this variable is already used to indicate the version of the module.

Fixes

  • #13 Rename the version variable.

Fix

11 Dec 16:12

Choose a tag to compare

Fix

Fixes

#12 Allow incoming https connections from the EKS masters security group

Fix for Calico

30 Nov 13:40

Choose a tag to compare

Fixes

  • #11 Use the correct host-interface if the calico network policy engine is used

AWS Auth

19 Nov 14:03

Choose a tag to compare

Thanks to @eana this release will introduce the aws_auth variable which allows you to include cluster authentication.

Improvements

Refactoring release

29 Oct 09:31

Choose a tag to compare

A big thanks to @eana for taking the time to refactor the modules and provide support for enabling the addons in the cluster submodule.

Improvements

  • #9 Refactor

  • Add addons in the cluster submodule

  • Add whitelist for SSH access to the cluster nodes

  • Add example for adding Jenkins node groups to the cluster

Service Release for v0.3.0

17 Sep 12:46
454e1d8

Choose a tag to compare

Improvements

  • #4 Add node_instance_profile_arn output

Bug fixes

  • #5 Fix error applying plan when enable_kubectl is set to false
  • #3 Use additional constraints to reduce matches to a single VPC

Contributors

@eana