Releases: sassoftware/viya4-iac-azure
9.2.0 - April 18, 2024
9.1.0 - March 21, 2024
RELEASE NOTES:
Terraform version was updated from 1.6.6
to 1.7.3
.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.7.3 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.7.3 installed. See installation documentation from HashiCorp.
ENHANCEMENTS:
- #368: feat: (IAC-1233) Azure tool version updates
BUG FIXES:
- #365: fix: (IAC-1321) updates to create NSG in network rg
CHORE:
- #366: chore: (IAC-1341) Disable Blank GitHub Issues & Add Feature Request Template
9.0.0 - February 15, 2024
Major Version Update
v9.0.0 of the viya4-iac-azure is a major version update - some behaviors have changed. See details below in breaking changes.
BREAKING CHANGES:
- #360: feat!: (IAC-1009) Add support for Azure CNI Overlay
-
The default value for
aks_network_policy
was changed from "azure" to null. This lines up the code correctly with the values supported foraks_network_policy
in combination with theaks_network_plugin
andaks_network_plugin_mode
.This change will not affect the new users, but existing users using
aks_network_policy
will be affected by the change. Upgrading an existing cluster to use CNI Overlay has a few restrictions, one of which is the existing cluster should not have network policies enabled. If you are upgrading an existing cluster see details here Upgrade an existing cluster to CNI Overlay.
-
ENHANCEMENTS:
- #361: feat: (IAC-1336) Add support for specifying K8s support plan
- #364: feat: (IAC-1346) Update external Postgres server default version to 15
DOCUMENTATION:
- #362: docs: (IAC-1307) Document update for network policy
8.5.0 - January 19, 2024
RELEASE NOTES:
Terraform version was updated from 1.6.4
to 1.6.6
.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.6.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.6.6 installed. See installation documentation from HashiCorp.
ENHANCEMENTS:
- #357: feat: (IAC-1264) Add support for K8s 1.28
- #358: feat: (IAC-1260) Update Dependencies to remediate security vulnerabilities
CHORE:
- #345: chore: (IAC-1196) Update path pattern to support additional branches
8.4.0 - November 30, 2023
RELEASE NOTES:
Terraform version was updated from 1.4.5 to 1.6.4.
- If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.6.4 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.6.4 installed. See installation documentation from HashiCorp.
ENHANCEMENTS:
- #344: feat: (IAC-1191) Remediate the security vulnerabilities
- #352: feat: (IAC-1221) Update terraform and terraform provider versions
DOCUMENTATION:
- #349: docs: (IAC-1205) Update SAS doc links
- #347: docs: (IAC-802) Added note for setting CIDR range to avoid security violation
CHORE:
- #348: chore: (IAC-1238) Resolve TFLint issue
8.3.0 - October 19, 2023
ENHANCEMENTS:
- #297: feat: (IAC-950) Add the possibility to specify private dns zone resource id to use for AKS private cluster
DOCUMENTATION:
- #338: docs: (IAC-1157) updated incorrect storage_mb default value in CONFIG-VARS
- #339: docs: (IAC-1156) Added Postgres example in separate sample input file
BUG FIXES:
- #341: fix: (IAC-1072) Enabling North-South traffic
8.2.0 - September 21, 2023
8.1.0 - August 18, 2023
8.0.0 - July 20, 2023
Major Version Update
v8.0.0 of the viya4-iac-azure is a major version update - some behaviors have changed and provider version was updated. See details below in breaking changes.
BREAKING CHANGES:
- #325: feat!: (IAC-1021) NFS version default updated to 4.1
-
An IaC/DaC deployment configured to use Azure NetApp with the default value
NFSv3
for netapp_protocols, caused sas-consul-server, redis and logging/monitoring to hit file lock issues upon restart of the AKS cluster. Updating to useNFSv4.1
failed as the NFS version value was hardcoded to 3, which caused NFS mounts to fail whennetapp_protocols
is set toNFSv4.1
.
This change updates the NFS version default tov4.1
for bothstorage_type = "standard"
andstorage_type = "ha"
.This is a breaking change: Upgrading to this new change will result in replacing the existing NFS VM or Azure NetApp Volume which will result in data loss affecting your existing SAS Viya Platform deployment.
To avoid SAS Viya Platform deployment data loss perform backup by following the SAS Documentation.
-
ENHANCEMENTS:
- #329: feat: (IAC-1100) Update terraform azurerm provider version to support flexible postgreSQL version 15
BUG FIXES:
- #327: fix: (IAC-1090) Fixed jumpvm cloud-init causing Viya deployment failure