Releases: sassoftware/viya4-iac-aws
8.7.0 - January 17, 2025
Release Notes
- The use of ingress and egress arguments for
aws_security_group_rule
resources has been replaced with explicitly creating
aws_vpc_security_group_egress_rule
andaws_vpc_security_group_ingress_rule
resources according to best practices. The change
should eliminate the possibility that security group rules might be overwritten across multiple terraform apply operations.
ENHANCEMENTS:
- #310: feat: (PSKD-814) Default K8s version is 1.30, add support for 1.31
BUG FIXES:
8.6.0 - October 31, 2024
Release Notes
-
Terraform version was updated from
1.8.5
to1.9.6
. -
If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.9.6 will be included in the image.
-
If you run this project directly on your machine by executing Terraform CLI commands, ensure you have at least version 1.9.6 installed. See installation documentation from HashiCorp. Update the CLI binaries and run
terraform init -upgrade
to pull down the latest provider and module updates. -
Updating to the 20.x version of the terraform-aws-eks module introduces the following change in behavior (see details in the UPGRADE-20.0 document):
- Support for cluster access management has been added with the default authentication mode set as API_AND_CONFIG_MAP. This is a one way change if applied; if you wish to use CONFIG_MAP, you will need to set authentication_mode = "CONFIG_MAP" explicitly when upgrading.
ENHANCEMENTS:
- #307 feat: (PSKD-347) AWS Q4 Tool Version Updates
8.5.1 - September 19, 2024
BUG FIXES:
- #302 fix: (PSKD-678) viya4-aws-iac creates an incomplete IAM policy for the autoscaler Service Account redo
- #303 fix: (PSKD-434) (PSKD-702) AWS no longer has a default storage class with K8s 1.30
DOCUMENTATION:
- #304 docs: Elaborate code review process in CONTRIBUTING.md
ACKNOWLEDGEMENTS:
Thanks to @bkoprivica for his code contribution to this project in PR #292 to help remediate an autoscaler IAM policy issue handled by PR #302.
8.5.0 - August 29, 2024
ENHANCEMENTS:
- #297 feat: (PSKD-517) Add Support for K8s 1.30
8.4.0 - July 22, 2024
8.3.0 - May 17, 2024
RELEASE NOTES:
Terraform version was updated from 1.7.3
to 1.8.3
.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.8.3 will be included in the image.
- If you run this project directly on your machine by executing terraform CLI commands, ensure you have at least version 1.8.3 installed. See installation documentation from HashiCorp.
ENHANCEMENTS:
- #289: feat: (IAC-1435) AWS - Security Scan 2024.05
8.2.0 - April 18, 2024
8.1.1 - February 15, 2024
BUG FIXES:
- #269: fix: (IAC-922) Assign tags to resources missing them
8.1.0 - January 19, 2024
RELEASE NOTES:
Terraform version was updated from 1.6.3 to 1.6.6.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.6.6 will be included in the image.
- If you run this project directly on your machine by executing terraform CLI commands, ensure you have at least version 1.6.6 installed. See installation documentation from HashiCorp.
ENHANCEMENTS:
- #258: feat: (IAC-1265) AWS - Support K8s 1.28 in Viya 2024.02
- #261: feat: (IAC-1259) AWS - Security scan 2024.01
- #262: feat: (IAC-1259) AWS - Security scan 2024.01
CHORES:
8.0.1 - December 12, 2023
CHORES:
- #215: chore: (IAC-1119) add a description for all Terraform outputs without one