Skip to content

Releases: Azure/terraform-azurerm-aks

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.

Support for output for `kube_admin_config`

21 Jan 03:48
7ebc326
Compare
Choose a tag to compare

Support for output for kube_admin_config:
admin_client_key,
admin_client_certificate,
admin_cluster_ca_certificate,
admin_host,
admin_username,
admin_password

Version Constraint Fix

28 Dec 02:26
c73aafb
Compare
Choose a tag to compare

Change Version Constraint to allow for minor Azurerm Provider releases

New Enhancement

18 Dec 08:56
773a10c
Compare
Choose a tag to compare

Support for new variables network_policy,net_profile_dns_service_ip, net_profile_docker_bridge_cidr, net_profile_outbound_type (defaults to loadBalancer), net_profile_pod_cidr, net_profile_service_cidr, agents_pool_name (defaults to nodepool), enable_node_public_ip (defaults to false), agents_availability_zones, agents_labels , agents_type (defaults to VirtualMachineScaleSets), agents_tags , agents_max_pods.

New Enhancement

11 Dec 06:00
a6acfa2
Compare
Choose a tag to compare
  1. Added tags to azurerm_log_analytics_solution, which requests the minimal Azurerm Version v2.34.0
  2. Supports for new variable sku_tier, defaults to Free
  3. Expose a new variable kubelet_identity for azurerm_kubernetes_cluster.main.kubelet_identity
  4. Supports for new variable enable_kube_dashboard, defaults to null
  5. Supports for new variable network_plugin, defaults to kubenet