Releases: Azure/terraform-azurerm-aks
Releases · Azure/terraform-azurerm-aks
6.2.0
6.1.0
ENHANCEMENTS:
- Add
aci_connector_linux
addon. #230 - Restrict Terraform Core version for example cod to
>= 1.2
. #253 - Adds support for Ultra Disks by enabling the option. #245
- Add new outputs:
cluster_fqdn
,cluster_portal_fqdn
andcluster_private_fqdn
. #251 - Add new variable
maintenance_window
so we can setmaintenance_window
argument forazurerm_kubernetes_cluster
resource. #256 - Change Terraform AzureRM Provider version to
>= 3.21
. #248
BUG FIXES:
- Make the Azure Defender clause robust against a non-existent
log_analytics_workspace
. #258
6.0.0
6.0.0 (August 10, 2022)
The goal of v6.0.0 is to add a GitHub Action-based CI pipeline and introduce modern acceptance tests to ensure that future pull requests to this module meet our new standard for AzureRM modules.
ENHANCEMENTS:
- Loose the restriction on
tls
provider's version to include major version greater than 3.0. #228 - Mark some outputs as sensitive. #231
- Output Kubernetes Cluster Name. #234
- Add Microsoft Defender support. #232
- Add outputs for created Log Analytics workspace. #243
BUG FIXES:
- Update hashicorp/terraform-provider-azurerm to version 3.21.0. #238
5.0.0
V5.0.0 is a major version upgrade and a lot of breaking changes have been introduced. Extreme caution must be taken during the upgrade to avoid resource replacement and downtime by accident.
4.16.0
4.15.0
4.14.0
Add support to ingress application gateway.
Support for `enable_host_encryption`
Support for enable_host_encryption
Add variable `identity_type` and `user_assigned_identity_id`
Add variable identity_type
and user_assigned_identity_id
Add variable `cluster_name` and `cluster_log_analytics_workspace_name`
Add variable cluster_name
to enable customization of cluster name and cluster_log_analytics_workspace_name
to customize log analytics workspace name