Skip to content

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/gruntwork-io/terratest v0.49.0 -> v0.50.0 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.51.1 -> v1.58.8 age confidence require minor
go (source) 1.24.3 -> 1.24.6 age confidence toolchain patch
terraform-ibm-modules/cbr/ibm (source) 1.32.4 -> 1.32.6 age confidence module patch
terraform-ibm-modules/event-notifications/ibm (source) 2.4.22 -> 2.6.5 age confidence module minor
terraform-ibm-modules/kms-all-inclusive/ibm (source) 5.1.13 -> 5.1.17 age confidence module patch
terraform-ibm-modules/resource-group/ibm (source) 1.2.1 -> 1.3.0 age confidence module minor
terraform-ibm-modules/secrets-manager-secret-group/ibm (source) 1.3.11 -> 1.3.12 age confidence module patch

Release Notes

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

v0.50.0

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.49.0...v0.50.0

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

v1.58.8

Compare Source

Bug Fixes
  • update CatalogJson and CatalogInput structs to use omitempty and interface{} for options (#​1014) (a8b0d01)

v1.58.7

Compare Source

Bug Fixes
  • filter out files with no diff content in all environments (#​1013) (f53cb0d)

v1.58.6

Compare Source

Bug Fixes
  • simplify dependency detection by adding support for local ibm_catalog.json parsing (#​1012) (6e173fc)

v1.58.5

Compare Source

Bug Fixes
  • Add IsRunningInCI function and enhance local change checks in test setup (#​1009) (bb3411f)

v1.58.4

Compare Source

Bug Fixes
  • Add GetFileDiff function to retrieve file diffs and enhance error reporting in test setup (#​1008) (919a6e6)

v1.58.3

Compare Source

Bug Fixes
  • Resolve circular dependency detection issues and improve documentation (#​1007) (13228b8)

v1.58.2

Compare Source

Bug Fixes

v1.58.1

Compare Source

Bug Fixes

v1.58.0

Compare Source

Features

v1.57.1

Compare Source

Bug Fixes

v1.57.0

Compare Source

Features
  • Implement dependency permutation testing framework and enhance logging features (#​1000) (4a5d4af)

v1.56.1

Compare Source

Bug Fixes

v1.56.0

Compare Source

Features

v1.55.7

Compare Source

Bug Fixes
  • Enhance error handling for nil configuration fields in catalog and icd processing (#​997) (bba698e)

v1.55.6

Compare Source

Bug Fixes

v1.55.5

Compare Source

Bug Fixes
  • remove some optimisation that introduced a bug (#​993)
    - enhanced addon dependency visualization with comprehensive tree structure and circular reference detection (517dd93)

v1.55.4

Compare Source

Bug Fixes
  • optimize dependency processing logic by catalog api (#​992)
    - ensure required dependencies are always processed and stop processing disabled branches (360f721)

v1.55.3

Compare Source

Bug Fixes

v1.55.2

Compare Source

Bug Fixes
  • Implement staggered testing to prevent rate limiting in parallel addon tests (#​988) (0fb548e)

v1.55.1

Compare Source

Bug Fixes

v1.55.0

Compare Source

Features

v1.54.2

Compare Source

Bug Fixes

v1.54.1

Compare Source

Bug Fixes
  • do not skip validation if infra deploy is disabled (#​980) (3eab311)

v1.54.0

Compare Source

Features

v1.53.4

Compare Source

Bug Fixes

v1.53.3

Compare Source

Bug Fixes

v1.53.2

Compare Source

Bug Fixes

v1.53.1

Compare Source

Bug Fixes

v1.53.0

Compare Source

Features
  • schematics test input var validation for undeclared variables (#​973)
    - added new schematics test for input variables, to alert that variables are being used in test that are not present in the solution (8bdc717)

v1.52.1

Compare Source

Bug Fixes
  • Add option to skip infrastructure deployment in addon tests (#​975) (4d4c815)

v1.52.0

Compare Source

Features
  • Validation of Expected Dependencies in Addons Testing (#​966) (ecce09a)
terraform-ibm-modules/terraform-ibm-cbr (terraform-ibm-modules/cbr/ibm)

v1.32.6

Compare Source

Bug Fixes

v1.32.5

Compare Source

Bug Fixes
  • fix the prefix input variable in the DA to allow null (#​700) (237228b)
terraform-ibm-modules/terraform-ibm-event-notifications (terraform-ibm-modules/event-notifications/ibm)

v2.6.5

Compare Source

Bug Fixes
  • removed workaround for virtual inputs + improved DA user experience (#​524) (e348b9d)

v2.6.4

Compare Source

Bug Fixes
  • The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#​523) (8e0b219)

v2.6.3

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.16 (#​521) (1860afa)

v2.6.2

Compare Source

Bug Fixes

v2.6.1

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the deployable architecture solution (#​518) (7b36c4b)

v2.6.0

Compare Source

Features

v2.5.0

Compare Source

Features
terraform-ibm-modules/terraform-ibm-kms-all-inclusive (terraform-ibm-modules/kms-all-inclusive/ibm)

v5.1.17

Compare Source

Bug Fixes
  • The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#​727) (55746c9)

v5.1.16

Compare Source

Bug Fixes

v5.1.15

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the deployable architecture solution (#​729) (6e6c101)

v5.1.14

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/key-protect/ibm to v2.10.7 (#​724) (c3fffd6)
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)

v1.3.0

Compare Source

Features
  • Add support to return default resource group details (#​728) (15e69d7)
terraform-ibm-modules/terraform-ibm-secrets-manager-secret-group (terraform-ibm-modules/secrets-manager-secret-group/ibm)

v1.3.12

Compare Source

Bug Fixes

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

ℹ 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):

  • 25 additional dependencies were updated

Details:

Package Change
github.com/IBM-Cloud/power-go-client v1.11.0 -> v1.12.0
github.com/IBM/cloud-databases-go-sdk v0.7.1 -> v0.8.0
github.com/IBM/go-sdk-core/v5 v5.19.1 -> v5.21.0
github.com/IBM/platform-services-go-sdk v0.82.0 -> v0.85.1
github.com/gabriel-vasile/mimetype v1.4.8 -> v1.4.9
github.com/go-git/go-git/v5 v5.16.0 -> v5.16.2
github.com/go-openapi/analysis v0.21.5 -> v0.23.0
github.com/go-openapi/jsonpointer v0.20.1 -> v0.21.1
github.com/go-openapi/jsonreference v0.20.3 -> v0.21.0
github.com/go-openapi/loads v0.21.3 -> v0.22.0
github.com/go-openapi/runtime v0.26.0 -> v0.28.0
github.com/go-openapi/spec v0.20.12 -> v0.21.0
github.com/go-openapi/swag v0.22.5 -> v0.23.1
github.com/go-openapi/validate v0.22.4 -> v0.24.0
github.com/mailru/easyjson v0.7.7 -> v0.9.0
go.opentelemetry.io/otel v1.29.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.35.0
golang.org/x/crypto v0.38.0 -> v0.40.0
golang.org/x/mod v0.18.0 -> v0.25.0
golang.org/x/net v0.39.0 -> v0.41.0
golang.org/x/sync v0.14.0 -> v0.16.0
golang.org/x/sys v0.33.0 -> v0.34.0
golang.org/x/text v0.25.0 -> v0.27.0
golang.org/x/tools v0.22.0 -> v0.34.0

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev terraform-ibm-modules-dev merged commit ba6a495 into main Aug 9, 2025
2 checks passed
@terraform-ibm-modules-dev terraform-ibm-modules-dev deleted the renovate/dependencies branch August 9, 2025 03:11
@terraform-ibm-modules-ops
Copy link
Contributor Author

🎉 This PR is included in version 2.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants