dependabot[bot] opened a new pull request, #25: URL: https://github.com/apache/incubator-devlake-terraform/pull/25
Bumps the tools group in /tools with 1 update: [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs). Updates `github.com/hashicorp/terraform-plugin-docs` from 0.21.0 to 0.22.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-docs/releases">github.com/hashicorp/terraform-plugin-docs's releases</a>.</em></p> <blockquote> <h2>v0.22.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>generate: The <code>.ProviderShortName</code> template function now uses the rendered provider name to derive the provider short name. Users that pass in the <code>--rendered-provider-name</code> flag might see a different output for this function (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> </ul> <p>NOTES:</p> <ul> <li>generate: Generated import documentation will now contain more information about which methods are supported by the provider (CLI command, config by ID, config by identity). (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/495">#495</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>generate: Added support for defining import example file (<code>import-by-string-id.tf</code>) using Terraform configuration and the <code>id</code> attribute (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/472">#472</a>)</li> <li>generate: Added support for defining import example file (<code>import-by-identity.tf</code>) using Terraform configuration and the <code>identity</code> attribute (managed resource identity) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/496">#496</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>validate: Add <code>allowed-guide-subcategories</code> and <code>allowed-resource-subcategories</code> to provide a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>validate: Add <code>allowed-guide-subcategories-file</code> and <code>allowed-resource-subcategories-file</code> to provide a file containing a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Default resource and function templates now use <code>.RenderedProviderName</code> instead of <code>.ProviderName</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> <li>generate: Remove trailing whitespace from default function template when <code>.HasVariadic</code> evaluates to false (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>validate: Fixed a bug that caused all non-index files to be detected as guides (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Remove <code>subcategory</code> field from default provider templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md">github.com/hashicorp/terraform-plugin-docs's changelog</a>.</em></p> <blockquote> <h2>0.22.0 (July 01, 2025)</h2> <p>BREAKING CHANGES:</p> <ul> <li>generate: The <code>.ProviderShortName</code> template function now uses the rendered provider name to derive the provider short name. Users that pass in the <code>--rendered-provider-name</code> flag might see a different output for this function (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> </ul> <p>NOTES:</p> <ul> <li>generate: Generated import documentation will now contain more information about which methods are supported by the provider (CLI command, config by ID, config by identity). (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/495">#495</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>generate: Added support for defining import example file (<code>import-by-string-id.tf</code>) using Terraform configuration and the <code>id</code> attribute (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/472">#472</a>)</li> <li>generate: Added support for defining import example file (<code>import-by-identity.tf</code>) using Terraform configuration and the <code>identity</code> attribute (managed resource identity) (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/496">#496</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>validate: Add <code>allowed-guide-subcategories</code> and <code>allowed-resource-subcategories</code> to provide a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>validate: Add <code>allowed-guide-subcategories-file</code> and <code>allowed-resource-subcategories-file</code> to provide a file containing a list of allowed subcategories (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Default resource and function templates now use <code>.RenderedProviderName</code> instead of <code>.ProviderName</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/492">#492</a>)</li> <li>generate: Remove trailing whitespace from default function template when <code>.HasVariadic</code> evaluates to false (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>validate: Fixed a bug that caused all non-index files to be detected as guides (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/456">#456</a>)</li> <li>generate: Remove <code>subcategory</code> field from default provider templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/0be94a77bdb365b5cfe31e4c21f7815b384d2399"><code>0be94a7</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/5db550975c478ae458ad12964b3f967be1055883"><code>5db5509</code></a> generate: Add support for import configuration examples with <code>identity</code> + sch...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/3b9b212b7696d8528397271c5ff4a5ddc2a3ce05"><code>3b9b212</code></a> generate: Add support for <code>import</code> configuration examples with the <code>id</code> attri...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/31cddc780d26d5e66fce673e18f64d6b297fd6f5"><code>31cddc7</code></a> Revert "Bump github.com/yuin/goldmark from 1.7.7 to 1.7.12 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/484">#484</a>)" (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/498">#498</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/9ff8b91ea1e23bbdb28d7b89aa0cd6c50518f8c7"><code>9ff8b91</code></a> Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-*...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/03677020e0a08a75df4180baaace07b0e42a2fe3"><code>0367702</code></a> Generate: Use rendered provider name instead of provider name in default temp...</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/8b2645d33ebb685b19030284154b5c7c1510fedf"><code>8b2645d</code></a> Bump github.com/yuin/goldmark from 1.7.7 to 1.7.12 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/484">#484</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/2f25d2c0d2305eb5117d85d3857416249874092a"><code>2f25d2c</code></a> fix: remove double newlines when no variadic argument (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/489">#489</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/2ffec57b62671e96a119acc9617cf71c3133577b"><code>2ffec57</code></a> Remove subcategory field from frontmatter in default provider template. (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/446">#446</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/20d59379a481902ab13b77deabad17683d2653dc"><code>20d5937</code></a> Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/491">#491</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.21.0...v0.22.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org