Releases: squareops/terraform-aws-eks
v5.2.1
v5.2.0
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
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
What's Changed
- Release 5.1.0
- Removed default nodegroup and addons codebase
- Updated EKS version
v4.0.9
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
v4.0.7
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
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
v4.0.4
Release Note:
Feature Enhancement:
- New functionality to create both private and public+private clusters.
- Users can now specify whether they want to create a private cluster or a public+private cluster.
- This feature enhances flexibility and security options for cluster deployments.