dependabot[bot] opened a new pull request, #186: URL: https://github.com/apache/cloudstack-terraform-provider/pull/186
Bumps [github.com/hashicorp/terraform-plugin-mux](https://github.com/hashicorp/terraform-plugin-mux) from 0.15.0 to 0.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-mux/releases">github.com/hashicorp/terraform-plugin-mux's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <p>BUG FIXES:</p> <ul> <li>all: Fixed a bug where muxed provider servers were not enforced to implement <code>GetResourceIdentitySchemas</code>, which is required by Terraform v1.12.1 in the scenario where at least one of the muxed provider servers supports identity. Before upgrading this dependency the Go modules that support identity should also be upgraded to prevent confusing errors, which are: terraform-plugin-go@v0.28.0, terraform-plugin-framework@v1.15.0, terraform-plugin-sdk/v2@v2.37.0, and terraform-plugin-testing@v1.13.0. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/307">#307</a>)</li> </ul> <h2>v0.19.0</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/291">#291</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tf5muxserver+tf6muxserver+tf6to5server+tf5to6server: Upgraded protocols and added types to support the new resource identity feature (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/278">#278</a>)</li> </ul> <h2>v0.19.0-alpha.1</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/291">#291</a>)</li> <li>This alpha pre-release contains the muxing logic for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/278">#278</a>)</li> </ul> <h2>v0.18.0</h2> <p>FEATURES:</p> <ul> <li>all: Upgrade protocol versions to support write-only attributes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/272">#272</a>)</li> </ul> <h2>v0.17.0</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.22 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.22">Go 1.22 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/250">#250</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>all: Upgrade protocol versions to support ephemeral resource types (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/257">#257</a>)</li> </ul> <h2>v0.16.0</h2> <p>NOTES:</p> <ul> <li>all: The <code>v0.15.0</code> release updated this Go module to Go 1.21 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.21">Go 1.21 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/227">#227</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>tf5to6server: Add deferred action request and response fields to RPC translations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/237">#237</a>)</li> <li>tf6to5server: Add deferred action request and response fields to RPC translations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/237">#237</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-mux/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-mux's changelog</a>.</em></p> <blockquote> <h2>0.20.0 (May 21, 2025)</h2> <p>BUG FIXES:</p> <ul> <li>all: Fixed a bug where muxed provider servers were not enforced to implement <code>GetResourceIdentitySchemas</code>, which is required by Terraform v1.12.1 in the scenario where at least one of the muxed provider servers supports identity. Before upgrading this dependency the Go modules that support identity should also be upgraded to prevent confusing errors, which are: terraform-plugin-go@v0.28.0, terraform-plugin-framework@v1.15.0, terraform-plugin-sdk/v2@v2.37.0, and terraform-plugin-testing@v1.13.0. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/307">#307</a>)</li> </ul> <h2>0.19.0 (May 16, 2025)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/291">#291</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>tf5muxserver+tf6muxserver+tf6to5server+tf5to6server: Upgraded protocols and added types to support the new resource identity feature (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/278">#278</a>)</li> </ul> <h2>0.19.0-alpha.1 (March 18, 2025)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.23 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.23">Go 1.23 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/291">#291</a>)</li> <li>This alpha pre-release contains the muxing logic for managed resource identity, which can used with Terraform v1.12.0-alpha20250312, to store and read identity data during plan and apply workflows. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/278">#278</a>)</li> </ul> <h2>0.18.0 (January 23, 2025)</h2> <p>FEATURES:</p> <ul> <li>all: Upgrade protocol versions to support write-only attributes (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/272">#272</a>)</li> </ul> <h2>0.17.0 (October 30, 2024)</h2> <p>NOTES:</p> <ul> <li>all: This Go module has been updated to Go 1.22 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.22">Go 1.22 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/250">#250</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>all: Upgrade protocol versions to support ephemeral resource types (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/257">#257</a>)</li> </ul> <h2>0.16.0 (May 08, 2024)</h2> <p>NOTES:</p> <ul> <li>all: The <code>v0.15.0</code> release updated this Go module to Go 1.21 per the <a href="https://go.dev/doc/devel/release#policy">Go support policy</a>. It is recommended to review the <a href="https://go.dev/doc/go1.21">Go 1.21 release notes</a> before upgrading. Any consumers building on earlier Go versions may experience errors (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/227">#227</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>tf5to6server: Add deferred action request and response fields to RPC translations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/237">#237</a>)</li> <li>tf6to5server: Add deferred action request and response fields to RPC translations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/237">#237</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/101e9dfd0787e782fc4d0869931716180da5df09"><code>101e9df</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/e2f2af1a13b5ee6648724f3af068b016aea60859"><code>e2f2af1</code></a> Update <code>terraform-plugin-go</code> and add changelogs for <code>v0.20.0</code> release (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/307">#307</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/4351d2911538e6cea95a2bca4564b7db6ec01526"><code>4351d29</code></a> Create pull_request_template.md (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/306">#306</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/156ca0ccd29c1863c3106da86f0ead6d16b0222a"><code>156ca0c</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/72f6d69a3672e80cc797a253236f74f546c4cec3"><code>72f6d69</code></a> build(deps): bump github.com/hashicorp/terraform-plugin-go (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/305">#305</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/e0ae135535024d8a7daf9f7b2556107e4ad6f3c3"><code>e0ae135</code></a> build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/303">#303</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/7d0d52bf4259dad5f1258c21b466db1ca3cbe234"><code>7d0d52b</code></a> build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/304">#304</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/15c428cad35a2732f52185439559bc31a1e36d53"><code>15c428c</code></a> github: Use Dependabot to keep Actions updated (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/302">#302</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/d3549e10dfd13c76b983797f1e9f5a60cfe27c73"><code>d3549e1</code></a> Prep for <code>v0.19.0</code> release + add source schema version to mux translation (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/300">#300</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-mux/commit/14df506d793d5976359fbaa7cd73a2359ce1eaad"><code>14df506</code></a> Add catalog metadata (META.d) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-mux/issues/301">#301</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-mux/compare/v0.15.0...v0.20.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org