Skip to content

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Dec 6, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.64.1v1.65.2 age confidence require minor
ibm (source) 1.86.11.87.1 age confidence required_provider minor
terraform-ibm-modules/base-ocp-vpc/ibm (source) 3.75.73.77.7 age confidence module minor
terraform-ibm-modules/cos/ibm (source) 10.8.310.8.5 age confidence module patch
terraform-ibm-modules/icd-postgresql/ibm (source) 4.5.164.6.5 age confidence module minor
terraform-ibm-modules/kms-all-inclusive/ibm (source) 5.5.205.5.21 age confidence module patch
terraform-ibm-modules/landing-zone-vpc/ibm (source) 8.10.48.10.8 age confidence module patch
terraform-ibm-modules/secrets-manager-secret-group/ibm (source) 1.3.361.3.37 age confidence module patch
terraform-ibm-modules/secrets-manager-secret/ibm (source) 1.9.121.9.13 age confidence module patch
terraform-ibm-modules/vpe-gateway/ibm (source) 4.8.195.0.1 age confidence module major

Release Notes

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

v1.65.2

Compare Source

Bug Fixes

v1.65.1

Compare Source

Bug Fixes
  • deps: update module github.com/ibm/platform-services-go-sdk to v0.92.0 (#​1100) (e4b70d9)

v1.65.0

Compare Source

Features
  • moved GetTarIncludePatternsRecursively to terratest-wrapper (#​1092) (78d9ba2)

v1.64.2

Compare Source

Bug Fixes
  • avoid false positive matches on errors that should not be retried (#​1099) (74a40ae)
IBM-Cloud/terraform-provider-ibm (ibm)

v1.87.1

Compare Source

Enhancements

Enterprise Management
  • support redhat regex expression to owner id validation (6617)

v1.87.0

Compare Source

Bug Fixes

Cloud Databases
  • Fix the attribute in backup_id parameter (6567)
IAM
  • fix(IAM Policy Management): Fix subject stringExists (6598)
Cloud Logs
  • prevent panic when before list contains nil element (6580)
DR AutomationService
  • Dra terraform apis- fmt issue fixed (6612)
  • Dra terraform apis (6600)
VPC Infrastructure
  • added validation for public address range name (6608)

Enhancements

Backup/Recovery
  • add auto_proetction_group_id (6607)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.77.7

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/landing-zone-vpc/ibm to v8.10.8 (#​927) (0eae26e)

v3.77.6

Compare Source

Bug Fixes

v3.77.5

Compare Source

Bug Fixes

v3.77.4

Compare Source

Bug Fixes

v3.77.3

Compare Source

Bug Fixes

v3.77.2

Compare Source

Bug Fixes

v3.77.1

Compare Source

Bug Fixes
  • update the default kube-audit image tag and digest (#​912) (8ea3caa)

v3.77.0

Compare Source

Features
  • Add input validation for all Openshift add-on versions (#​913) (f691ed7)

v3.76.4

Compare Source

Bug Fixes

v3.76.3

Compare Source

Bug Fixes

v3.76.2

Compare Source

Bug Fixes

v3.76.1

Compare Source

Bug Fixes
  • binary installation script fails during concurrent Terraform runs (#​906) (9a1faa5)

v3.76.0

Compare Source

Features
  • added validation for the openshift-ai cluster addon (#​884) (c2be813)

v3.75.13

Compare Source

Bug Fixes

v3.75.12

Compare Source

Bug Fixes

v3.75.11

Compare Source

Bug Fixes

v3.75.10

Compare Source

Bug Fixes

v3.75.9

Compare Source

Bug Fixes

v3.75.8

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-cos (terraform-ibm-modules/cos/ibm)

v10.8.5

Compare Source

Bug Fixes

v10.8.4

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-icd-postgresql (terraform-ibm-modules/icd-postgresql/ibm)

v4.6.5

Compare Source

Bug Fixes

v4.6.4

Compare Source

Bug Fixes
  • add a fix to the DA to make sure the admin password is stored in the event that is the only secret that has to be stored (#​798) (0769a50)

v4.6.3

Compare Source

Bug Fixes

v4.6.2

Compare Source

Bug Fixes

v4.6.1

Compare Source

Bug Fixes

v4.6.0

Compare Source

Features
  • add support for v18. This is now the default for the DA. (#​791) (64d7640)
terraform-ibm-modules/terraform-ibm-kms-all-inclusive (terraform-ibm-modules/kms-all-inclusive/ibm)

v5.5.21

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-landing-zone-vpc (terraform-ibm-modules/landing-zone-vpc/ibm)

v8.10.8

Compare Source

Bug Fixes

v8.10.7

Compare Source

Bug Fixes

v8.10.6

Compare Source

Bug Fixes

v8.10.5

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-secret-group (terraform-ibm-modules/secrets-manager-secret-group/ibm)

v1.3.37

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-secrets-manager-secret (terraform-ibm-modules/secrets-manager-secret/ibm)

v1.9.13

Compare Source

Bug Fixes
  • updated the variable validation on the secret_labels to align with what the service supports (#​404) (6c73db3)
terraform-ibm-modules/terraform-ibm-vpe-gateway (terraform-ibm-modules/vpe-gateway/ibm)

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
  • the deprected allow_dns_resolution_binding attribute of both the cloud_services and cloud_service_by_crn inputs have been replaced by the dns_resolution_binding_mode attribute. This attribute supports the values "disabled", "per_resource_binding", and "primary"
  • the required IBM provider version has been updated to ">=1.86.1, <2.0.0" (#​749) (2a37638)
BREAKING CHANGES
  • To match the changes on the Terraform resource is_virtual_endpoint_gateway, this release introduces a breaking change to the variables cloud_services and cloud_service_by_crn. The boolean field allow_dns_resolution_binding has been removed and replaced with a more flexible string field dns_resolution_binding_mode to support advanced configurations (i.e. primary, disabled and per_resource_binding value allowed), with the following mapping
    • allow_dns_resolution_binding = "false" -> dns_resolution_binding_mode = "disabled"
    • allow_dns_resolution_binding = "true" -> dns_resolution_binding_mode = "primary"

For more details refer to the resource migration guide

Module Migration Guide:
  • If you are explicitly setting allow_dns_resolution_binding in your cloud_services or cloud_service_by_crn lists different from the default value then on migration the plan will show update-in-place for those services as the new module will use the default value for dns_resolution_binding_mode.
  • This means that, without changing anything in your input, if you leave allow_dns_resolution_binding=true with the new version, the is_virtual_endpoint_gateway resource dns_resolution_binding_mode will assume its default value disabled instead of the primary value matching the previous true value.
  • Therefore the new field needs to be set as follows, according to the value you are explicitly setting with the previous module versions:
    • if you are setting allow_dns_resolution_binding=false-> set dns_resolution_binding_mode = "disabled" in your input
    • if you are setting allow_dns_resolution_binding=true -> set dns_resolution_binding_mode = "primary" in your input
      After making the changes run terraform plan to ensure that there is No change in the infrastructure.

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

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

@shemau
Copy link
Contributor

shemau commented Dec 8, 2025

All the changes in this PR are merged with fixes except: the kubernetes provider major bump to 3.0.0.

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops
Copy link
Contributor Author

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

  • 7 additional dependencies were updated

Details:

Package Change
github.com/IBM-Cloud/power-go-client v1.14.3 -> v1.14.4
github.com/IBM/platform-services-go-sdk v0.90.4 -> v0.91.0
github.com/go-openapi/errors v0.22.5 -> v0.22.6
golang.org/x/crypto v0.45.0 -> v0.46.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.39.0
golang.org/x/text v0.31.0 -> v0.32.0

@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

@ocofaigh
Copy link
Contributor

ocofaigh commented Jan 4, 2026

Looks like we need to move to v3 of the kubernetes provider for this to pass

@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 Jan 10, 2026

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

  • 9 additional dependencies were updated

Details:

Package Change
github.com/IBM/platform-services-go-sdk v0.91.0 -> v0.93.1
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/gruntwork-io/terratest v0.54.0 -> v0.55.0
golang.org/x/crypto v0.46.0 -> v0.47.0
golang.org/x/mod v0.30.0 -> v0.31.0
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/sys v0.39.0 -> v0.40.0
golang.org/x/text v0.32.0 -> v0.33.0
golang.org/x/tools v0.39.0 -> v0.40.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

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

5 participants