Skip to content

Releases: Azure/terraform-azurerm-aks

6.8.0

04 Apr 02:22
Compare
Choose a tag to compare

6.7.1

07 Mar 05:13
Compare
Choose a tag to compare
  • Fix #316 current client lacks permissions to read Key Rotation Policy issue #317 (lonegunmanb)

6.7.0

28 Feb 01:39
Compare
Choose a tag to compare

6.6.0

31 Jan 01:27
Compare
Choose a tag to compare
  • 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

04 Jan 03:00
Compare
Choose a tag to compare

6.4.0

26 Dec 01:20
Compare
Choose a tag to compare
  • feat(storage_profile): add support for CSI arguments #282 (aescrob)

6.3.0

20 Dec 07:01
Compare
Choose a tag to compare

6.2.0

18 Oct 00:46
8fa1d74
Compare
Choose a tag to compare

6.2.0 (October 18, 2022)

ENHANCEMENTS:

  • Add new variable workload_identity_enabled. #266

BUG FIXES:

6.1.0

30 Sep 15:45
Compare
Choose a tag to compare

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 and cluster_private_fqdn. #251
  • Add new variable maintenance_window so we can set maintenance_window argument for azurerm_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

20 Sep 22:00
8b3f567
Compare
Choose a tag to compare

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