Conversation
|
/run pipeline |
|
@Aayush-Abhyarthi why is this a major version release? What is the breaking change? Is there any migration required? |
Yes, it is not a breaking change. Updated to a minor release. |
|
/run pipeline |
|
/run pipeline |
rajatagarwal-ibm
left a comment
There was a problem hiding this comment.
You need to update DA-types.md, too. https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc/blob/main/solutions/fully-configurable/DA-types.md?plain=1
|
/run pipeline |
There was a problem hiding this comment.
I know this is unrelated to the changes in this PR, but perhaps you could fix it. I just spotted this in the ibm_catalog.json:
{
"key": "vpe_gateway_cloud_services",
"type": "array"
},
{
"key": "vpe_gateway_cloud_service_by_crn",
"type": "array"
}
These should be using the HCL editor widget. Can you please fix?
|
/run pipeline |
|
/run pipeline |
|
🎉 This PR is included in version 8.15.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |



Description
Issue: #1129
Release required?
x.x.X)x.X.x)X.x.x)Release notes content
terraform-ibm-vpe-gatewaymodule has depricated the parameterallow_dns_resolution_bindingand replaced it withdns_resolution_binding_modein thecloud_servicesas well ascloud_service_by_crnvariables.dns_resolution_binding_modeparameter now supports the following values -primary,disabledandper_resource_binding.allow_dns_resolution_binding = "false"->dns_resolution_binding_mode = "disabled"allow_dns_resolution_binding = "true"->dns_resolution_binding_mode = "primary"Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers