Releases: Azure/terraform-azurerm-aks
Releases · Azure/terraform-azurerm-aks
11.0.0
What's Changed
v11remove support for AzureRM providerv3. by @lonegunmanb in #693- 🤖 feat: add
gpu_driverparameter support for node pools by @lonegunmanb in #697 - 🤖 fix: remove incorrect sensitive flag from
cluster_identityoutput by @lonegunmanb in #698 - Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.14 in /test by @dependabot[bot] in #695
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /test by @dependabot[bot] in #696
- update readme to add upgrade notice by @lonegunmanb in #699
Full Changelog: 10.2.0...11.0.0
10.2.0
What's Changed
- output aks
node_resource_group_idby @lonegunmanb in #687
Full Changelog: 10.1.1...10.2.0
10.1.1
What's Changed
- Mark output
cluster_identityas sensitive by @Saremox in #676 - Bump github.com/hashicorp/go-retryablehttp from 0.7.7 to 0.7.8 in /test by @dependabot in #681
- Add missing temporary_name_for_rotation to v4 nodepool create_after_destroy override by @ryan-grenz-evelyn in #680
- Bump github.com/Azure/terraform-module-test-helper from 0.32.0 to 0.32.1 in /test by @dependabot in #675
Full Changelog: 10.1.0...10.1.1
10.1.0
What's Changed
- Add
var.create_monitor_data_collection_ruleso users could skip creation of dcr resources in this module by @lonegunmanb in #673
Full Changelog: 10.0.2...10.1.0
10.0.2
What's Changed
- Fix incorrect private dns zone regex by @lonegunmanb in #671
Full Changelog: 10.0.1...10.0.2
10.0.1
What's Changed
- fix: add back
private_cluster_enabledvariable by @tobiasehlert in #667 #668
Full Changelog: 10.0.0...10.0.1
10.0.0
What's Changed
- Release
v10.0.0by @lonegunmanb in #636 - Add nonsensitive around for_each argument by @zioproto @paulblum00
in #631 - Cannot set both
client_idandidentity_idsvariables. by @zioproto in #622 - Add temporary_name_for_rotation in azurerm_kubernetes_cluster_node_pool by @zioproto in #638
- "Improve automatic_channel_upgrade description for clarity and completeness" by @Vinaum8 in #641
- support the dns_zone_ids property in the web_app_routing block by @zioproto in #606
- resource_group: remove data source + location required by @DeviaVir in #603
- resource_group: remove data source + location required by @lonegunmanb in #644
- Implement Data Collection Rule for Container Insights by @zioproto in #623
- Amend new attributes in network_profile block by @lonegunmanb in #585
- Bump github.com/Azure/terraform-module-test-helper in /test by @lonegunmanb in #647
- Add
var.dns_prefix_private_clusterby @lonegunmanb in #584 - implement all node_network_profile features by @lonegunmanb in #648
- Extend multiple_node_pools example to test AKS upgrades by @lonegunmanb in #649
- Update
CHANGELOG.md, remove post push action, remove yor tags by @lonegunmanb in #651 - Remove all deprecated variables by @lonegunmanb in #652
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /test by @dependabot in #655
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /test by @lonegunmanb in #656
- Add upgrade_override block to azurerm_kubernetes_cluster main by @lonegunmanb in #657
- Add
v10upgrade notice by @lonegunmanb in #658 - Refactor variable validation that only works in terraform 1.9 and newer by @lonegunmanb in #660
- Fix incorrect
for_eachforazurerm_role_assignment.network_contributoranddata.azurerm_user_assigned_identity.cluster_identityby @lonegunmanb in #662
New Contributors
- @Vinaum8 made their first contribution in #641
- @DeviaVir made their first contribution in #603
- @taustgen made their first contribution in #654
Full Changelog: 9.4.1...10.0.0
10.0.0-beta2
What's Changed
- Release
v10.0.0by @lonegunmanb in #636 - Add nonsensitive around for_each argument by @zioproto in #631
- Cannot set both
client_idandidentity_idsvariables. by @zioproto in #622 - Add temporary_name_for_rotation in azurerm_kubernetes_cluster_node_pool by @zioproto in #638
- "Improve automatic_channel_upgrade description for clarity and completeness" by @Vinaum8 in #641
- support the dns_zone_ids property in the web_app_routing block by @zioproto in #606
- resource_group: remove data source + location required by @DeviaVir in #603
- resource_group: remove data source + location required by @lonegunmanb in #644
- Implement Data Collection Rule for Container Insights by @zioproto in #623
- Amend new attributes in network_profile block by @lonegunmanb in #585
- Bump github.com/Azure/terraform-module-test-helper in /test by @lonegunmanb in #647
- Add
var.dns_prefix_private_clusterby @lonegunmanb in #584 - implement all node_network_profile features by @lonegunmanb in #648
- Extend multiple_node_pools example to test AKS upgrades by @lonegunmanb in #649
- Update
CHANGELOG.md, remove post push action, remove yor tags by @lonegunmanb in #651 - Remove all deprecated variables by @lonegunmanb in #652
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /test by @dependabot in #655
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /test by @lonegunmanb in #656
- Add upgrade_override block to azurerm_kubernetes_cluster main by @lonegunmanb in #657
- Add
v10upgrade notice by @lonegunmanb in #658 - Refactor variable validation that only works in terraform 1.9 and newer by @lonegunmanb in #660
- Fix incorrect
for_eachforazurerm_role_assignment.network_contributoranddata.azurerm_user_assigned_identity.cluster_identityby @lonegunmanb in #662
New Contributors
Full Changelog: 9.4.1...10.0.0-beta2
10.0.0-beta
What's Changed
- Release
v10.0.0by @lonegunmanb in #636 - Add nonsensitive around for_each argument by @zioproto in #631
- Cannot set both
client_idandidentity_idsvariables. by @zioproto in #622 - Add temporary_name_for_rotation in azurerm_kubernetes_cluster_node_pool by @zioproto in #638
- "Improve automatic_channel_upgrade description for clarity and completeness" by @Vinaum8 in #641
- support the dns_zone_ids property in the web_app_routing block by @zioproto in #606
- resource_group: remove data source + location required by @DeviaVir in #603
- resource_group: remove data source + location required by @lonegunmanb in #644
- Implement Data Collection Rule for Container Insights by @zioproto in #623
- Amend new attributes in network_profile block by @lonegunmanb in #585
- Bump github.com/Azure/terraform-module-test-helper in /test by @lonegunmanb in #647
- Add
var.dns_prefix_private_clusterby @lonegunmanb in #584 - implement all node_network_profile features by @lonegunmanb in #648
- Extend multiple_node_pools example to test AKS upgrades by @lonegunmanb in #649
- Update
CHANGELOG.md, remove post push action, remove yor tags by @lonegunmanb in #651 - Remove all deprecated variables by @lonegunmanb in #652
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /test by @dependabot in #655
- Bump golang.org/x/net from 0.37.0 to 0.38.0 in /test by @lonegunmanb in #656
- Add upgrade_override block to azurerm_kubernetes_cluster main by @lonegunmanb in #657
New Contributors
Full Changelog: 9.4.1...10.0.0-beta