Releases: avinor/terraform-azurerm-kubernetes
Releases · avinor/terraform-azurerm-kubernetes
v6.2.0
v6.1.2
What's Changed
- Allow enabling Workload Identity and OIDC issuer by @emilkor1-avinor in #43
Full Changelog: v6.1.1...v6.1.2
v6.1.1
v6.1.0
v6.0.2
v6.0.1
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
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
v5.1.0
v5.0.0
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