dependabot[bot] opened a new pull request, #143:
URL: https://github.com/apache/cloudstack-terraform-provider/pull/143

   Bumps 
[github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators)
 from 0.12.0 to 0.15.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.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>
   <p>FEATURES:</p>
   <ul>
   <li>boolvalidator: Added <code>Equals</code> validator (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/232";>#232</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>all: Implemented parameter interfaces for all value-based validators. 
This allows these validators to be used with provider-defined functions. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/235";>#235</a>)</li>
   </ul>
   <h2>v0.13.0</h2>
   <p>NOTES:</p>
   <ul>
   <li>all: This Go module has been updated 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-framework-validators/issues/198";>#198</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>int32validator: New package which contains int32 type specific 
validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   <li>float32validator: New package which contains float32 type specific 
validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>listvalidator: Added <code>ValueInt32sAre</code> and 
<code>ValueFloat32sAre</code> validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   <li>mapvalidator: Added <code>ValueInt32sAre</code> and 
<code>ValueFloat32sAre</code> validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   <li>setvalidator: Added <code>ValueInt32sAre</code> and 
<code>ValueFloat32sAre</code> validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>Add the attribute from the request to the at-least-one validator's error 
message (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/199";>#199</a>)</li>
   </ul>
   </blockquote>
   </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.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>
   <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>
   <p>FEATURES:</p>
   <ul>
   <li>boolvalidator: Added <code>Equals</code> validator (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/232";>#232</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>all: Implemented parameter interfaces for all value-based validators. 
This allows these validators to be used with provider-defined functions. (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/235";>#235</a>)</li>
   </ul>
   <h2>0.13.0 (July 09, 2024)</h2>
   <p>NOTES:</p>
   <ul>
   <li>all: This Go module has been updated 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-framework-validators/issues/198";>#198</a>)</li>
   </ul>
   <p>FEATURES:</p>
   <ul>
   <li>int32validator: New package which contains int32 type specific 
validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   <li>float32validator: New package which contains float32 type specific 
validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   </ul>
   <p>ENHANCEMENTS:</p>
   <ul>
   <li>listvalidator: Added <code>ValueInt32sAre</code> and 
<code>ValueFloat32sAre</code> validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   <li>mapvalidator: Added <code>ValueInt32sAre</code> and 
<code>ValueFloat32sAre</code> validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   <li>setvalidator: Added <code>ValueInt32sAre</code> and 
<code>ValueFloat32sAre</code> validators (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/222";>#222</a>)</li>
   </ul>
   <p>BUG FIXES:</p>
   <ul>
   <li>Add the attribute from the request to the at-least-one validator's error 
message (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/199";>#199</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/987f5acc80e0828b6d7d986ddcd77212a969aae1";><code>987f5ac</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/b793fd3dbc6e307a1e1129cd0da3cfd211b664ff";><code>b793fd3</code></a>
 ephemeralvalidator: Introduce new package for common ephemeral resource 
confi...</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/761f545adef61af9c75d1a7fe1eb6337c7f3ba63";><code>761f545</code></a>
 build(deps): bump github.com/hashicorp/terraform-plugin-framework (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/243";>#243</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/371aa75bf61eca441f8dcd5d8b81898ece8dde85";><code>371aa75</code></a>
 build(deps): bump github.com/hashicorp/terraform-plugin-go (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/241";>#241</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/9765f809ba830df13c6660fa726f11b5dc329150";><code>9765f80</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/240";>#240</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/081db0f34444a077f3032ee8508fe85ca770ad0e";><code>081db0f</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/aa6a2de506f8f9bcc7ed44cdbdb32280039c8232";><code>aa6a2de</code></a>
 all: Implement function parameter validation interfaces (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/238";>#238</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/6acd967836e5ebb35848d35ca6812b38a5978084";><code>6acd967</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/237";>#237</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/8beb21856fdd36e5f84825e78fe10fa49212c41d";><code>8beb218</code></a>
 Result of tsccr-helper -log-level=info gha update -latest . (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/236";>#236</a>)</li>
   <li><a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/commit/974015b9c8f707214829fe59c41c97a3d3b8ca66";><code>974015b</code></a>
 boolvalidator: add <code>Equals</code> validator (<a 
href="https://redirect.github.com/hashicorp/terraform-plugin-framework-validators/issues/232";>#232</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/hashicorp/terraform-plugin-framework-validators/compare/v0.12.0...v0.15.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hashicorp/terraform-plugin-framework-validators&package-manager=go_modules&previous-version=0.12.0&new-version=0.15.0)](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

Reply via email to