Skip to content

7.0.0 - August 9, 2023

Compare
Choose a tag to compare
@dhoucgitter dhoucgitter released this 09 Aug 14:05
· 69 commits to main since this release
c0a6941

Major Version Update

v7.0.0 of viya4-iac-aws is a major version update - provider and module versions were updated, an input variable was deprecated and behavior has changed. See details below in breaking changes.

BREAKING CHANGES:

  • #218: feat!: (IAC-722) update terraform-aws-eks module version
    • The aws provider version was updated from 3.76.1 to 5.4.0.
    • If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, the updated versions of the modules and providers will be installed.
    • If you run this project directly on your machine by executing terraform CLI commands, run terraform init --upgrade to install the updated required versions of the modules and providers. See init documentation from HashiCorp.

ENHANCEMENTS:

  • #221: feat: (IAC-722) restore previous aws-rds module behavior, set create_random_password=false