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