diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d6e3521..6aafcae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ **Merged pull requests:** +- Compromise on e2e tests involving ingress, since it's not stable [\#558](https://github.com/Azure/terraform-azurerm-aks/pull/558) ([lonegunmanb](https://github.com/lonegunmanb)) - Add weekly-codeql action [\#555](https://github.com/Azure/terraform-azurerm-aks/pull/555) ([lonegunmanb](https://github.com/lonegunmanb)) - Change default value for `var.agents_pool_max_surge` to 10% [\#554](https://github.com/Azure/terraform-azurerm-aks/pull/554) ([lonegunmanb](https://github.com/lonegunmanb)) - Update Microsoft.ContainerService managedClusters API version to 2024-02-01 [\#552](https://github.com/Azure/terraform-azurerm-aks/pull/552) ([olofmattsson-inriver](https://github.com/olofmattsson-inriver)) diff --git a/examples/application_gateway_ingress/TestRecord.md b/examples/application_gateway_ingress/TestRecord.md index cba24738..af278715 100644 --- a/examples/application_gateway_ingress/TestRecord.md +++ b/examples/application_gateway_ingress/TestRecord.md @@ -1,3 +1,25 @@ +## 05 Jun 24 03:28 UTC + +Success: true + +### Versions + +Terraform v1.8.3 +on linux_amd64 ++ provider registry.terraform.io/azure/azapi v1.13.1 ++ provider registry.terraform.io/hashicorp/azurerm v3.106.1 ++ 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 + + + +--- + ## 30 May 24 07:20 UTC Success: true diff --git a/examples/multiple_node_pools/TestRecord.md b/examples/multiple_node_pools/TestRecord.md index f5e21635..e5905d14 100644 --- a/examples/multiple_node_pools/TestRecord.md +++ b/examples/multiple_node_pools/TestRecord.md @@ -1,3 +1,23 @@ +## 05 Jun 24 02:31 UTC + +Success: true + +### Versions + +Terraform v1.8.3 +on linux_amd64 ++ provider registry.terraform.io/azure/azapi v1.13.1 ++ provider registry.terraform.io/hashicorp/azurerm v3.106.1 ++ 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 + + + +--- + ## 30 May 24 06:13 UTC Success: true diff --git a/examples/named_cluster/TestRecord.md b/examples/named_cluster/TestRecord.md index e8c56fef..8879065b 100644 --- a/examples/named_cluster/TestRecord.md +++ b/examples/named_cluster/TestRecord.md @@ -1,3 +1,24 @@ +## 05 Jun 24 04:20 UTC + +Success: true + +### Versions + +Terraform v1.8.3 +on linux_amd64 ++ provider registry.terraform.io/anschoewe/curl v1.0.2 ++ provider registry.terraform.io/azure/azapi v1.13.1 ++ provider registry.terraform.io/hashicorp/azurerm v3.106.1 ++ 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 + + + +--- + ## 30 May 24 08:17 UTC Success: true diff --git a/examples/startup/TestRecord.md b/examples/startup/TestRecord.md index a391400d..f86267fb 100644 --- a/examples/startup/TestRecord.md +++ b/examples/startup/TestRecord.md @@ -1,3 +1,24 @@ +## 05 Jun 24 04:01 UTC + +Success: true + +### Versions + +Terraform v1.8.3 +on linux_amd64 ++ provider registry.terraform.io/anschoewe/curl v1.0.2 ++ provider registry.terraform.io/azure/azapi v1.13.1 ++ provider registry.terraform.io/hashicorp/azurerm v3.106.1 ++ 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 + + + +--- + ## 30 May 24 07:50 UTC Success: true diff --git a/examples/with_acr/TestRecord.md b/examples/with_acr/TestRecord.md index 3179d019..f5e45210 100644 --- a/examples/with_acr/TestRecord.md +++ b/examples/with_acr/TestRecord.md @@ -1,3 +1,23 @@ +## 05 Jun 24 02:25 UTC + +Success: true + +### Versions + +Terraform v1.8.3 +on linux_amd64 ++ provider registry.terraform.io/azure/azapi v1.13.1 ++ provider registry.terraform.io/hashicorp/azurerm v3.106.1 ++ 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 + + + +--- + ## 30 May 24 06:09 UTC Success: true diff --git a/examples/without_monitor/TestRecord.md b/examples/without_monitor/TestRecord.md index 603325c0..1cae6513 100644 --- a/examples/without_monitor/TestRecord.md +++ b/examples/without_monitor/TestRecord.md @@ -1,3 +1,24 @@ +## 05 Jun 24 04:25 UTC + +Success: true + +### Versions + +Terraform v1.8.3 +on linux_amd64 ++ provider registry.terraform.io/anschoewe/curl v1.0.2 ++ provider registry.terraform.io/azure/azapi v1.13.1 ++ provider registry.terraform.io/hashicorp/azurerm v3.106.1 ++ 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 + + + +--- + ## 30 May 24 08:09 UTC Success: true diff --git a/extra_node_pool.tf b/extra_node_pool.tf index e3437e7d..4ca9d2aa 100644 --- a/extra_node_pool.tf +++ b/extra_node_pool.tf @@ -46,7 +46,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "node_pool_create_before_destroy avm_git_last_modified_at = "2024-03-04 03:19:50" avm_git_org = "Azure" avm_git_repo = "terraform-azurerm-aks" - avm_yor_trace = "0aec35ee-c74f-45d2-a777-77e699593864" + avm_yor_trace = "6f5ac45e-7a6b-4f85-bc0f-1d758742a920" } /**/ : replace(k, "avm_", var.tracing_tags_prefix) => v } : {}) /**/)) ultra_ssd_enabled = each.value.ultra_ssd_enabled vnet_subnet_id = each.value.vnet_subnet_id @@ -204,7 +204,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 = "cc165088-1198-4172-bb32-58ac3aec4c19" + avm_yor_trace = "5181c4df-4b78-42bd-a8ad-9637f57ed65c" } /**/ : 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 fbe7d4fa..4dce9089 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 = "ef811f2e-f98e-45cd-955a-819c54cd60a2" + avm_yor_trace = "5ceafac5-754a-4256-93f0-5e520dd6c13f" } /**/ : 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 = "ce22ed86-c84e-4c49-b383-7bf4ce1f459b" + avm_yor_trace = "dfef7fdb-461b-4d77-9621-9640b328a7f2" } /**/ : 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 f0531ba9..45b354cc 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 = "1a9daf61-c451-41d7-a1e4-bc03b01ef1b3" + avm_yor_trace = "ef35c9f7-f956-457e-9ecd-3edcb7132f6b" } /**/ : 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 } : {}) /**/))