Skip to content

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Nov 14, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/IBM/go-sdk-core/v5 v5.21.0 -> v5.21.2 age confidence require patch
github.com/gruntwork-io/terratest v0.52.0 -> v0.54.0 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.21 -> v1.60.34 age confidence require patch
terraform-ibm-modules/cloud-logs/ibm (source) 1.9.12 -> 1.10.0 age confidence module minor
terraform-ibm-modules/common-pipeline-assets v1.23.2 -> v1.24.0 age confidence action minor
terraform-ibm-modules/cos/ibm (source) 10.5.8 -> 10.7.0 age confidence module minor
terraform-ibm-modules/event-streams/ibm (source) 4.4.2 -> 4.6.0 age confidence module minor
terraform-ibm-modules/kms-all-inclusive/ibm (source) 5.4.10 -> 5.5.0 age confidence module minor

Release Notes

IBM/go-sdk-core (github.com/IBM/go-sdk-core/v5)

v5.21.2

Compare Source

Bug Fixes

v5.21.1

Compare Source

Bug Fixes
gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.54.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.53.0...v0.54.0

v0.53.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.52.0...v0.53.0

terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)

v1.60.34

Compare Source

Bug Fixes

v1.60.33

Compare Source

Bug Fixes
  • update region selector error message and add ssh troubleshooting docs (#​1082) (d4aa7b8)

v1.60.32

Compare Source

Bug Fixes
  • guard against panic when configuration does not have a schematics workspace id (#​1080) (b2c9858)

v1.60.31

Compare Source

Bug Fixes

v1.60.30

Compare Source

Bug Fixes

v1.60.29

Compare Source

Bug Fixes

v1.60.28

Compare Source

Bug Fixes
  • update tests to continue on failed validation if plan succeeds (#​1074) (c12aed0)

v1.60.27

Compare Source

Bug Fixes

v1.60.26

Compare Source

Bug Fixes

v1.60.25

Compare Source

Bug Fixes

v1.60.24

Compare Source

Bug Fixes
  • resource group creation error ("Can not get account") by including account number in request (#​1069) (b5ca31c)

v1.60.23

Compare Source

Bug Fixes
  • Complete Schematics migration cleanup and add comprehensive tests (#​1063) (bf50f18)

v1.60.22

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-cloud-logs (terraform-ibm-modules/cloud-logs/ibm)

v1.10.0

Compare Source

Features
terraform-ibm-modules/common-pipeline-assets (terraform-ibm-modules/common-pipeline-assets)

v1.24.0

Compare Source

Features
  • remove CRA scan. CRA depends on the SCC service which is EOL on 15th Dec (#​825) (63d89ff)
terraform-ibm-modules/terraform-ibm-cos (terraform-ibm-modules/cos/ibm)

v10.7.0

Compare Source

Features
  • Added a new lifecycle_rules submodule which allows to add multiple expiry lifecycle rules to an existing cos bucket (#​999) (78be598)

v10.6.1

Compare Source

Bug Fixes
  • updated default value of "add_bucket_name_suffix" to true in fscloud submodule (#​1003) (ce92d6f)

v10.6.0

Compare Source

Features

v10.5.11

Compare Source

Bug Fixes

v10.5.10

Compare Source

Bug Fixes
  • changed the default value for add_bucket_name_suffix to true in buckets submodule (#​1002) (3ba70bf)

v10.5.9

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-event-streams (terraform-ibm-modules/event-streams/ibm)

v4.6.0

Compare Source

Features
  • The service_credential_names input has been renamed to resource_keys. It now supports creating multiple keys with different roles and allows you to specify the endpoint to use. It also now supports the "NONE" role type. See below for sample usage.

    [
      {
        "name": "reader-resource-key",
        "role": "Reader",
        "endpoint": "private"
      },
      {
        "name": "writer-resource-key",
        "role": "Writer"
        "endpoint": "public"
      }
    ]
  • The service_credentials_json and service_credentials_object outputs have been replaced by a resource_keys output. (#​472) (f4b4157)

v4.5.0

Compare Source

Features
  • Added Next Steps to the DA deployment end screen for easier navigation (#​496) (1bc9777)
terraform-ibm-modules/terraform-ibm-kms-all-inclusive (terraform-ibm-modules/kms-all-inclusive/ibm)

v5.5.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-ops
Copy link
Contributor Author

terraform-ibm-modules-ops commented Nov 14, 2025

ℹ Artifact update notice

File name: tests/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/IBM-Cloud/power-go-client v1.13.0 -> v1.14.3
github.com/IBM/platform-services-go-sdk v0.90.0 -> v0.90.4
github.com/IBM/project-go-sdk v0.3.9 -> v0.4.0
github.com/gabriel-vasile/mimetype v1.4.9 -> v1.4.11
github.com/go-git/go-git/v5 v5.16.3 -> v5.16.4
github.com/go-openapi/errors v0.22.3 -> v0.22.4
github.com/go-openapi/strfmt v0.24.0 -> v0.25.0
github.com/go-playground/validator/v10 v10.26.0 -> v10.28.0
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
go.mongodb.org/mongo-driver v1.17.4 -> v1.17.6
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3
golang.org/x/crypto v0.43.0 -> v0.45.0
golang.org/x/mod v0.28.0 -> v0.29.0
golang.org/x/net v0.45.0 -> v0.47.0
golang.org/x/sys v0.37.0 -> v0.38.0
golang.org/x/text v0.30.0 -> v0.31.0
golang.org/x/tools v0.37.0 -> v0.38.0

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/dependencies branch 2 times, most recently from df6c833 to 084f077 Compare November 15, 2025 04:46
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/dependencies branch 2 times, most recently from 737c4af to 2412e8a Compare November 28, 2025 20:40
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants