Skip to content

Releases: sassoftware/viya4-iac-azure

9.2.0 - April 18, 2024

18 Apr 14:04
7ce32d8
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #372: feat: (IAC-1386) EncryptAtHost changes for NIST
  • #374: feat: (IAC-1377) Add Support for K8s 1.29
  • #376: feat: (IAC-1401) Updated az CLI version to remediate the security vulnerabilities

DOCUMENTATION:

  • #375: docs: (IAC-1412) Updated copyright to 2024

9.1.0 - March 21, 2024

21 Mar 15:06
f12ea54
Compare
Choose a tag to compare

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

15 Feb 15:35
0e86839
Compare
Choose a tag to compare

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 for aks_network_policy in combination with the aks_network_plugin and aks_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

19 Jan 14:35
9e907cd
Compare
Choose a tag to compare

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

30 Nov 18:34
18c34b8
Compare
Choose a tag to compare

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

19 Oct 13:09
d20ef07
Compare
Choose a tag to compare

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

21 Sep 14:32
2e38a04
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #290: feat: (IAC-1001) Add ability to set allocation method for public ips of jump and nfs vms

DOCUMENTATION:

  • #336: docs: (IAC-1084) Update All SAS Doc links from documentation.sas.com to go.documentation.sas.com

8.1.0 - August 18, 2023

18 Aug 14:03
f6acba3
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #331: feat: (IAC-1124) add K8s 1.27 support, set kubectl default to 1.26

DOCUMENTATION:

  • #332: docs: (IAC-1138) jump server cloud-init file permissions & ownership
  • #334: docs: (IAC-1112) Updated importing azure resource example in Troubleshooting.md

8.0.0 - July 20, 2023

20 Jul 17:52
cc1e0f5
Compare
Choose a tag to compare

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

7.2.0 - June 26, 2023

26 Jun 18:03
60f6d5d
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #322: feat: (IAC-1035) Remediate high security vulnerabilities

DOCUMENTATION:

  • #324: docs: (IAC-1081) Update CDS Postgres URLs in CONFIG VARS documentation