5.0.0 - May 10, 2022
Breaking changes:
- #122: (IAC-422) Update EKS Module
- This change requires updates to Terraform AWS provide plugin versions that will require 'terraform init' to be run, hence cannot be run with AWS infrastructure created with prior release versions of viya4-iac-aws. When manually running 'terraform init', AWS EKS cluster created with prior versions of viya4-iac-aws that uses Launch Configuration, will be destroyed and new EKS cluster using Launch Templates will be created. When running manually with the new code the 'terraform init' will pull down modules needed for 5.0.0 and will replace what's there for 4.0.0. This will then cause issues when one tries 'terraform apply/plan'. And with these changes the cluster are not compatible.
- #132: (IAC-502) support processor type in node pools
- This change adds 'cpu_type' key values for 'var.node_pools' map in variables.tf, and requires the user to update their variable definition files 'terraform.tfvars'