Releases: Azure/terraform-azurerm-aks
Releases · Azure/terraform-azurerm-aks
6.8.0
- Add support for
monitor_metrics
#341 (zioproto) - Support setting os_sku for default_node_pool #339 (mjeco)
- Upgrade required Terraform version #338 (lonegunmanb)
- Add support
temporary_name_for_rotation
#334 (lonegunmanb) - Bump github.com/Azure/terraform-module-test-helper from 0.9.1 to 0.12.0 in /test #330 (dependabot[bot])
- Fix example multiple_node_pools #328 (lonegunmanb)
- Add Network Contributor role assignments scoped to AKS nodepools subnets #327 (zioproto)
- Add support for extra node pools #323 (lonegunmanb)
- Add support for
default_node_pool.kubelet_config
#322 (lonegunmanb) - Support for
public_network_access_enabled
#314 (lonegunmanb)
6.7.1
- Fix #316
current client lacks permissions to read Key Rotation Policy
issue #317 (lonegunmanb)
6.7.0
- Bump github.com/gruntwork-io/terratest from 0.41.10 to 0.41.11 in /test #307 (dependabot[bot])
- Bump golang.org/x/net from 0.1.0 to 0.7.0 in /test #305 (dependabot[bot])
- Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 in /test #304 (dependabot[bot])
- Bump github.com/hashicorp/go-getter/v2 from 2.1.1 to 2.2.0 in /test #303 (dependabot[bot])
- fix: allow orchestrator_version if auto-upgrade is 'patch' to allow default_node_pool upgrade #302 (aescrob)
- Add support for default node pool's
node_taints
#300 (lonegunmanb) - Add support for acr attachment #298 (lonegunmanb)
- Add support for
web_app_routing
#297 (lonegunmanb) - Bump github.com/Azure/terraform-module-test-helper from 0.7.1 to 0.8.1 in /test #295 (dependabot[bot])
6.6.0
- Bump github.com/Azure/terraform-module-test-helper from 0.6.0 to 0.7.1 in /test #293 (dependabot[bot])
- identity type is either SystemAssigned or UserAssigned #292 (zioproto)
- Bump github.com/gruntwork-io/terratest from 0.41.7 to 0.41.9 in /test #290 (dependabot[bot])
- feat: Implement support for KMS arguments #288 (mkilchhofer)
- feat: allow for configuring auto_scaler_profile #278 (DavidSpek)
- Azure AD RBAC enable/disable with variable rbac_aad #269 (zioproto)
6.5.0
- Bump github.com/Azure/terraform-module-test-helper from 0.4.0 to 0.6.0 in /test #287 (dependabot[bot])
- Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test #286 (dependabot[bot])
- Add support for
scale_down_mode
#285 (lonegunmanb) - auto-upgrade: variable orchestrator_version to null #283 (zioproto)
6.4.0
6.3.0
- feat: add var automatic_channel_upgrade #281 (the-technat)
- Upgrade
terraform-module-test-helper
lib so we can get rid of override file to execute version upgrade test #279 (lonegunmanb) - Added support for load_balancer_profile #277 (mazilu88)
- Add auto changelog update to this repo. #275 (lonegunmanb)
- Bump test helper version #273 (lonegunmanb)
- Ignore
scripts
soft link #272 (lonegunmanb) - Add support for pod subnet #271 (mr-onion-2)
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