Skip to content

Releases: Azure/terraform-azurerm-aks

5.0.0

09 Aug 02:49
6a1f730
Compare
Choose a tag to compare

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

02 Jun 06:42
Compare
Choose a tag to compare

4.16.0 (June 02, 2022)

ENHANCEMENTS:

  • Added output for addon_profile (#151)
  • Adding Microsoft SECURITY.MD (#167)
  • Added variable os_disk_type for default node pools (#169)

BUG FIXES:

  • Trivial fix to the example in the README (#166)

4.15.0

06 May 04:28
Compare
Choose a tag to compare

4.15.0 (May 06, 2022)

ENHANCEMENTS:

  • Added output for kube_admin_config_raw (#146)
  • Include node_resource_group as variable (#136)

BUG FIXES:

4.14.0

28 Jan 02:31
Compare
Choose a tag to compare

Add support to ingress application gateway.

Support for `enable_host_encryption`

19 Jul 01:47
1f842d2
Compare
Choose a tag to compare

Support for enable_host_encryption

Add variable `identity_type` and `user_assigned_identity_id`

25 May 01:32
5413bbf
Compare
Choose a tag to compare

Add variable identity_type and user_assigned_identity_id

Add variable `cluster_name` and `cluster_log_analytics_workspace_name`

24 May 01:44
cb3b833
Compare
Choose a tag to compare

Add variable cluster_name to enable customization of cluster name and cluster_log_analytics_workspace_name to customize log analytics workspace name

Fix `nonsensitive(azurerm_kubernetes_cluster.main.kube_config_raw)` breaks the 0.14 users

07 May 01:59
1e7d9a3
Compare
Choose a tag to compare

Fix nonsensitive(azurerm_kubernetes_cluster.main.kube_config_raw) breaks the 0.14 users

Fix to mark kube_config_raw output as non-sensitive

29 Apr 09:15
10f8a4c
Compare
Choose a tag to compare

Fix to mark kube_config_raw output as non-sensitive in terraform 0.15 to avoid error message in output

Fix disabling `enable_log_analytics_workspace` returns error

19 Feb 07:38
4e06e32
Compare
Choose a tag to compare

Fix the problem when we try to disable enable_log_analytics_workspace, it returns error Error: waiting for update of Managed Kubernetes Cluster "<cluster_name>" (Resource Group "<rg_name>"): Code="GetLogAnalyticsWorkspaceError" Message="Unable to get log analytics workspace info. Resource ID: /subscriptions/<subscription_id>/resourcegroups/<rg_name>/providers/microsoft.operationalinsights/workspaces/<log_analytics_workspace_id>. Details: autorest/azure: Service returned an error. Status=404 Code=\"ResourceNotFound\" Message=\"The Resource 'Microsoft.OperationalInsights/workspaces/<log_analytics_workspace_id>' under resource group '<rg_name>' was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix\". For more details about how to create and use log analytics workspace, please refer to: https://aka.ms/new-log-analytics". Because removing block oms_agent will not disable the enable_log_analytics_workspace.