Skip to content

8.6.0 - October 31, 2024

Latest
Compare
Choose a tag to compare
@dhoucgitter dhoucgitter released this 31 Oct 20:14
0400a7b

Release Notes

  • Terraform version was updated from 1.8.5 to 1.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