Major Version Update
v10.0.0 of the viya4-iac-azure is a major version update - some behaviors have changed, new resources were added and some deprecated resources have been removed. See details below in breaking changes.
BREAKING CHANGES:
- #401 feat!: (PSKD-348) Dependency version update
- The Terraform Azure provider
azurerm
version was updated from3.92.0 -> 4.3.0
. This was major version upgrade with multiple breaking changes. These changes are backwards incompatible. The changes were made by following the 4.0 upgrade guide. - Azure CLI version was updated from
2.59.0 -> 2.64.0
. This update has breaking changes which are backwards incompatible. Starting from the version 2.64.0 of Azure CLI, the base Linux distribution of Azure CLI is now Azure Linux. Support for Alpine docker image was dropped. See Release notes here.
- The Terraform Azure provider
- Please make sure to use the updated Dockerfile and example files.
ADDITIONAL NOTES:
- Terraform version was updated from
1.8.2
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.
DOCUMENTATION:
- #398 docs: Elaborate code review process in CONTRIBUTING.md
CHORE:
- #406 chore: (PSKD-886) Update AZ cli path for container-structure-test