Skip to content

Commit d108ec9

Browse files
fix(deps): update dependencies (#271)
1 parent 7c3cff0 commit d108ec9

File tree

6 files changed

+60
-60
lines changed

6 files changed

+60
-60
lines changed

examples/apps/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module "secrets_manager_public_cert_engine" {
4343
depends_on = [ibm_resource_instance.secrets_manager]
4444
count = var.existing_sm_instance_guid == null ? 1 : 0
4545
source = "terraform-ibm-modules/secrets-manager-public-cert-engine/ibm"
46-
version = "1.4.2"
46+
version = "1.6.1"
4747
providers = {
4848
ibm = ibm.ibm-sm
4949
ibm.secret-store = ibm.ibm-sm
@@ -63,7 +63,7 @@ module "secrets_manager_public_cert_engine" {
6363
module "secrets_manager_group" {
6464
count = var.existing_cert_secret_id == null ? 1 : 0
6565
source = "terraform-ibm-modules/secrets-manager-secret-group/ibm"
66-
version = "1.3.17"
66+
version = "1.3.18"
6767
region = local.sm_region
6868
secrets_manager_guid = local.sm_guid
6969
secret_group_name = "${var.prefix}-certificates-secret-group"

modules/build/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ You need the following permissions to run this module.
4242

4343
| Name | Source | Version |
4444
|------|--------|---------|
45-
| <a name="module_cr_endpoint"></a> [cr\_endpoint](#module\_cr\_endpoint) | terraform-ibm-modules/container-registry/ibm//modules/endpoint | 2.1.0 |
46-
| <a name="module_cr_namespace"></a> [cr\_namespace](#module\_cr\_namespace) | terraform-ibm-modules/container-registry/ibm | 2.1.0 |
45+
| <a name="module_cr_endpoint"></a> [cr\_endpoint](#module\_cr\_endpoint) | terraform-ibm-modules/container-registry/ibm//modules/endpoint | 2.3.5 |
46+
| <a name="module_cr_namespace"></a> [cr\_namespace](#module\_cr\_namespace) | terraform-ibm-modules/container-registry/ibm | 2.3.5 |
4747
| <a name="module_secret"></a> [secret](#module\_secret) | ../../modules/secret | n/a |
4848

4949
### Resources

modules/build/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ locals {
6161
module "cr_namespace" {
6262
count = local.create_cr_namespace ? 1 : 0
6363
source = "terraform-ibm-modules/container-registry/ibm"
64-
version = "2.1.0"
64+
version = "2.3.5"
6565
namespace_name = "${local.prefix}${var.container_registry_namespace}"
6666
resource_group_id = var.existing_resource_group_id
6767
}
6868

6969
module "cr_endpoint" {
7070
source = "terraform-ibm-modules/container-registry/ibm//modules/endpoint"
71-
version = "2.1.0"
71+
version = "2.3.5"
7272
region = var.region
7373
}
7474

tests/go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ toolchain go1.25.4
66

77
require (
88
github.com/stretchr/testify v1.11.1
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.26
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.34
1010
)
1111

1212
require (
1313
dario.cat/mergo v1.0.0 // indirect
1414
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
15-
github.com/IBM-Cloud/power-go-client v1.13.0 // indirect
15+
github.com/IBM-Cloud/power-go-client v1.14.3 // indirect
1616
github.com/IBM/cloud-databases-go-sdk v0.8.1 // indirect
17-
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
18-
github.com/IBM/platform-services-go-sdk v0.90.0 // indirect
19-
github.com/IBM/project-go-sdk v0.3.9 // indirect
17+
github.com/IBM/go-sdk-core/v5 v5.21.2 // indirect
18+
github.com/IBM/platform-services-go-sdk v0.90.4 // indirect
19+
github.com/IBM/project-go-sdk v0.4.0 // indirect
2020
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2121
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
2222
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -28,11 +28,11 @@ require (
2828
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
2929
github.com/davecgh/go-spew v1.1.1 // indirect
3030
github.com/emirpasic/gods v1.18.1 // indirect
31-
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
31+
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
3232
github.com/ghodss/yaml v1.0.0 // indirect
3333
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3434
github.com/go-git/go-billy/v5 v5.6.2 // indirect
35-
github.com/go-git/go-git/v5 v5.16.3 // indirect
35+
github.com/go-git/go-git/v5 v5.16.4 // indirect
3636
github.com/go-logr/logr v1.4.2 // indirect
3737
github.com/go-logr/stdr v1.2.2 // indirect
3838
github.com/go-openapi/analysis v0.23.0 // indirect
@@ -47,17 +47,17 @@ require (
4747
github.com/go-openapi/validate v0.24.0 // indirect
4848
github.com/go-playground/locales v0.14.1 // indirect
4949
github.com/go-playground/universal-translator v0.18.1 // indirect
50-
github.com/go-playground/validator/v10 v10.26.0 // indirect
50+
github.com/go-playground/validator/v10 v10.28.0 // indirect
5151
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5252
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5353
github.com/google/go-cmp v0.7.0 // indirect
5454
github.com/google/uuid v1.6.0 // indirect
55-
github.com/gruntwork-io/terratest v0.52.0 // indirect
55+
github.com/gruntwork-io/terratest v0.54.0 // indirect
5656
github.com/hashicorp/errwrap v1.1.0 // indirect
5757
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5858
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
5959
github.com/hashicorp/go-multierror v1.1.1 // indirect
60-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
60+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
6161
github.com/hashicorp/go-safetemp v1.0.0 // indirect
6262
github.com/hashicorp/go-version v1.7.0 // indirect
6363
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
@@ -89,14 +89,14 @@ require (
8989
go.opentelemetry.io/otel v1.35.0 // indirect
9090
go.opentelemetry.io/otel/metric v1.35.0 // indirect
9191
go.opentelemetry.io/otel/trace v1.35.0 // indirect
92-
go.yaml.in/yaml/v2 v2.4.2 // indirect
93-
golang.org/x/crypto v0.43.0 // indirect
94-
golang.org/x/mod v0.28.0 // indirect
95-
golang.org/x/net v0.46.0 // indirect
92+
go.yaml.in/yaml/v2 v2.4.3 // indirect
93+
golang.org/x/crypto v0.45.0 // indirect
94+
golang.org/x/mod v0.29.0 // indirect
95+
golang.org/x/net v0.47.0 // indirect
9696
golang.org/x/sync v0.18.0 // indirect
97-
golang.org/x/sys v0.37.0 // indirect
98-
golang.org/x/text v0.30.0 // indirect
99-
golang.org/x/tools v0.37.0 // indirect
97+
golang.org/x/sys v0.38.0 // indirect
98+
golang.org/x/text v0.31.0 // indirect
99+
golang.org/x/tools v0.38.0 // indirect
100100
gopkg.in/warnings.v0 v0.1.2 // indirect
101101
gopkg.in/yaml.v2 v2.4.0 // indirect
102102
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)