Cookpad Terraform Aws Eks Versions Save

A Terraform module to Provision AWS Elastic Kubernetes (EKS) clusters and worker nodes

1.24.0

11 months ago

1.24.0-rc1

1 year ago

Please read UPGRADING.md.

What's Changed

Other Changes

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.23.0...1.24.0-rc1

1.23.0

1 year ago

What's Changed

Enhancements πŸŽ‰

Other Changes

New Contributors

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.22.0...1.23.0

1.23.0-rc2

1 year ago

What's Changed

Enhancements πŸŽ‰

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.23.0-rc1...1.23.0-rc2

1.23.0-rc1

1 year ago

What's Changed

Enhancements πŸŽ‰

Other Changes

New Contributors

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.22.0...1.23.0-rc1

1.22.2

1 year ago

Enhancements πŸŽ‰

  • Support custom configuration values for addons #331

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.22.1...1.22.2

1.22.1

1 year ago

Bug Fixes 🚧

  • Fix bug where wrong bottlerocket volume is resized by @errm in #323

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.22.0...1.22.1

1.22.0

1 year ago

What's Changed

Breaking Changes πŸ’₯

Other Changes

New Contributors

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.21.0...1.22.0

1.22.0-rc2

1 year ago

What's Changed

Enhancements πŸŽ‰

  • Upgrade to k8s 1.22 .
  • Add new EKS Addons: vpc-cni, ebs-csi (were added in previous releases: coreDNS and kube-proxy). AWS Doc
  • Enabled IMDSv2 by default (disable it if using kube2iam), Security team requirement. checker: aws ec2 describe-instances --region <region> --instance-id <instance-id> --query "Reservations[0].Instances[0].MetadataOptions"

Other Changes

  • Removed yaml k8s addons: nvidia, aws-node-termination-handler, metrics-server, pod_nanny (PR) only remains cluster-autoscaler, upgraded to latest version. The idea is that terraform doesn't manage anymore k8s components in future releases, just the AWS Addons. So Flux or any GitOps system should manage k8s components.

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.21.0...1.22.0

1.22.0-rc1

1 year ago

What's Changed

Enhancements πŸŽ‰

  • Upgrade to 1.22 .
  • Update helm Addons to latest version.
  • Add new EKS Addons: vpc-cni, ebs-csi.

Full Changelog: https://github.com/cookpad/terraform-aws-eks/compare/1.21.0...1.22.0