diff --git a/common-dev-assets b/common-dev-assets index 1196d1eb..6cbdb242 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 1196d1ebd60f4c1125caeb4543452deb01d967a2 +Subproject commit 6cbdb2424718173196193a314400ddbf8a536e65 diff --git a/solutions/agents/main.tf b/solutions/agents/main.tf index 51961562..8e6ecad3 100644 --- a/solutions/agents/main.tf +++ b/solutions/agents/main.tf @@ -14,7 +14,7 @@ data "ibm_container_cluster_config" "cluster_config" { module "observability_agents" { source = "terraform-ibm-modules/observability-agents/ibm" - version = "2.9.8" + version = "2.9.12" cluster_id = var.cluster_id cluster_resource_group_id = var.cluster_resource_group_id cluster_config_endpoint_type = var.cluster_config_endpoint_type diff --git a/solutions/agents/version.tf b/solutions/agents/version.tf index 100ba4cd..6cdf7d66 100644 --- a/solutions/agents/version.tf +++ b/solutions/agents/version.tf @@ -6,7 +6,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.85.0" + version = "1.86.0" } helm = { source = "hashicorp/helm" @@ -14,7 +14,7 @@ terraform { } kubernetes = { source = "hashicorp/kubernetes" - version = "2.38.0" + version = "3.0.0" } } } diff --git a/solutions/instances/main.tf b/solutions/instances/main.tf index 6982e63b..846ceeb2 100644 --- a/solutions/instances/main.tf +++ b/solutions/instances/main.tf @@ -376,7 +376,7 @@ module "kms" { } count = (var.existing_cos_kms_key_crn != null || (length(coalesce(local.buckets_config, [])) == 0)) ? 0 : 1 # no need to create any KMS resources if passing an existing key, or bucket source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "5.5.0" + version = "5.5.3" create_key_protect_instance = false region = local.kms_region existing_kms_instance_crn = var.existing_kms_instance_crn diff --git a/solutions/instances/version.tf b/solutions/instances/version.tf index 31bf3fd4..9c064107 100644 --- a/solutions/instances/version.tf +++ b/solutions/instances/version.tf @@ -4,7 +4,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.85.0" + version = "1.86.0" } time = { source = "hashicorp/time" diff --git a/solutions/logs-routing/version.tf b/solutions/logs-routing/version.tf index 4c00c10c..74ad4679 100644 --- a/solutions/logs-routing/version.tf +++ b/solutions/logs-routing/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.85.0" + version = "1.86.0" } } } diff --git a/tests/go.mod b/tests/go.mod index 24f108e6..55b14d30 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,11 +1,11 @@ module github.com/terraform-ibm-modules/terraform-ibm-observability-da -go 1.25.4 +go 1.25.5 require ( github.com/gruntwork-io/terratest v0.54.0 github.com/stretchr/testify v1.11.1 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.34 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.2 ) require ( diff --git a/tests/go.sum b/tests/go.sum index 15db54fa..4ec76c53 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -297,8 +297,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.34 h1:eED28nDc2If2KjsEi5VBAUt0at+FxVJw/lUcwzeW8Ck= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.34/go.mod h1:VCaRJKjjwIqWMdXqMwvC/9WCwWe8lBTRZrkYrQbcNUU= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.2 h1:GEDNJCyDS7mRepOTSxDpmJKVmiRUSFy3u9biQ4ZYxzc= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.61.2/go.mod h1:VCaRJKjjwIqWMdXqMwvC/9WCwWe8lBTRZrkYrQbcNUU= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw= github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk= diff --git a/tests/resources/main.tf b/tests/resources/main.tf index 48756d12..7abdc5e8 100644 --- a/tests/resources/main.tf +++ b/tests/resources/main.tf @@ -180,7 +180,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.73.5" + version = "3.74.0" ocp_version = "4.17" resource_group_id = module.resource_group.resource_group_id region = var.region