Skip to content

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Aug 8, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/IBM/go-sdk-core/v5 v5.20.0 -> v5.21.0 age confidence require minor
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.11 -> v2.0.15 age confidence require patch
github.com/gruntwork-io/terratest v0.49.0 -> v0.50.0 age confidence require minor
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.50.1 -> v1.60.5 age confidence require minor
go (source) 1.24.3 -> 1.25.1 age confidence toolchain minor
golang.org/x/crypto v0.39.0 -> v0.41.0 age confidence require minor
ibm (source) >= 1.68.1, < 2.0.0 -> >= 1.82.1, < 2.0.0 age confidence required_provider minor
terraform-ibm-modules/app-configuration/ibm (source) 1.8.2 -> 1.10.2 age confidence module minor
terraform-ibm-modules/bare-metal-vpc/ibm (source) 1.1.0 -> 1.3.0 age confidence module minor
terraform-ibm-modules/common-pipeline-assets v1.22.4 -> v1.22.5 age confidence action patch
terraform-ibm-modules/dedicated-host/ibm (source) 1.1.0 -> 2.0.1 age confidence module major
terraform-ibm-modules/landing-zone-vpc/ibm (source) 7.23.6 -> 8.2.2 age confidence module major
terraform-ibm-modules/landing-zone-vsi/ibm (source) 5.0.0 -> 5.5.4 age confidence module minor
terraform-ibm-modules/landing-zone/ibm (source) 7.4.4 -> 8.5.15 age confidence module major
terraform-ibm-modules/landing-zone/ibm (source) 8.2.0 -> 8.5.15 age confidence module minor
terraform-ibm-modules/observability-instances/ibm (source) 3.3.1 -> 3.5.3 age confidence module minor
terraform-ibm-modules/scc-workload-protection/ibm (source) 1.10.0 -> 1.11.6 age confidence module minor
terraform-ibm-modules/security-group/ibm (source) 2.6.2 -> 2.7.0 age confidence module minor

Release Notes

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

v5.21.0

Compare Source

Features
  • enable proxy support when SSL verification is disabled (#​254) (28c72e3)

v5.20.1

Compare Source

Bug Fixes
  • BaseService: allow User-Agent to be set via service-level headers (ae8e642)
IBM/secrets-manager-go-sdk (github.com/IBM/secrets-manager-go-sdk/v2)

v2.0.15

Compare Source

A new secret access tracking feature is now available. Use the retrieved_at to see when was the secret data last accessed. This provides better visibility into secret usage for improved monitoring and management.

v2.0.14

Compare Source

Updates to go.mod.

v2.0.13

Compare Source

v2.0.12

Compare Source

Fix for
https://pkg.go.dev/vuln/GO-2025-3749
https://pkg.go.dev/vuln/GO-2025-3751

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

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

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

v1.60.5

Compare Source

Bug Fixes

v1.60.4

Compare Source

Bug Fixes

v1.60.3

Compare Source

Bug Fixes
  • update retry configurations for catalog and project operations (#​1032) (7704950)

v1.60.2

Compare Source

Bug Fixes

v1.60.1

Compare Source

Bug Fixes

v1.60.0

Compare Source

Features

v1.59.7

Compare Source

Bug Fixes

v1.59.6

Compare Source

Bug Fixes
  • enhance retry logic with deny list approach for error handling (#​1028) (fe61c13)

v1.59.5

Compare Source

Bug Fixes
  • add stagger configuration for parallel test execution to optimize API call spacing (#​1027) (3f2e47f)

v1.59.4

Compare Source

Bug Fixes
  • Expose retry variables and handle retry already exits (#​1026) (98b67be)

v1.59.3

Compare Source

Bug Fixes
  • add retry logic for project creation and deletion operations (#​1025) (93bf283)

v1.59.2

Compare Source

Bug Fixes
  • enhance permutation testing by adding skip logic for enabled dependencies (#​1023) (5b36f23)

v1.59.1

Compare Source

Bug Fixes

v1.59.0

Compare Source

Features
  • improve addon test dependency tree resolution (#​1020)
    - Fixes the dependecy tree resolution
    - added the ability to skip ceritan permutaion test combinations
    - simplified some code paths (3520879)

v1.58.12

Compare Source

Bug Fixes

v1.58.11

Compare Source

Bug Fixes

v1.58.10

Compare Source

Bug Fixes
  • deps: update module github.com/go-openapi/errors to v0.22.2 (#​1017) (5f41ba3)

v1.58.9

Compare Source

Bug Fixes

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)

v1.51.1

Compare Source

Bug Fixes
  • deps: update module github.com/ibm/platform-services-go-sdk to v0.82.0 (#​963) (8e25b30)

v1.51.0

Compare Source

Features
IBM-Cloud/terraform-provider-ibm (ibm)

v1.82.1

Compare Source

Bug Fixes

Kubernetes Cluster
  • rollback vendor for cluster config (6432)

v1.82.0

Compare Source

  • Support for App Configuration
    • Datasources
      • ibm_app_config_integrations
      • ibm_app_config_integration_en
      • ibm_app_config_integration_kms
    • Resources
      • ibm_app_config_integration_en
      • ibm_app_config_integration_kms
  • Support for Event Notifications
    • Datasources
      • ibm_en_pre_defined_template
      • ibm_en_pre_defined_templates
      • ibm_en_code_engine_template
    • Resources
      • ibm_en_code_engine_template
  • Supp

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 Aug 8, 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):

  • 29 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/platform-services-go-sdk v0.81.1 -> v0.86.1
github.com/IBM/vpc-go-sdk v0.68.0 -> v0.71.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/errors v0.22.1 -> v0.22.2
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/go-playground/validator/v10 v10.26.0 -> v10.27.0
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/terraform-json v0.25.0 -> v0.26.0
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/zclconf/go-cty v1.16.2 -> v1.16.3
go.mongodb.org/mongo-driver v1.17.3 -> v1.17.4
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/mod v0.25.0 -> v0.26.0
golang.org/x/net v0.40.0 -> v0.42.0
golang.org/x/sync v0.15.0 -> v0.17.0
golang.org/x/sys v0.33.0 -> v0.35.0
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@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 6 times, most recently from 4178095 to 02aeb2c Compare August 17, 2025 07:49
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@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.

2 participants