Skip to content

Releases: squareops/terraform-aws-eks

v5.2.1

15 Jan 12:26
d882967
Compare
Choose a tag to compare

RELEASED NOTES

  1. Added support of AL2 and Bottlerocket AMI for all AWS regions

v5.2.0

11 Dec 14:05
1fab8e7
Compare
Choose a tag to compare

Features added:-

  • Added custom AMI feature, now user can pass custom AMI ID for worker nodes.
  • Updated nodegroup resource name in EKS, removed environment as prefix from node group name.

v5.1.1

21 Oct 05:37
9f7d622
Compare
Choose a tag to compare

New releases and fixes:-

  • Added bottlerocket AMI support for both arm and amd based architectures.
  • Added an option to pass launch template name while creating custom managed AWS node group.
  • Added tags on AWS resources to track cost.

v5.1.0

20 Aug 08:40
ceb3295
Compare
Choose a tag to compare

What's Changed

  • Release 5.1.0
  • Removed default nodegroup and addons codebase
  • Updated EKS version

v4.0.9

18 Apr 08:06
0d33012
Compare
Choose a tag to compare

Release Note

Functionality Enhancements

1. Resource Tag Management:
Users can now add, remove, or modify tags on resources created through this module. This enhancement offers greater flexibility in managing resource metadata and improves resource organization and tracking.

2. Cluster Log Retention Period Editing:
The ability to edit the log retention period for EKS cluster logs has been added. Users can now adjust the retention period according to their specific requirements, providing better control over log management and cost optimization.

3. VPC Flow Logs Configuration:
Users now have the capability to edit the retention period for VPC flow logs directly from the module. This feature enables users to modify the retention period for their VPC flow logs, enhancing network visibility and security monitoring capabilities.

v4.0.8

08 Apr 13:14
4ffe046
Compare
Choose a tag to compare

Release Note

This release removes the installation of AWS VPC CNI add-ons. This change simplifies the deployment process and ensures a more streamlined Kubernetes environment.

v4.0.7

02 Apr 14:13
a1e9208
Compare
Choose a tag to compare

Release Note

1. Enhanced Module Structure
The module structure has been optimized to seamlessly incorporate Graviton support without sacrificing clarity or ease of use. This ensures that users can effortlessly integrate the latest features into their Terraform configurations.

v4.0.6

02 Apr 11:06
d68c9eb
Compare
Choose a tag to compare

Release Note:

1. New Features:
Added support for creating AWS managed node groups with Graviton instance types in the Terraform module.

2. Enhancements:
Improved flexibility by enabling users to specify architecture preferences for managed node groups, including AMD64 and Graviton (ARM64) architectures.

v4.0.5

01 Apr 05:20
276a9b8
Compare
Choose a tag to compare

Release Note

Bug fixes

  1. Resolved the bug of ebs csi driver.

v4.0.4

28 Mar 13:30
359a5b9
Compare
Choose a tag to compare

Release Note:

Feature Enhancement:

  1. New functionality to create both private and public+private clusters.
  2. Users can now specify whether they want to create a private cluster or a public+private cluster.
  3. This feature enhances flexibility and security options for cluster deployments.