Skip to content

Releases: sassoftware/viya4-iac-azure

6.2.0 - February 17, 2023

17 Feb 19:23
b4c783b
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #280: feat: (IAC-804): Use device UUID in mount to avoid NFS issues due to restarts
  • #282: feat: (IAC-899) Update kubernetes_version to 1.23.12

DOCUMENTATION:

  • #275: docs: (IAC-864) Update SAS Viya name in documentation

6.1.0 - December 19, 2022

19 Dec 19:05
36d2104
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #268: feat: (IAC-438): Increase default node count and size for minimal cluster config
  • #269: feat: (IAC-639): Implement aks_cluster_sku_tier

DOCUMENTATION:

  • #266: docs: (IAC-697): Updated the min_nodes value for compute node to 1
  • #271: docs: (IAC-812): Updated S2 example file For SingleStore configuration with HA storage

6.0.0 - October 20, 2022

20 Oct 15:19
192b628
Compare
Choose a tag to compare

Major Version Update

v6.0.0 of the viya4-iac-azure is a major version update - some behaviors have changed, new resources were added and some deprecated resources have been removed. See details below in breaking changes.

BREAKING CHANGES:

  • #257 feat: (IAC-403): Update AzureRM Terraform provider version
    • The Azure provider version was updated from 2.62.0 to 3.26.0. This was major version upgrade from terraform with multiple breaking changes. These changes are backwards incompatible. The changes were made by following the 3.0 upgrade guide.
    • For details on the affected fields/resources see the comparison table here
  • #261 feat: (IAC-91) Support of Azure DB for PostgreSQL Flexible Server
    • Support for creating PostgreSQL Flexible Server has now added to viya4-iac-azure. Currently we only support the networking option: Public access (allowed IP addresses). The support for Private access (VNet integration) will be added later.
    • If there is any specific need for PostgreSQL Single Server, please use the previous 5.x version of viya4-iac-azure

ENHANCEMENTS:

  • #263 feat: (IAC-643): Enable specification of azurerm_netapp_volume.anf.network_features

DOCUMENTATION:

  • #262 docs: (IAC-703) Update server_version notes
  • #264 docs: (IAC-403): documentation updates
  • #265 docs: (IAC-755): Added note in Readme for users trying to upgrade major version
  • #260 docs: (IAC-487): update doc for security findings

5.3.0 - September 01, 2022

01 Sep 19:45
e257fd8
Compare
Choose a tag to compare

ENHANCEMENTS:

  • #254: feat: (IAC-583): AKS add support for K8s 1.24

Note: For Kubernetes clusters running v1.24+, the following warning message from hashicorp/terraform-provider-kubernetes is expected:
Warning: 'default_secret_name' is no longer applicable for Kubernetes 'v1.24.0' and above
See hashicorp/terraform-provider-kubernetes#1792 (comment)

5.2.0 - August 18, 2022

18 Aug 19:29
6c7450d
Compare
Choose a tag to compare

FEATURES:

  • #242: feat: (IAC-451) Add singlestore support to Azure IAC

BUG FIXES:

  • #245: fix: (IAC-506) Modified if-else logic to be readable and avoid duplicates

DOCUMENTATION:

  • #251: docs: (IAC-451) Use SingleStore for external naming, refine subnet comment

5.1.0 - June 17, 2022

17 Jun 19:17
a2ccec5
Compare
Choose a tag to compare

#237: (IAC-543) Azure - support for k8s 1.23 and dropping 1.20 in June cadence

5.0.0 - April 28, 2022

28 Apr 14:36
a5b9638
Compare
Choose a tag to compare

Breaking Change.

  • Deploying a new Viya 4 2021.2.5 or earlier orders you must use the sample-input-connect.tfvars file.
  • Deploying a new Viya 4 2021.2.6 and newer order is handled by this update. No changes are needed.
  • Updating your cluster to use a Viya 4 2021.2.6 and newer order and not removing the Connect node pool requires no change.
  • Updating your cluster to use a Viya 4 2021.2.6 and newer order and you do want to remove the Connect node pool you have, see sas-updates.md.

#229: (IAC-503) Remove connect class references from iac-azure
#232: (IAC-530) added git share directive for viya4-iac-azure
#233: (IAC-533) New Readme for remove connect class

4.5.0 - April 14, 2022

14 Apr 19:46
6193b95
Compare
Choose a tag to compare

#227 : (IAC-374) Update BYO Subnet Documentation

4.4.0 - March 18, 2022

18 Mar 15:55
9151279
Compare
Choose a tag to compare

#214 : (IAC-373) rename to cluster_egress_type
#224 : (IAC-449) Fix location to drop space else deployment fails

4.3.0 - March 1, 2022

01 Mar 19:30
6b1e2f5
Compare
Choose a tag to compare

#223 : (IAC-407) feature: Enable running static checks in Azure IaC repo via pre-commit tool