9.0.0 - February 15, 2024
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 foraks_network_policy
in combination with theaks_network_plugin
andaks_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