4.2 KiB
4.2 KiB
5.0.0 (July 14, 2022)
ENHANCEMENTS:
- Variable
enable_kube_dashboard
has been removed as #181 described. (#187) - Add new variable
location
so we can define location for the resources explicitly. (#172) - Bump AzureRM Provider version to 3.3.0. (#157)
- Add new variable
private_dns_zone_id
to make argumentprivate_dns_zone_id
configurable. (#174) - Add new variable
open_service_mesh_enabled
to make argumentopen_service_mesh_enabled
configurable. (#132) - Remove
addon_profile
in the outputs since the block has been removed from provider 3.x. Extract embedded blocks insideaddon_profile
block into standalone outputs. (#188) - Add
nullable = true
to some variables to simplify the conditional expressions. (#193) - Add new variable
oidc_issuer_enabled
to make argumentoidc_issuer_enabled
configurable. (#205 - Add new output
oidc_issuer_url
to expose the created issuer URL from the module. #206) - Turn monitoring on in the test code. (#201)
- Add new variables
private_dns_zone_id
andprivate_cluster_public_fqdn_enabled
to make argumentsprivate_dns_zone_id
andprivate_cluster_public_fqdn_enabled
configurable. (#149) - Remove
module.ssh-key
and moves resourcetls_private_key
inside the module to root directory, then outputs tls keys. (#189) - Add new variables
rbac_aad_azure_rbac_enabled
andrbac_aad_tenant_id
to make arguments inazure_active_directory_role_based_access_control
configurable. (#199) - Add
count
meta-argument to resourcetls_private_key
to avoid the unnecessary creation. (#209) - Add new variable
only_critical_addons_enabled
to make argumentonly_critical_addons_enabled
in blockdefault_node_pool
configurable. (#129) - Add support for the argument
key_vault_secrets_provider
. (#214) - Provides a way to attach existing Log Analytics Workspace to AKS through Container Insights. (#213)
- Add new variable
local_account_disabled
to make argumentlocal_account_disabled
configurable. (#218) - Set argument
private_cluster_enabled
totrue
in the test code. (#219) - Add new variable
disk_encryption_set_id
to make argumentdisk_encryption_set_id
configurable. Create resourceazurerm_disk_encryption_set
in the test code to turn disk encryption on for the cluster. (#195) - Add new variable
api_server_authorized_ip_ranges
to make argumentapi_server_authorized_ip_ranges
configurable. (#220) - Rename output
system_assigned_identity
tocluster_identity
since it could be user assigned identity. Remove the index inside output's value expression. (#197) - Rename
var.enable_azure_policy
tovar.azure_policy_enabled
to meet the naming convention. Setazure_policy_enabled
totrue
in test fixture code. (#203)
BUG FIXES:
- Change the incorrect description of variable
tags
. (#175)