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.51.1 -> v1.60.17 age confidence require minor
go (source) 1.24.4 -> 1.25.3 age confidence toolchain minor
ibm (source) 1.81.0 -> 1.84.3 age confidence required_provider minor
terraform-ibm-modules/cbr/ibm (source) 1.33.5 -> 1.33.7 age confidence module patch
terraform-ibm-modules/common-pipeline-assets v1.22.5 -> v1.23.2 age confidence action minor
terraform-ibm-modules/iam-account-settings/ibm (source) 2.12.0 -> 2.12.8 age confidence module patch
terraform-ibm-modules/resource-group/ibm (source) 1.3.0 -> 1.4.0 age confidence module minor
terraform-ibm-modules/trusted-profile/ibm (source) 2.3.1 -> 3.1.1 age confidence module major

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)
IBM-Cloud/terraform-provider-ibm (ibm)

v1.84.3

Compare Source

1.84.3 (October 23, 2025)

Bug Fixes

VPC Infrastructure
  • fix: support boot volume profile configuration for is_instance creation (6528)

v1.84.2

Compare Source

1.84.2 (October 21, 2025)

Bug Fixes

General
  • Fix the filemap for IAM endpoint type from endpoints file (6524)

v1.84.1

Compare Source

1.84.1 (October 17, 2025)

Enhancements

IAM
  • Add new attributes to IAM Identity Account Settings (6491)

v1.84.0

Compare Source

Bug Fixes

Cloud Databases
  • Add hidden and beta versions to in place upgrade (6502)

Enhancements

Cloud Object Storage
  • Support Schematics replatform for COS resources (6504)
Secrets Manager
  • projects - support auto deploy mode (6492)
VPC Infrastructure
  • volume-qos-mode feature development (6498)

v1.83.3

Compare Source

Bug Fixes

VPC Infrastructure
  • migrated provider to v0.74.1 vpc-go-sdk (6500)

v1.83.2

Compare Source

Bug Fixes

Global Catalog
  • correct argument capitalization, update cm account doc (6486)
  • only set rev field if it exists (6494)
CIS
  • check position index before updating CIS ruleset rule (6472)
General
  • removed platform-services-go-sdk replace from go.mod (6495)

v1.83.1

Compare Source

Bug Fixes

  • fix the refresh token issue (6489)
  • Breaking change with 1.83.0 again (6487)
  • Timeout since v1.83.0 with resource ibm_cos_bucket_lifecycle_configuration (6488)

v1.83.0

Compare Source

Bug Fixes

Configuration Aggregator
  • fixed docs for is_lb_listener_policy_rule and container_cluster_config (6438)
IAM
  • update service, trusted id policies (6453)
Partner Center Sell
  • Cbr for iam service registration parnercentersellv1 (6462)
Power Systems
  • Refactor terraform errors to use new toolchain in instance, instance snapshot, instance ip, instance volume data sources (6448)
  • [D][R] Add creation date attribute to shared processor pool data source and resource (6446)
  • [D][R] Add Network Peer data source and resource (6444)
Secrets Manager
  • Secrets Manager fixes (6460)

Enhancements

IKS
  • Bump bluemix-go version to remove refresh token(6480)
Backup/Recovery
  • BRS GA Release: Remove LA Note (6464)
Configuration Aggregator
  • add way to test admin config ([6434](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):

  • 31 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.1 -> v5.21.0
github.com/IBM/platform-services-go-sdk v0.82.0 -> v0.89.0
github.com/IBM/project-go-sdk v0.3.6 -> v0.3.9
github.com/gabriel-vasile/mimetype v1.4.8 -> v1.4.9
github.com/go-git/go-git/v5 v5.16.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/gruntwork-io/terratest v0.49.0 -> v0.51.0
github.com/hashicorp/terraform-json v0.25.0 -> v0.27.2
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/zclconf/go-cty v1.16.2 -> 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.38.0 -> v0.43.0
golang.org/x/mod v0.18.0 -> v0.28.0
golang.org/x/net v0.39.0 -> v0.45.0
golang.org/x/sync v0.14.0 -> v0.17.0
golang.org/x/sys v0.33.0 -> v0.37.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

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

@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

@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