dependabot[bot] opened a new pull request, #183: URL: https://github.com/apache/cloudstack-terraform-provider/pull/183
Bumps [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) from 0.12.0 to 0.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework-validators/releases">github.com/hashicorp/terraform-plugin-framework-validators's releases</a>.</em></p> <blockquote> <h2>v0.18.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-framework-validators/issues/276">#276</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>all: Fixed bug with PreferWriteOnlyAttribute validator not running when client is capable of using write-only attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/287">#287</a>)</li> </ul> <h2>v0.17.0</h2> <p>FEATURES:</p> <ul> <li>boolvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>dynamicvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>float32validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>float64validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>int32validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>int64validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>listvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>mapvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>numbervalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>objectvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>resourcevalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>stringvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> </ul> <h2>v0.16.0</h2> <p>FEATURES:</p> <ul> <li>listvalidator: Added <code>NoNullValues</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li> <li>mapvalidator: Added <code>NoNullValues</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li> <li>setvalidator: Added <code>NoNullValues</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li> <li>dynamicvalidator: New package which contains <code>types.Dynamic</code> specific validators (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/249">#249</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fixed bug with <code>ConflictsWith</code> and <code>AlsoRequires</code> validators where unknown values would raise invalid diagnostics during <code>terraform validate</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/251">#251</a>)</li> </ul> <h2>v0.15.0</h2> <p>FEATURES:</p> <ul> <li>ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/242">#242</a>)</li> </ul> <h2>v0.14.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-framework-validators/issues/229">#229</a>)</li> <li>all: Previously, creating validators with invalid data would result in a <code>nil</code> value being returned and a panic from <code>terraform-plugin-framework</code>. This has been updated to return an implementation diagnostic referencing the invalid data/validator during config validation. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/235">#235</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-framework-validators's changelog</a>.</em></p> <blockquote> <h2>0.18.0 (May 13, 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-framework-validators/issues/276">#276</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>all: Fixed bug with PreferWriteOnlyAttribute validator not running when client is capable of using write-only attributes. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/287">#287</a>)</li> </ul> <h2>0.17.0 (February 19, 2025)</h2> <p>FEATURES:</p> <ul> <li>boolvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>dynamicvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>float32validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>float64validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>int32validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>int64validator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>listvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>mapvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>numbervalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>objectvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>resourcevalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> <li>stringvalidator: Added <code>PreferWriteOnlyAttribute</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/263">#263</a>)</li> </ul> <h2>0.16.0 (December 12, 2024)</h2> <p>FEATURES:</p> <ul> <li>listvalidator: Added <code>NoNullValues</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li> <li>mapvalidator: Added <code>NoNullValues</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li> <li>setvalidator: Added <code>NoNullValues</code> validator (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/245">#245</a>)</li> <li>dynamicvalidator: New package which contains <code>types.Dynamic</code> specific validators (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/249">#249</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>Fixed bug with <code>ConflictsWith</code> and <code>AlsoRequires</code> validators where unknown values would raise invalid diagnostics during <code>terraform validate</code>. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/251">#251</a>)</li> </ul> <h2>0.15.0 (October 31, 2024)</h2> <p>FEATURES:</p> <ul> <li>ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/242">#242</a>)</li> </ul> <h2>0.14.0 (October 17, 2024)</h2> <p>NOTES:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/376e04601851edaf87a0c9a7f6b0c4d2293f917c"><code>376e046</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/99af944c31f7d8b7358b13a829a8a5c6961a37f6"><code>99af944</code></a> Add catalog metadata (META.d) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/288">#288</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/38236c311d0d3aacae239f4812c382f32ba772dd"><code>38236c3</code></a> internal/schemavalidator: Fix prefer write-only validators request mapping (#...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/65e35391f82ae515910bc13e16f1b3c3ac790d90"><code>65e3539</code></a> build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/284">#284</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/17781212922bc1b781561e9c4835adb8b96f6a31"><code>1778121</code></a> SEC-090: Automated trusted workflow pinning (2025-04-07) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/281">#281</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/84999126ca4ebe550506d1956376ba973331eec9"><code>8499912</code></a> Result of tsccr-helper -log-level=info gha update -latest .github/ (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/279">#279</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/b91a5cf737a665b164dc54abde94929a2512ea1e"><code>b91a5cf</code></a> build(deps): bump github.com/golang-jwt/jwt/v4 in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/278">#278</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/ff0de3e98fd433a1a34ebf0e79ea75cac45ecee8"><code>ff0de3e</code></a> build(deps): bump github.com/hashicorp/copywrite in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/277">#277</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/13b75cd869d2ca4aa09fa88adc0eae58a31a56cb"><code>13b75cd</code></a> chore: Update minimum Go version in module (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/276">#276</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/8c1561fa60f1df15346c3c2797e24a49e2175342"><code>8c1561f</code></a> Result of tsccr-helper -log-level=info gha update -latest .github/ (<a href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/273">#273</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.12.0...v0.18.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