Skip to content

Releases: sassoftware/viya4-iac-azure

9.5.0 - August 29, 2024

29 Aug 14:49
362c050
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #393: feat: (PSKD-516) Add Support for K8s 1.30

9.4.0 - June 28, 2024

28 Jun 17:28
235032e
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #387: feat: (IAC-1024) Update IAC Sample Sizing

9.3.0 - May 17, 2024

17 May 17:45
df730eb
Compare
Choose a tag to compare

RELEASE NOTES:

Terraform version was updated from 1.7.3 to 1.8.2.

  • If you run this project using a Docker container, pull the latest release and rebuild the image using the provided Dockerfile, Terraform 1.8.2 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.8.2 installed. See installation documentation from HashiCorp.

ENHANCEMENTS:

  • #381: feat: (IAC-600) Add support for Microsoft Entra authentication with Kubernetes RBAC
  • #382: feat: (IAC-1436) Updated terraform version to fix security vulnerability

DOCUMENTATION:

  • #383: docs: (IAC-1460) Update the diagram in readme to reflect the NetApp icon change

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