Skip to content

Releases: avinor/terraform-azurerm-kubernetes

v6.2.0

09 Apr 13:22
1d5e43a
Compare
Choose a tag to compare

What's Changed

  • Add temporary_name_for_rotation property for nodepool by @yngveh in #46

Full Changelog: v6.1.2...v6.2.0

v6.1.2

20 Mar 10:51
96a85b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

30 Jan 06:42
525f089
Compare
Choose a tag to compare

Changes:

  • Removed deprecated attribute used default avlues
  • Upgraded Terraform provider versions
  • Start using Terraform test instead of go unit tests
  • Add dependabot for GitHub actions and Terraform

v6.1.0

24 Nov 21:09
9d0a0e7
Compare
Choose a tag to compare

Changes

  • New variable for setting automatic channel upgrade

v6.0.2

24 Nov 20:38
2d1aba2
Compare
Choose a tag to compare

Changes:

  • Upgraded provider azurerm to v3.82.0
  • Upgraded provier azuread to v2.46.0
  • Upgraded go test dependecies

v6.0.1

04 Oct 11:03
8093279
Compare
Choose a tag to compare

Changes:

  • Upgrades azurerm provider to 3.75.0.
  • Upgrades azuread provider to 3.43.0
  • Upgrades kubernetes provider to 2.23.0
  • Sets maintenance_window_node_os default to null.
  • Sets node_os_channel_upgrade default to NodeImage

v6.0.0

11 Sep 08:47
5afe7a2
Compare
Choose a tag to compare

Changes:

  • Upgrades azurerm to 3.72.0.
  • Adds support for node os security update mechanism through the node_os_channel_upgrade variable. The options are either Unmanaged, SecurityPatch, NodeImage or None. The module defaults to Unmanaged.
  • Adds support for specifying node os maintenance window through the maintenance_window_node_os variable and is optional. The module defaults to a Daily frequency at 00:00 UTC with a duration of 4 hours.
  • Removes the implementation of api_server_authorized_ip_ranges as it is deprecated and unused.

v5.2.0

16 Jun 08:55
Compare
Choose a tag to compare

Changes:

  • Added variable to set azure_active_directory_role_based_access_control.azure_rbac_enabled

v5.1.0

06 Jun 08:04
8b71471
Compare
Choose a tag to compare

Changes:

  • Added new variable cluster_users for adding users to the AKS cluster with access to a namespace.

v5.0.0

05 Jun 05:59
0352d5b
Compare
Choose a tag to compare

Breaking changes!

From this release AKS uses Managed Azure Active Directory. Migrating from version older than v5.0.0 is supported. NB! Carefully study the terraform diff when upgrading before apply.

Changes:

  • Uses Managed Azure Active Directory instead op service principal
  • Removed variable service_principal
  • Removed variable azure_active_directory
  • Introduced new variable cluster_admins
  • Added new output identity
  • Upgraded go test to use go 1.20
  • Upgraded go test dependencies
  • Upgraded azurerm terraform provider
  • Fix deprecated diagnostic settings for logs