Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
33 changes: 33 additions & 0 deletions NoticeOnUpgradeTov10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Notice on Upgrade to v10.x

## AzAPI provider version constraint has been updated to `>=2.0, < 3.0`.

## [`var.web_app_routing` type change](https://github.com/Azure/terraform-azurerm-aks/pull/606)

`var.web_app_routing.dns_zone_id` has been replaced by `var.web_app_routing.dns_zone_ids`. The new variable is a list of DNS zone IDs. This change allows for the specification of multiple DNS zones for routing.

## [`data.azurerm_resource_group.main` in this module has been removed, `var.location` is a required variable now.](https://github.com/Azure/terraform-azurerm-aks/pull/644)

## [Create log analytics workspace would also create required monitor data collection rule now](https://github.com/Azure/terraform-azurerm-aks/pull/623)

The changes in this pull request introduce support for a Data Collection Rule (DCR) for Azure Monitor Container Insights in the Terraform module.

## [`CHANGELOG.md` file is no longer maintained, please read release note in GitHub repository instead](https://github.com/Azure/terraform-azurerm-aks/pull/651)

[New release notes](https://github.com/Azure/terraform-azurerm-aks/releases).

## [The following variables have been removed:](https://github.com/Azure/terraform-azurerm-aks/pull/652)

* `agents_taints`
* `api_server_subnet_id`
* `private_cluster_enabled`
* `rbac_aad_client_app_id`
* `rbac_aad_managed`
* `rbac_aad_server_app_id`
* `rbac_aad_server_app_secret`

## @zioproto is no longer a maintainer of this module

For personal reasons, @zioproto is no longer a maintainer of this module. I want to express my sincere gratitude for his contributions and support over the years. His dedication and hard work are invaluable to this module.

THANK YOU @zioproto !
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ In most cases, you will need to adjust your Terraform code to accommodate the ch

To help you in this process, we have provided detailed documentation on the breaking changes, new features, and any deprecated functionalities. Please take the time to read through these resources to avoid any potential issues or disruptions to your infrastructure.

* [Notice on Upgrade to v9.x](./NoticeOnUpgradeTov9.0.md)
* [Notice on Upgrade to v8.x](./NoticeOnUpgradeTov8.0.md)
* [Notice on Upgrade to v7.x](./NoticeOnUpgradeTov7.0.md)
* [Notice on Upgrade to v6.x](./NoticeOnUpgradeTov6.0.md)
* [Notice on Upgrade to v5.x](./NoticeOnUpgradeTov5.0.md)
* [Notice on Upgrade to v10.x](https://github.com/Azure/terraform-azurerm-aks/blob/main/NoticeOnUpgradeTov10.0.md)
* [Notice on Upgrade to v9.x](https://github.com/Azure/terraform-azurerm-aks/blob/main/NoticeOnUpgradeTov9.0.md)
* [Notice on Upgrade to v8.x](https://github.com/Azure/terraform-azurerm-aks/blob/main/NoticeOnUpgradeTov8.0.md)
* [Notice on Upgrade to v7.x](https://github.com/Azure/terraform-azurerm-aks/blob/main/NoticeOnUpgradeTov7.0.md)
* [Notice on Upgrade to v6.x](https://github.com/Azure/terraform-azurerm-aks/blob/main/NoticeOnUpgradeTov6.0.md)
* [Notice on Upgrade to v5.x](https://github.com/Azure/terraform-azurerm-aks/blob/main/NoticeOnUpgradeTov5.0.md)

Remember, upgrading to a major version with breaking changes should be done carefully and thoroughly tested in your environment. If you have any questions or concerns, please don't hesitate to reach out to our support team for assistance.

Expand Down
Loading