Skip to content

6.0.0 - May 25, 2023

Compare
Choose a tag to compare
@dhoucgitter dhoucgitter released this 25 May 15:02
· 78 commits to main since this release
5e8459b

Major Version Update

v6.0.0 of viya4-iac-aws is a major version update - behavior has changed. See details below in breaking changes.

BREAKING CHANGES:

  • #206: feat!: (IAC-969) Update Terraform version to latest - 1.4.5
    • Terraform version was updated from 1.0.0 to 1.4.5.
    • If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.4.5 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.4.5 installed. See installation documentation from HashiCorp.

ENHANCEMENTS:

  • #193: feat: (IAC-168) added efs_throughput_mode & rate variables needed in iac-aws terraform.tfvars
  • #175: feat: (IAC-811) Automated Terraform Formatting
  • #176: feat: (IAC-811) Added GitHub Actions (hadolint, shellcheck, tflint) to the AWS repo.

DOCUMENTATION:

  • #195: docs: (IAC-948) fixed viya4-iac-aws doc points to AWS EKS doc