diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2193c1..2e04dd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ **Merged pull requests:** +- Remove precondition on extra node pool which prevent using windows pool with overlay [\#512](https://github.com/Azure/terraform-azurerm-aks/pull/512) ([lonegunmanb](https://github.com/lonegunmanb)) - Add retry when the ingress is not ready [\#510](https://github.com/Azure/terraform-azurerm-aks/pull/510) ([lonegunmanb](https://github.com/lonegunmanb)) - Add support for `support_plan` and `Premium` sku tier. [\#508](https://github.com/Azure/terraform-azurerm-aks/pull/508) ([ecklm](https://github.com/ecklm)) - Add support for `maintenance_window_auto_upgrade` [\#505](https://github.com/Azure/terraform-azurerm-aks/pull/505) ([skolobov](https://github.com/skolobov)) diff --git a/examples/application_gateway_ingress/TestRecord.md b/examples/application_gateway_ingress/TestRecord.md index 33a5e735..d1ee7db8 100644 --- a/examples/application_gateway_ingress/TestRecord.md +++ b/examples/application_gateway_ingress/TestRecord.md @@ -1,3 +1,25 @@ +## 20 Feb 24 04:18 UTC + +Success: true + +### Versions + +Terraform v1.7.0 +on linux_amd64 ++ provider registry.terraform.io/azure/azapi v1.12.0 ++ provider registry.terraform.io/hashicorp/azurerm v3.92.0 ++ provider registry.terraform.io/hashicorp/kubernetes v2.22.0 ++ provider registry.terraform.io/hashicorp/null v3.2.2 ++ provider registry.terraform.io/hashicorp/random v3.3.2 ++ provider registry.terraform.io/hashicorp/time v0.9.1 ++ provider registry.terraform.io/hashicorp/tls v4.0.5 + +### Error + + + +--- + ## 20 Feb 24 03:13 UTC Success: true diff --git a/examples/multiple_node_pools/TestRecord.md b/examples/multiple_node_pools/TestRecord.md index c28be511..3964f69e 100644 --- a/examples/multiple_node_pools/TestRecord.md +++ b/examples/multiple_node_pools/TestRecord.md @@ -1,3 +1,23 @@ +## 20 Feb 24 03:09 UTC + +Success: true + +### Versions + +Terraform v1.7.0 +on linux_amd64 ++ provider registry.terraform.io/azure/azapi v1.12.0 ++ provider registry.terraform.io/hashicorp/azurerm v3.92.0 ++ provider registry.terraform.io/hashicorp/null v3.2.2 ++ provider registry.terraform.io/hashicorp/random v3.3.2 ++ provider registry.terraform.io/hashicorp/tls v4.0.5 + +### Error + + + +--- + ## 20 Feb 24 02:06 UTC Success: true diff --git a/examples/named_cluster/TestRecord.md b/examples/named_cluster/TestRecord.md index e0fc5166..bd058589 100644 --- a/examples/named_cluster/TestRecord.md +++ b/examples/named_cluster/TestRecord.md @@ -1,3 +1,24 @@ +## 20 Feb 24 05:23 UTC + +Success: true + +### Versions + +Terraform v1.7.0 +on linux_amd64 ++ provider registry.terraform.io/anschoewe/curl v1.0.2 ++ provider registry.terraform.io/azure/azapi v1.12.0 ++ provider registry.terraform.io/hashicorp/azurerm v3.92.0 ++ provider registry.terraform.io/hashicorp/null v3.2.2 ++ provider registry.terraform.io/hashicorp/random v3.3.2 ++ provider registry.terraform.io/hashicorp/tls v4.0.5 + +### Error + + + +--- + ## 20 Feb 24 04:22 UTC Success: true diff --git a/examples/startup/TestRecord.md b/examples/startup/TestRecord.md index 4aed8d55..2312c042 100644 --- a/examples/startup/TestRecord.md +++ b/examples/startup/TestRecord.md @@ -1,3 +1,24 @@ +## 20 Feb 24 04:52 UTC + +Success: true + +### Versions + +Terraform v1.7.0 +on linux_amd64 ++ provider registry.terraform.io/anschoewe/curl v1.0.2 ++ provider registry.terraform.io/azure/azapi v1.12.0 ++ provider registry.terraform.io/hashicorp/azurerm v3.92.0 ++ provider registry.terraform.io/hashicorp/null v3.2.2 ++ provider registry.terraform.io/hashicorp/random v3.3.2 ++ provider registry.terraform.io/hashicorp/tls v4.0.5 + +### Error + + + +--- + ## 20 Feb 24 03:50 UTC Success: true diff --git a/examples/with_acr/TestRecord.md b/examples/with_acr/TestRecord.md index cb5858a2..59645a8f 100644 --- a/examples/with_acr/TestRecord.md +++ b/examples/with_acr/TestRecord.md @@ -1,3 +1,23 @@ +## 20 Feb 24 03:08 UTC + +Success: true + +### Versions + +Terraform v1.7.0 +on linux_amd64 ++ provider registry.terraform.io/azure/azapi v1.12.0 ++ provider registry.terraform.io/hashicorp/azurerm v3.92.0 ++ provider registry.terraform.io/hashicorp/null v3.2.2 ++ provider registry.terraform.io/hashicorp/random v3.3.2 ++ provider registry.terraform.io/hashicorp/tls v4.0.5 + +### Error + + + +--- + ## 20 Feb 24 02:05 UTC Success: true diff --git a/examples/without_monitor/TestRecord.md b/examples/without_monitor/TestRecord.md index 0ce7aa74..e1bffaf9 100644 --- a/examples/without_monitor/TestRecord.md +++ b/examples/without_monitor/TestRecord.md @@ -1,3 +1,24 @@ +## 20 Feb 24 05:15 UTC + +Success: true + +### Versions + +Terraform v1.7.0 +on linux_amd64 ++ provider registry.terraform.io/anschoewe/curl v1.0.2 ++ provider registry.terraform.io/azure/azapi v1.12.0 ++ provider registry.terraform.io/hashicorp/azurerm v3.92.0 ++ provider registry.terraform.io/hashicorp/null v3.2.2 ++ provider registry.terraform.io/hashicorp/random v3.3.2 ++ provider registry.terraform.io/hashicorp/tls v4.0.5 + +### Error + + + +--- + ## 20 Feb 24 04:04 UTC Success: true diff --git a/extra_node_pool.tf b/extra_node_pool.tf index 9d86f01e..355eb5ca 100644 --- a/extra_node_pool.tf +++ b/extra_node_pool.tf @@ -45,7 +45,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy avm_git_last_modified_at = "2024-02-19 05:39:17" avm_git_org = "Azure" avm_git_repo = "terraform-azurerm-aks" - avm_yor_trace = "30bd7b30-5657-4f48-8695-3e1393290bce" + avm_yor_trace = "93d6df78-ad14-4aa1-ae68-f73a28c613d6" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/)) ultra_ssd_enabled = each.value.ultra_ssd_enabled vnet_subnet_id = each.value.vnet_subnet_id @@ -203,7 +203,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_after_destroy" avm_git_last_modified_at = "2024-01-11 08:26:20" avm_git_org = "Azure" avm_git_repo = "terraform-azurerm-aks" - avm_yor_trace = "841bf537-a818-4d61-972c-0485da36de1d" + avm_yor_trace = "311c4900-71d7-49b6-833a-96052dd6832d" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/)) ultra_ssd_enabled = each.value.ultra_ssd_enabled vnet_subnet_id = each.value.vnet_subnet_id diff --git a/log_analytics.tf b/log_analytics.tf index 4458ab7a..ee7eb36b 100644 --- a/log_analytics.tf +++ b/log_analytics.tf @@ -12,7 +12,7 @@ resource "azurerm_log_analytics_workspace" "main" { avm_git_last_modified_at = "2023-06-05 02:21:33" avm_git_org = "Azure" avm_git_repo = "terraform-azurerm-aks" - avm_yor_trace = "c6fc057f-e58a-46d8-b609-6bdc75ac67b7" + avm_yor_trace = "c1a8974c-680c-4a33-839a-2d58e2ea19a3" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ { avm_yor_name = "main" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/)) @@ -53,7 +53,7 @@ resource "azurerm_log_analytics_solution" "main" { avm_git_last_modified_at = "2023-07-20 06:04:07" avm_git_org = "Azure" avm_git_repo = "terraform-azurerm-aks" - avm_yor_trace = "a1d84d17-f05f-4a5e-9252-6085b7e435ab" + avm_yor_trace = "fa14a130-b5be-4864-b3a9-07a99a2b3561" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ { avm_yor_name = "main" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/)) diff --git a/main.tf b/main.tf index bb788485..1af3c989 100644 --- a/main.tf +++ b/main.tf @@ -43,7 +43,7 @@ resource "azurerm_kubernetes_cluster" "main" { avm_git_last_modified_at = "2024-02-16 15:45:22" avm_git_org = "Azure" avm_git_repo = "terraform-azurerm-aks" - avm_yor_trace = "07e1ee60-8aa4-4f09-8fae-6767b87c323c" + avm_yor_trace = "46a93e3f-d4e3-4b85-a563-8376dcd0bf55" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/), (/**/ (var.tracing_tags_enabled ? { for k, v in /**/ { avm_yor_name = "main" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/))