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.17.5 -> v5.21.0 age confidence require minor
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.6 -> v2.0.15 age confidence require patch
github.com/gruntwork-io/terratest v0.47.1 -> v0.50.0 age confidence require minor
github.com/stretchr/testify v1.9.0 -> v1.11.1 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.38.2 -> v1.60.1 age confidence require minor
go (source) 1.23.1 -> 1.25.0 age confidence toolchain minor
helm (source) 2.14.0 -> 3.0.2 age confidence required_provider major
ibm (source) 1.68.0 -> 1.82.0 age confidence required_provider minor
kubernetes (source) 2.31.0 -> 2.38.0 age confidence required_provider minor
terraform-ibm-modules/common-pipeline-assets v1.22.4 -> v1.22.5 age confidence action patch
terraform-ibm-modules/landing-zone/ibm (source) 5.33.0 -> 8.5.8 age confidence module major

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)

v5.20.0

Compare Source

Features
  • auth: add support for MCSP V2 authentication (c7328f9)

v5.19.1

Compare Source

Bug Fixes

v5.19.0

Compare Source

Features
  • ContainerAuthenticator: add support for code engine workload (#​244) (80518d2)

v5.18.6

Compare Source

Bug Fixes
  • build: bump crypto dependency to avoid CVE (22d98e3)

v5.18.5

Compare Source

Bug Fixes
  • avoid runtime panic when the errors field of the response is nil (9c104b3)

v5.18.4

Compare Source

Bug Fixes
  • bump x/net to v0.34.0 to avoid CVE-2024-24338 (#​235) (3b75e84)
  • fix semantic-release config (9d9e0be)

v5.18.3

Compare Source

Bug Fixes

v5.18.2

Compare Source

Bug Fixes
  • wrap full validation errors instead of just their message (#​232) (1bfb146)

v5.18.1

Compare Source

Bug Fixes

v5.18.0

Compare Source

Features
  • IamAssumeAuthenticator: introduce new authenticator type (#​229) (df85f15)
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

v2.0.11

Compare Source

This release introduces a new secret type: Custom credentials. Read more about it in the service documentation.

v2.0.10

Compare Source

You can now use an Imported certificate secret to generate a Certificate Signing Reques (CSR) that you can then externally sign with your Certificate Authority and add it back to your Imported certificate secret.

Note

The function signature for the following functions has changed

  • NewPublicCertificatePrototype: common name is no longer required.
  • NewImportedCertificatePrototype: certificate is no longer required.

v2.0.9

Compare Source

Package updates.

v2.0.8

Compare Source

  • Support for intermediate CA certificates rotation

v2.0.7

Compare Source

Support for IAM service authorization

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

v0.49.0

Compare Source

Modules affected

  • terraform
  • helm
  • azure
  • aws
  • k8s
  • logger
  • packer

What's Changed

New Contributors

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

v0.48.2

Compare Source

Modules affected

  • shell
  • aws
  • gcp
  • terraform
  • k8s
  • azure
  • database

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.1...v0.48.2

v0.48.1

Compare Source

Modules affected

  • helm
  • azure
  • aws
  • k8s

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1

v0.48.0

Compare Source

Modules affected

  • terraform
  • aws
  • helm
  • logger
  • http-helper
  • opa
  • docker

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.47.2...v0.47.3

v0.47.2

Compare Source

Modules affected

  • ssh
  • terraform

Description

  • Updated logging line in ssh module
  • Refined terraform output by removing unnecessary info lines
  • Update rexml dependency

Related links

Full Changelog: gruntwork-io/terratest@v0.47.1...v0.47.2

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

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documentation, Build & CI

New Contributors

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

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

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](https://redirect.github.com/terraform-i


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

  • 44 additional dependencies were updated

Details:

Package Change
github.com/IBM-Cloud/power-go-client v1.7.1 -> v1.12.0
github.com/IBM/cloud-databases-go-sdk v0.7.0 -> v0.8.0
github.com/IBM/platform-services-go-sdk v0.69.0 -> v0.86.1
github.com/IBM/project-go-sdk v0.3.0 -> v0.3.6
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/ProtonMail/go-crypto v1.0.0 -> v1.1.6
github.com/cloudflare/circl v1.3.7 -> v1.6.1
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.4.1
github.com/gabriel-vasile/mimetype v1.4.3 -> v1.4.9
github.com/go-git/go-billy/v5 v5.5.0 -> v5.6.2
github.com/go-git/go-git/v5 v5.12.0 -> v5.16.2
github.com/go-logr/logr v1.3.0 -> v1.4.2
github.com/go-openapi/analysis v0.21.5 -> v0.23.0
github.com/go-openapi/errors v0.22.0 -> 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.19.0 -> v10.27.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.17.0 -> v2.22.0
github.com/hashicorp/terraform-json v0.22.1 -> v0.26.0
github.com/klauspost/compress v1.16.5 -> v1.16.7
github.com/mailru/easyjson v0.7.7 -> v0.9.0
github.com/pjbgf/sha1cd v0.3.0 -> v0.3.2
github.com/skeema/knownhosts v1.2.2 -> v1.3.1
github.com/tmccombs/hcl2json v0.5.0 -> v0.6.4
github.com/zclconf/go-cty v1.14.4 -> v1.16.3
go.mongodb.org/mongo-driver v1.14.0 -> v1.17.4
go.opentelemetry.io/otel v1.16.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.16.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.16.0 -> v1.35.0
golang.org/x/crypto v0.27.0 -> v0.41.0
golang.org/x/mod v0.17.0 -> v0.26.0
golang.org/x/net v0.25.0 -> v0.42.0
golang.org/x/sync v0.8.0 -> v0.16.0
golang.org/x/sys v0.25.0 -> v0.35.0
golang.org/x/text v0.18.0 -> v0.28.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.35.0

@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 5 times, most recently from 7940c1c to 05ed3de Compare August 17, 2025 07:54
@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