Skip to content

8.0.0 - July 20, 2023

Compare
Choose a tag to compare
@riragh riragh released this 20 Jul 17:52
· 59 commits to main since this release
cc1e0f5

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 use NFSv4.1 failed as the NFS version value was hardcoded to 3, which caused NFS mounts to fail when netapp_protocols is set to NFSv4.1.
      This change updates the NFS version default to v4.1 for both storage_type = "standard" and storage_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