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/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.47.1 -> v1.60.17 age confidence require minor
go (source) 1.24.1 -> 1.25.3 age confidence toolchain minor
ibm (source) 1.78.3 -> 1.84.3 age confidence required_provider minor
ibm (source) 1.80.2 -> 1.84.3 age confidence required_provider minor
terraform-ibm-modules/common-pipeline-assets v1.22.5 -> v1.23.2 age confidence action minor
terraform-ibm-modules/resource-group/ibm (source) 1.3.0 -> 1.4.0 age confidence module minor
terraform-ibm-modules/resource-group/ibm (source) 1.2.0 -> 1.4.0 age confidence module minor

Release Notes

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

Compare Source

Bug Fixes

v1.60.16

Compare Source

Bug Fixes
  • Clarify log output and improve schematics log retrival (#​1052) (655d2b7)

v1.60.15

Compare Source

Bug Fixes

v1.60.14

Compare Source

Bug Fixes
  • catalog tests use target commit ID instead of branch to support import offering from another fork (#​1047) (4366b15)

v1.60.13

Compare Source

Bug Fixes
  • corrected reference update in input merging function (#​1050) (93db892)

v1.60.12

Compare Source

Bug Fixes

v1.60.11

Compare Source

Bug Fixes
  • addons project setting require manual approval support (#​1049) (f884f43)

v1.60.10

Compare Source

Bug Fixes
  • allow HCL string defaults for array/object types in catalog validation (#​1046) (150dd46)

v1.60.9

Compare Source

Bug Fixes
  • add option for second terraform apply with given terraform vars (#​1040) (64ba5ee)

v1.60.8

Compare Source

Bug Fixes
  • fix OverrideInputMappings so that ref values can be overwritten (#​1044) (9c7ce90)

v1.60.7

Compare Source

Bug Fixes

v1.60.6

Compare Source

Bug Fixes

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

v1.50.1

Compare Source

Bug Fixes

v1.50.0

Compare Source

Features
  • add public TestTearDown method to testschematics package (#​958) (b023477)

v1.49.4

Compare Source

Bug Fixes

v1.49.3

Compare Source

Bug Fixes

v1.49.2

Compare Source

Bug Fixes

v1.49.1

Compare Source

Bug Fixes

v1.49.0

Compare Source

Features

v1.48.3

Compare Source

Bug Fixes

v1.48.2

Compare Source

Bug Fixes
  • deps: update module golang.org/x/crypto to v0.37.0 (#​945) (61e7625)

v1.48.1

Compare Source

Bug Fixes

v1.48.0

[Compare Source](http


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

  • 32 additional dependencies were updated

Details:

Package Change
github.com/IBM-Cloud/power-go-client v1.11.0 -> v1.13.0
github.com/IBM/cloud-databases-go-sdk v0.7.1 -> v0.8.1
github.com/IBM/go-sdk-core/v5 v5.19.0 -> v5.21.0
github.com/IBM/platform-services-go-sdk v0.79.0 -> v0.89.0
github.com/IBM/project-go-sdk v0.3.6 -> v0.3.9
github.com/ProtonMail/go-crypto v1.1.5 -> v1.1.6
github.com/cloudflare/circl v1.6.0 -> v1.6.1
github.com/gabriel-vasile/mimetype v1.4.8 -> v1.4.9
github.com/go-git/go-git/v5 v5.14.0 -> v5.16.3
github.com/go-openapi/analysis v0.21.5 -> v0.23.0
github.com/go-openapi/errors v0.22.1 -> v0.22.3
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/strfmt v0.23.0 -> v0.24.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.24.0 -> v10.26.0
github.com/hashicorp/terraform-json v0.24.0 -> v0.27.2
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/zclconf/go-cty v1.15.1 -> v1.16.4
go.mongodb.org/mongo-driver v1.17.2 -> 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/crypto v0.36.0 -> v0.43.0
golang.org/x/mod v0.18.0 -> v0.28.0
golang.org/x/net v0.37.0 -> v0.45.0
golang.org/x/sync v0.12.0 -> v0.17.0
golang.org/x/sys v0.31.0 -> v0.37.0

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@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

1 similar comment
@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 d9be847 to 1d23989 Compare August 23, 2025 03:52
@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-ops terraform-ibm-modules-ops force-pushed the renovate/dependencies branch 2 times, most recently from ec1eb6f to 3408e50 Compare October 25, 2025 03:50
@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