Skip to content

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Aug 7, 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.58.7 -> v1.60.3 age confidence require minor
go (source) 1.25.0 -> 1.25.1 age confidence toolchain patch
helm (source) 2.17.0 -> 3.0.2 age confidence required_provider major
ibm (source) 1.81.0 -> 1.82.1 age confidence required_provider minor
icr.io/ibm/observe/logs-router-agent 1.6.1 -> 1.6.2 age confidence patch
icr.io/ibm/observe/logs-router-agent-init 1.6.1 -> 1.6.2 age confidence patch
terraform-ibm-modules/base-ocp-vpc/ibm (source) 3.54.5 -> 3.56.0 age confidence module minor
terraform-ibm-modules/cloud-logs/ibm (source) 1.6.4 -> 1.6.21 age confidence module patch
terraform-ibm-modules/cos/ibm (source) 8.21.25 -> 10.2.13 age confidence module major
terraform-ibm-modules/trusted-profile/ibm (source) 2.3.1 -> 3.1.1 age confidence module major
terraform-ibm-modules/vpe-gateway/ibm (source) 4.7.1 -> 4.7.6 age confidence module patch

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.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)
hashicorp/terraform-provider-helm (helm)

v3.0.2

Compare Source

This is a patch release that fixes a number of bugs discovered in the v3.x.x release.

BUG FIXES:

  • helm_release: Fix description field causing inconsistent plan [GH-1648]
  • helm_release: Fix plan error when devel = false is set and version is provided [GH-1656]
  • helm_release: Fix postrender being run when binaryPath is nil [GH-1649]
  • helm_release: Fix shallow clone bug causing nested sensitive values to be redacted in the k8s API [GH-1644]
  • provider: Fix namespace override logic in Kubernetes client initialization [GH-1650]
  • provider: Restore support for the KUBE_PROXY_URL environment variable [GH-1655]

v3.0.1

Compare Source

This is a hotfix release.

HOTFIX:

  • helm_release: Fix state upgrader code to use correct type for "values" attribute. [GH-1638]

v3.0.0

Compare Source

This release migrates ports the provider project from terraform-plugin-sdk/v2 to terraform-plugin-framework [GH-1379]

Please refer to the migration guide.

BREAKING CHANGES:

  • Blocks to Nested Objects: Blocks like kubernetes, registry, and experiments are now represented as nested objects.
  • List Syntax for Nested Attributes: Attributes like set, set_list, and set_sensitive in helm_release and helm_template are now lists of nested objects instead of blocks
  • The new framework code uses Terraform Plugin Protocol Version 6 which is compatible with Terraform versions 1.0 and above. Users of earlier versions of Terraform can continue to use the Helm provider by pinning their configuration to the 2.x version.

FEATURES:

  • Add "literal" as a supported type for the set block [GH-1615]

  • helm_release: Add support for ResourceIdentity. [GH-1625]

  • helm_release: Add set_wo write-only attribute [GH-1592]

ENHANCEMENT:

  • helm_release: Add UpgradeState logic to support migration from SDKv2 to Plugin Framework [GH-1633]
  • update helm dependency to v3.17.2 [GH-1608]

BUG FIXES:

  • helm_release: Fix namespace behaviour for dependency charts in non-default namespaces [GH-1583]

  • change set.value && set_list.value to optional instead of required [GH-1572]

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
  • Support for VMware
    • Datasources
      • ibm_vmaas_transit_gateway_connection
    • Resources
      • ibm_vmaas_transit_gateway_connection

Bug Fixes

Cloudant
  • Example validation updates (6403)
Global Catalog, IAM
  • Bump platform go SDK, add new fields (6415)
Power Systems
  • Refactor Terraform errors to use new toolchain in available hosts and catalog images data sources (6407)
  • Refactor Terraform errors to use new toolchain in cloud connection, cloud instance, and datacenter data sources (6411)
  • Refactor Terraform errors to use new toolchain in DHCP, disaster recovery location, and host group data sources (6416)
  • Refactor Terraform errors to use new toolchain in host, image location, and instance console language data sources (6417)
Secrets Manager
  • Fix missing secret_id property (6400)
  • Update docs - nested JSONs and fixes (6356)
  • Fix secret manager tests (6412
  • Add retrieved_at attribute to secret metadata 6423)
VMware
  • Fix bad request when updating fast_provisioning_enabled (6425)
VPC Infrastructure
  • Handle absent device on VSIs (6419)

Enhancements

CD Tekton Pipeline
  • Add support for ca-mon region (6402)
App Configuration
  • Addition of Integration Resources support (6405)
Event Streams
  • Pre-defined templates and Code Engine templates support (6398)
MQ Service
  • Add ability to update user and app names (6397)
VMware
  • Transit Gateway support for Vmaas Terraform (6377)
CIS
  • Add ratelimit changes in custom rulesets (6379)
VPC Infrastructure
  • Added storage_generation attribute to is_volume (6413)
Satellite
  • Added length validation check for satellite location (6421)
Transit Gateway
  • Added option to enable or disable GRE enhanced route propagation (6311)
Power Systems
  • Update Volume Flash Copy documentation (6420)
General
  • Bump actions/checkout from 4.2.2 to 5.0.0 (6406)
  • Upgrade bluemix-go dependency (6409)
  • Fix evaluation order for endpoints_file_path precedence (6429)

Tests

Secrets Manager
  • Optionally disable SM crypto key tests (6408)

v1.81.1

Compare Source

Bug Fixes

Resource controller
  • bypassing scc refresh after deprecation (6401)
VPC Infrastructure
  • prevent 409 errors in is_virtual_endpoint_gateway by locking on VPC ID during create (6378)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.56.0

Compare Source

Features

v3.55.7

Compare Source

Bug Fixes
  • updated applicable DA input to use HCL editor widget (#​776) (1ff2d44)

v3.55.6

Compare Source

Bug Fixes
  • add compliance controls to the OCP DA QuickStart variation (#​783) (546e3c3)

v3.55.5

Compare Source

Bug Fixes
  • change default OS in deployable architecture solution to RHCOS to match the default OCP version (#​779) (78564af)

v3.55.4

Compare Source

Bug Fixes
  • Addressed ROKS DA E2E walkthrough feedback
    - updated DA diagrams
    - modified IAM permissions
    - updated the content on catalog (#​771) (39d65ba)

v3.55.3

Compare Source

Bug Fixes
  • update test to correct the few values of OCP DA in catalog UI (#​777) (5b28550)

v3.55.2

Compare Source

Bug Fixes
  • add retry logic to reset_iks_api_key.sh while fetching IAM keys (#​753) (ba66cc0)

v3.55.1

Compare Source

Bug Fixes

v3.55.0

Compare Source

Features

v3.54.7

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. (#​766) (24224bf)

v3.54.6

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-cloud-logs (terraform-ibm-modules/cloud-logs/ibm)

v1.6.21

Compare Source

Bug Fixes
  • updated applicable DA inputs to use HCL editor widget (#​123) (07fc5f1)

v1.6.20

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v10.2.11 (#​126) (5dc60d7)

v1.6.19

Compare Source

Bug Fixes

v1.6.18

Compare Source

Bug Fixes

v1.6.17

Compare Source

Bug Fixes

v1.6.16

Compare Source

Bug Fixes

v1.6.15

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v10.2.3 (#​117) (09be4dc)

v1.6.14

Compare Source

Bug Fixes

v1.6.13

Compare Source

Bug Fixes

v1.6.12

Compare Source

Bug Fixes

v1.6.11

Compare Source

Bug Fixes

v1.6.10

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.19 (#​108) (4898fba)

v1.6.9

Compare Source

Bug Fixes

v1.6.8

Compare Source

Bug Fixes

v1.6.7

Compare Source

Bug Fixes
  • fixed bug where prefix was not being used in instance name in the DA (#​76) (1b8cf96)

v1.6.6

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. (#​103) (df90dc1)

v1.6.5

Compare Source

Bug Fixes
  • change default value of management_endpoint_type_for_buckets to "direct" and unhide the input from the DA (#​102) (7b0974f)
terraform-ibm-modules/terraform-ibm-cos (terraform-ibm-modules/cos/ibm)

v10.2.13

Compare Source

Bug Fixes
  • updated applicable DA inputs to use HCL editor widget (#​950) (5229ca8)

v10.2.12

Compare Source

Bug Fixes

v10.2.11

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/secrets-manager/ibm to v2.8.4 (#​954) (0eca2be)

v10.2.10

Compare Source

Bug Fixes

v10.2.9

Compare Source

Bug Fixes

v10.2.8

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-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
Copy link
Contributor Author

terraform-ibm-modules-ops commented Aug 9, 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):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/IBM/platform-services-go-sdk v0.85.1 -> v0.86.1
github.com/go-openapi/errors v0.22.1 -> v0.22.2
github.com/hashicorp/terraform-json v0.25.0 -> v0.26.0
github.com/zclconf/go-cty v1.16.2 -> v1.16.3
golang.org/x/crypto v0.40.0 -> v0.41.0
golang.org/x/mod v0.25.0 -> v0.26.0
golang.org/x/net v0.41.0 -> v0.42.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/text v0.27.0 -> v0.28.0
golang.org/x/tools v0.34.0 -> v0.35.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-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

@Aashiq-J
Copy link
Member

Aashiq-J commented Sep 5, 2025

Changes added in this PR: #159

@Aashiq-J Aashiq-J closed this Sep 5, 2025
@Aashiq-J Aashiq-J deleted the renovate/dependencies branch September 5, 2025 09:46
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