Skip to content

9.0.0 - February 15, 2024

Compare
Choose a tag to compare
@riragh riragh released this 15 Feb 15:35
· 19 commits to main since this release
0e86839

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