Releases: SPHTech-Platform/terraform-aws-eks
Releases · SPHTech-Platform/terraform-aws-eks
v0.14.1-alpha
What's Changed
Full Changelog: v0.14.0...v0.14.1-alpha
v0.14.0
What's Changed
- Refactor fargate profile to only create securitygrouppolicy optionally, and create it part of fargate EKS cluster deployment by @thepoppingone in #72
- Upgrade cert-manager to 1.12, also set default EKS version to 1.27 by @thepoppingone in #71
- Add flag to disable bottlerocket update operator by @niroz89 in #74
Full Changelog: v0.13.2...v0.14.0
v0.13.3-alpha
What's Changed
- Refactor fargate profile to only create securitygrouppolicy optionally, and create it part of fargate EKS cluster deployment by @thepoppingone in #72
- Upgrade cert-manager to 1.12, also set default EKS version to 1.27 by @thepoppingone in #71
Full Changelog: v0.13.2...v0.13.3-alpha
v0.13.2
What's Changed
- hot fix for for_each error in Fargate profile by @thepoppingone in #73
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- Use 10260 instead of 10250 due the same port used by kubelet in fargate by @thepoppingone in #69
- Add block mappings to customize volume size by @thepoppingone in #67
- add cluster version and cluster platform version outputs by @uchinda-sph in #70
- Remove default namespace from being selected by fargate, also adds secgrouppolicies for essentials namespace along with kube-system namespace by @thepoppingone in #68
Full Changelog: v0.13.0...v0.13.1
v0.13.0
v0.12.12
What's Changed
- Add Essentials namepsace to fargate selector and refactor files by @thepoppingone in #64
Full Changelog: v0.12.11...v0.12.12
How to use Fargate for all default and essentials pods
- set
fargate-cluster = true
in main EKS module - After successful Terraform apply, run
kubectl rollout restart deploy -n <namespace>
- All pods will be restarted gracefully without terminating the old pods to the new fargate nodes
v0.12.11
v0.12.10
What's Changed
- Add vars for fargate ns and fargate logger configmap by @thepoppingone in #63
Full Changelog: v0.12.9...v0.12.10