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.58.5 -> v1.60.1 age confidence require minor
go (source) 1.24.5 -> 1.25.0 age confidence toolchain minor
helm (source) 2.17.0 -> 3.0.2 age confidence required_provider major
ibm (source) 1.80.3 -> 1.82.0 age confidence required_provider minor
ibm (source) 1.81.0 -> 1.82.0 age confidence required_provider minor
terraform-ibm-modules/cbr/ibm (source) 1.32.6 -> 1.33.1 age confidence module minor
terraform-ibm-modules/cloud-logs/ibm (source) 1.6.4 -> 1.6.20 age confidence module patch
terraform-ibm-modules/cloud-monitoring/ibm (source) 1.6.0 -> 1.6.6 age confidence module patch
terraform-ibm-modules/cos/ibm (source) 8.21.25 -> 10.2.11 age confidence module major
terraform-ibm-modules/kms-all-inclusive/ibm (source) 5.1.16 -> 5.1.22 age confidence module patch
terraform-ibm-modules/landing-zone-vpc/ibm (source) 7.25.13 -> 8.0.0 age confidence module major
terraform-ibm-modules/landing-zone-vpc/ibm (source) 7.25.10 -> 8.0.0 age confidence module major
terraform-ibm-modules/logs-agent/ibm (source) 1.2.2 -> 1.4.1 age confidence module minor
terraform-ibm-modules/monitoring-agent/ibm (source) 1.6.3 -> 1.7.2 age confidence module minor
terraform-ibm-modules/secrets-manager-secret-group/ibm (source) 1.3.12 -> 1.3.14 age confidence module patch
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.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)
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.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)

v1.81.0

Compare Source

  • Support for Cloud Internet Services
    • Datasources
      • ibm_cis_managed_lists
      • ibm_cis_custom_lists
      • ibm_cis_custom_list_items
    • Resources
      • ibm_cis_custom_list
      • ibm_cis_custom_list_items
  • Support for VPC Infrastructure
    • Datasources
      • ibm_is_public_address_ranges
      • ibm_is_public_address_range
      • ibm_is_image_bare_metal_server_profiles
      • ibm_is_image_instance_profiles
      • ibm_is_snapshot_instance_profiles
      • ibm_is_volume_instance_profiles
    • Resources
      • ibm_is_public_address_range
  • Support for Power Systems
    • Datasources
      • ibm_pi_software_tiers
  • Support for IAM
    • Datasources
      • ibm_iam_trusted_profile_identities

Enhancements

CD Tekton Pipeline
  • add support for waiting runs limit (6335)
Cloud Internet Services
  • trusted profile support for ibm_cis datasource (6363)
  • Add support for managed and custom lists (6310)
Hpcs
  • Support for trusted profile token (6388)
IAM
  • Handle failed state assignments (6372)
  • added trusted profile identities (6316)
ODF
  • ODF 4.18 initial support (6348)
Power Systems
  • [DataSource] [Resource] Add Software Tier support for data sources and resources (6321)
  • Timeout changes (6392)
VMware
  • update vmware service (6329)
VPC Infrastructure
  • public address range development (6341)
  • Added support for source_snapshot on instance template (6364)
  • image capabilities changes (6366)
  • Legacy vendor images support for vpc-services (6357)
  • Added support for tags in is_vpn_server resource (6295)
  • Added crn to virtual network interface for is_instance (6297)

Deprecation

IAM
  • deprecate iam_service_id and profile_id while creation of policies (6345)

Bug Fixes

Cloud Internet Services
  • update error toolchain changes for cis (6300)
Dns Services
  • update error toolchain changes for dns services (6289)
IAM
  • Fix build failure issues (6367)
  • Fixed documentation on access management templates (6298)
Key Management
  • fix KMS example code and typos (6337)
Logs
  • fix dashboard panic (6374)
Power Systems
  • [Resource] [Datasource] Replace SSH Key API with new API (6375)
  • Remove dhcp option and fix arp-broadcast bug (6380)
Directlink
  • update error toolchain changes for direct link (6272)
Transit Gateway
  • update error toolchain changes for transit gateway (6274)
VPC Infrastructure
  • Added an empty check on allowed_use for is_instance (6381)
  • handle nil pointer in VPN server route deletion wait (6369)
  • is_lb docs for failsafe_policy_actions (6393)

v1.80.4

Compare Source

Bug Fixes

Power Systems
  • Revert "[Resource] [Datasource] Replace SSH Key API with new API (6355)
terraform-ibm-modules/terraform-ibm-cbr (terraform-ibm-modules/cbr/ibm)

v1.33.1

Compare Source

Bug Fixes

v1.33.0

Compare Source

Features
  • updated fscloud submodule to support required flows for SCC Workload Protection service (#​691) (a9da081)

v1.32.7

Compare Source

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

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


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

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

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

1 similar comment
@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/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