This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Releases: hashicorp/terraform-aws-consul
Releases · hashicorp/terraform-aws-consul
v0.11.0
Description
- Terraform 1.0 upgrade: We have verified that this repo is compatible with Terraform
1.0.x!- From this release onward, we will only be running tests with Terraform
1.0.xagainst this repo, so we recommend updating to1.0.xsoon! - To give you more time to upgrade, for the time being, all modules will still support Terraform
0.15.1and above, as that version has several features in it (required_providerswithsourceURLs) that make it more forwards compatible with1.0.x.
- From this release onward, we will only be running tests with Terraform
Related links
v0.10.1
v0.10.0
Description
- Terraform 0.15 upgrade: We have verified that this repo is compatible with Terraform
0.15.x!- From this release onward, we will only be running tests with Terraform
0.15.xagainst this repo, so we recommend updating to0.15.xsoon! - To give you more time to upgrade, for the time being, all modules will still support Terraform
0.12.26and above, as that version has several features in it (required_providerswithsourceURLs) that make it more forwards compatible with0.15.x. - Once all Gruntwork repos have been upgrade to work with
0.15.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.
- From this release onward, we will only be running tests with Terraform
Related links
v0.9.3
Modules affected
install-consul
Description
- Update
install-consulto detect the CPU architecture type (e.g., amd64, arm64, etc) and automatically install the appropriate Consul binary for that architecture.
Special thanks
- Thank you to @izzyleung for the contribution!
Related links
v0.9.2
v0.9.1
Modules affected
setup-systemd-resolved
Description
- We are now testing this repo with Ubuntu 20.04. Other than updates to docs, examples, and tests, the only change to a module required to make the code work was an install check in the
setup-systemd-resolvedmodule. There should be no change to behavior / functionality.
Special thanks
- Thank you to @mpluhar for the contribution!
Related links
v0.9.0
Modules affected
consul-client-security-group-rulesconsul-clusterconsul-iam-policiesconsul-security-group-rulesinstall-consulinstall-dnsmasqrun-consulsetup-systemd-resolved
Description
- Terraform 0.14 upgrade: We have verified that this repo is compatible with Terraform
0.14.x!- From this release onward, we will only be running tests with Terraform
0.14.xagainst this repo, so we recommend updating to0.14.xsoon! - To give you more time to upgrade, for the time being, all modules will still support Terraform
0.12.26and above, as that version has several features in it (required_providerswithsourceURLs) that make it more forwards compatible with0.14.x. - Once all Gruntwork repos have been upgrade to work with
0.14.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.
- From this release onward, we will only be running tests with Terraform
Related links
v0.8.6
Modules affected
install-consul
Description
- Fix a bug in how
install-consulchecks that theconsulbinary was installed correctly to handle the case where the install dir has restricted permissions.
Special thanks
- Thank you to @yardbirdsax for the fix!
Related links
v0.8.5
WARNING: This release may be backwards incompatible with Consul versions before 1.9.0. We should've bumped the version number to v0.9.0, but it's too late to do that now. See #220 for more details.
Modules affected
run-consul
Description
- Update the
run-consulscript to set two configs differently: first, we setdisable_compat_1.9 = trueintelemetryand second, to enable the UI, we set aui_configblock instead of the olduiattribute. - Update all Consul examples and automated tests to use Consul
1.9.2.