Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG-v10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## Important Notice

* fix: add back `private_cluster_enabled` variable by @tobiasehlert [#667](https://github.com/Azure/terraform-azurerm-aks/pull/667)
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
# Changelog

## Important Notice

* fix: add back `private_cluster_enabled` variable by @tobiasehlert [#667](https://github.com/Azure/terraform-azurerm-aks/pull/667)
17 changes: 17 additions & 0 deletions NoticeOnUpgradeTov11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Notice on Upgrade to v11.0

## AzureRM provider v3 support has been removed

`v11.0.0` removed support for Terraform AzureRM provider `v3` and removed `//v4` folder. All users need to use `Azure/aks/azurerm` instead of `Azure/aks/azurerm//v4` as module `source`.

## `var.enable_auto_scaling` has been renamed to `var.auto_scaling_enabled`

This change also affects the `node_pools` variable where `node_pools[*].enable_auto_scaling` should be replaced with `node_pools[*].auto_scaling_enabled`.

## `var.enable_host_encryption` has been renamed to `var.host_encryption_enabled`

This change also affects the `node_pools` variable where `node_pools[*].enable_host_encryption` should be replaced with `node_pools[*].host_encryption_enabled`.

## `var.enable_node_public_ip` has been renamed to `var.node_public_ip_enabled`

This change also affects the `node_pools` variable where `node_pools[*].enable_node_public_ip` should be replaced with `node_pools[*].node_public_ip_enabled`.
24 changes: 9 additions & 15 deletions README.md

Large diffs are not rendered by default.

Loading
Loading