Skip to content

Commit e207d68

Browse files
fix(deps): update dependencies
1 parent 203e0c0 commit e207d68

File tree

10 files changed

+70
-67
lines changed

10 files changed

+70
-67
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
call-terraform-ci-pipeline:
11-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.22.5
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.23.2
1212
secrets: inherit
1313
with:
1414
craSCCv2: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
call-terraform-release-pipeline:
11-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.22.5
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.23.2
1212
secrets: inherit

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-07-19T17:07:55Z",
6+
"generated_at": "2025-10-04T05:44:12Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -136,7 +136,7 @@
136136
}
137137
]
138138
},
139-
"version": "0.13.1+ibm.62.dss",
139+
"version": "0.13.1+ibm.64.dss",
140140
"word_list": {
141141
"file": null,
142142
"hash": null

modules/watson-machine-learning/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module "cos" {
44
ibm = ibm.ibm_resources
55
}
66
source = "terraform-ibm-modules/cos/ibm//modules/fscloud"
7-
version = "8.16.5"
7+
version = "10.4.0"
88
resource_group_id = var.resource_group_id
99
cos_instance_name = var.cos_instance_name
1010
cos_plan = "standard"
@@ -16,7 +16,7 @@ module "storage_delegation" {
1616
ibm.deployer = ibm
1717
restapi.restapi_watsonx_admin = restapi.restapi_watsonx_admin
1818
}
19-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//storage_delegation?ref=v1.9.1"
19+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-watsonx-saas-da.git//storage_delegation?ref=v1.10.1"
2020
count = var.watsonx_project_delegated ? 1 : 0
2121
cos_kms_crn = var.cos_kms_crn
2222
cos_kms_key_crn = var.cos_kms_key_crn

solutions/banking/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "resource_group" {
3636
ibm = ibm.ibm_resources
3737
}
3838
source = "terraform-ibm-modules/resource-group/ibm"
39-
version = "1.1.6"
39+
version = "1.3.0"
4040
resource_group_name = var.use_existing_resource_group == false ? var.resource_group_name : null
4141
existing_resource_group_name = var.use_existing_resource_group == true ? var.resource_group_name : null
4242
}
@@ -48,7 +48,7 @@ module "secrets_manager_secret_ibm_iam" {
4848
}
4949
count = var.create_secrets ? 1 : 0
5050
source = "terraform-ibm-modules/secrets-manager-secret/ibm"
51-
version = "1.4.0"
51+
version = "1.9.0"
5252
region = var.secrets_manager_region
5353
secrets_manager_guid = var.secrets_manager_guid
5454
secret_name = "ibmcloud-api-key"
@@ -65,7 +65,7 @@ module "secrets_manager_secret_signing_key" {
6565
}
6666
count = var.create_secrets ? 1 : 0
6767
source = "terraform-ibm-modules/secrets-manager-secret/ibm"
68-
version = "1.4.0"
68+
version = "1.9.0"
6969
region = var.secrets_manager_region
7070
secrets_manager_guid = var.secrets_manager_guid
7171
secret_name = "signing-key"
@@ -82,7 +82,7 @@ module "secrets_manager_secret_watsonx_admin_api_key" {
8282
}
8383
count = (var.create_secrets && var.watsonx_admin_api_key != null) ? 1 : 0
8484
source = "terraform-ibm-modules/secrets-manager-secret/ibm"
85-
version = "1.4.0"
85+
version = "1.9.0"
8686
region = var.secrets_manager_region
8787
secrets_manager_guid = var.secrets_manager_guid
8888
secret_name = "watsonx-admin-api-key"

solutions/banking/version.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.78.2"
6+
version = "1.83.1"
77
}
88
null = {
99
source = "hashicorp/null"
@@ -15,19 +15,19 @@ terraform {
1515
}
1616
restapi = {
1717
source = "Mastercard/restapi"
18-
version = "1.20.0"
18+
version = "2.0.1"
1919
}
2020
shell = {
2121
source = "scottwinkler/shell"
2222
version = "1.7.10"
2323
}
2424
elasticstack = {
2525
source = "elastic/elasticstack"
26-
version = "0.11.15"
26+
version = "0.11.17"
2727
}
2828
kubernetes = {
2929
source = "hashicorp/kubernetes"
30-
version = "2.36.0"
30+
version = "2.38.0"
3131
}
3232
}
3333
required_version = ">= 1.9.0"

tests/go.mod

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ module github.com/terraform-ibm-modules/terraform-ibm-rag-sample-da
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.1
66

77
require (
88
github.com/IBM/go-sdk-core v1.1.0
9-
github.com/gruntwork-io/terratest v0.50.0
10-
github.com/stretchr/testify v1.10.0
11-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.5
9+
github.com/gruntwork-io/terratest v0.51.0
10+
github.com/stretchr/testify v1.11.1
11+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.10
1212
)
1313

1414
require (
@@ -17,7 +17,7 @@ require (
1717
github.com/IBM-Cloud/power-go-client v1.12.0 // indirect
1818
github.com/IBM/cloud-databases-go-sdk v0.8.0 // indirect
1919
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
20-
github.com/IBM/platform-services-go-sdk v0.85.1 // indirect
20+
github.com/IBM/platform-services-go-sdk v0.86.1 // indirect
2121
github.com/IBM/project-go-sdk v0.3.6 // indirect
2222
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2323
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
@@ -40,7 +40,7 @@ require (
4040
github.com/go-logr/logr v1.4.2 // indirect
4141
github.com/go-logr/stdr v1.2.2 // indirect
4242
github.com/go-openapi/analysis v0.23.0 // indirect
43-
github.com/go-openapi/errors v0.22.1 // indirect
43+
github.com/go-openapi/errors v0.22.2 // indirect
4444
github.com/go-openapi/jsonpointer v0.21.1 // indirect
4545
github.com/go-openapi/jsonreference v0.21.0 // indirect
4646
github.com/go-openapi/loads v0.22.0 // indirect
@@ -63,7 +63,7 @@ require (
6363
github.com/hashicorp/go-safetemp v1.0.0 // indirect
6464
github.com/hashicorp/go-version v1.7.0 // indirect
6565
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
66-
github.com/hashicorp/terraform-json v0.25.0 // indirect
66+
github.com/hashicorp/terraform-json v0.26.0 // indirect
6767
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
6868
github.com/jinzhu/copier v0.4.0 // indirect
6969
github.com/josharian/intern v1.0.0 // indirect
@@ -86,22 +86,23 @@ require (
8686
github.com/tmccombs/hcl2json v0.6.4 // indirect
8787
github.com/ulikunitz/xz v0.5.11 // indirect
8888
github.com/xanzy/ssh-agent v0.3.3 // indirect
89-
github.com/zclconf/go-cty v1.16.2 // indirect
89+
github.com/zclconf/go-cty v1.16.3 // indirect
9090
go.mongodb.org/mongo-driver v1.17.3 // indirect
9191
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
9292
go.opentelemetry.io/otel v1.35.0 // indirect
9393
go.opentelemetry.io/otel/metric v1.35.0 // indirect
9494
go.opentelemetry.io/otel/trace v1.35.0 // indirect
95-
golang.org/x/crypto v0.40.0 // indirect
96-
golang.org/x/mod v0.25.0 // indirect
97-
golang.org/x/net v0.41.0 // indirect
98-
golang.org/x/sync v0.16.0 // indirect
99-
golang.org/x/sys v0.34.0 // indirect
100-
golang.org/x/text v0.27.0 // indirect
101-
golang.org/x/tools v0.34.0 // indirect
95+
go.yaml.in/yaml/v2 v2.4.2 // indirect
96+
golang.org/x/crypto v0.41.0 // indirect
97+
golang.org/x/mod v0.26.0 // indirect
98+
golang.org/x/net v0.42.0 // indirect
99+
golang.org/x/sync v0.17.0 // indirect
100+
golang.org/x/sys v0.35.0 // indirect
101+
golang.org/x/text v0.28.0 // indirect
102+
golang.org/x/tools v0.35.0 // indirect
102103
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
103104
gopkg.in/warnings.v0 v0.1.2 // indirect
104105
gopkg.in/yaml.v2 v2.4.0 // indirect
105106
gopkg.in/yaml.v3 v3.0.1 // indirect
106-
sigs.k8s.io/yaml v1.4.0 // indirect
107+
sigs.k8s.io/yaml v1.6.0 // indirect
107108
)

0 commit comments

Comments
 (0)