Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.1…
…8.0 to 0.19.0 (#6) Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.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.19.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>schemamd: The <code>schemamd</code> package has moved to <code>internal/schemamd</code> and can no longer be imported (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li> <li>functionmd: The <code>functionmd</code> package has moved to <code>internal/functionmd</code> and can no longer be imported (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>validate: Added support for Provider-defined Function documentation to all checks (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>InvalidDirectoriesCheck</code> which checks for valid provider documentation folder structure (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>MixedDirectoriesCheck</code> which throws an error if both legacy documentation and registry documentation are found (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>NumberOfFilesCheck</code> which checks the number of provider documentation files against the registry limit (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FileSizeCheck</code> which checks the provider documentation file size against the registry limit (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FileExtensionCheck</code> which checks for valid provider documentation file extensions (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FrontMatterCheck</code> which checks the YAML frontmatter of provider documentation for missing required fields or invalid fields (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FileMismatchCheck</code> which checks the names/number of provider documentation files against the provider schema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>migrate: Added <code>--provider-name</code> flag to override the default provider name when any file names that contain provider name prefixes are removed during migration (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>migrate: use relative paths (from provider directory) instead of absolute paths for migrated code templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/330">#330</a>)</li> <li>migrate: fixed a bug where documentation files with provider name prefixes were migrated to templates directory as-is, causing <code>generate</code> to create duplicate templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li> <li>generate: fixed a bug where incorrect attribute titles were being generated for certain nested schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/350">#350</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.19.0 (April 15, 2024)</h2> <p>BREAKING CHANGES:</p> <ul> <li>schemamd: The <code>schemamd</code> package has moved to <code>internal/schemamd</code> and can no longer be imported (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li> <li>functionmd: The <code>functionmd</code> package has moved to <code>internal/functionmd</code> and can no longer be imported (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li> </ul> <p>FEATURES:</p> <ul> <li>validate: Added support for Provider-defined Function documentation to all checks (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>InvalidDirectoriesCheck</code> which checks for valid provider documentation folder structure (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>MixedDirectoriesCheck</code> which throws an error if both legacy documentation and registry documentation are found (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>NumberOfFilesCheck</code> which checks the number of provider documentation files against the registry limit (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FileSizeCheck</code> which checks the provider documentation file size against the registry limit (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FileExtensionCheck</code> which checks for valid provider documentation file extensions (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FrontMatterCheck</code> which checks the YAML frontmatter of provider documentation for missing required fields or invalid fields (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li>validate: Added <code>FileMismatchCheck</code> which checks the names/number of provider documentation files against the provider schema (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> </ul> <p>ENHANCEMENTS:</p> <ul> <li>migrate: Added <code>--provider-name</code> flag to override the default provider name when any file names that contain provider name prefixes are removed during migration (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>migrate: use relative paths (from provider directory) instead of absolute paths for migrated code templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/330">#330</a>)</li> <li>migrate: fixed a bug where documentation files with provider name prefixes were migrated to templates directory as-is, causing <code>generate</code> to create duplicate templates (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li> <li>generate: fixed a bug where incorrect attribute titles were being generated for certain nested schemas (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/350">#350</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/45dd2486868d4d544169d465921b325125116593"><code>45dd248</code></a> Update changelog</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/1f28b7c00ba0faedb68415a81b6718edc4865e29"><code>1f28b7c</code></a> Move <code>schemamd</code> and <code>functionmd</code> packages to <code>internal</code> (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/354">#354</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/ab779d3b106c5c7e804f38068549540afce3bea1"><code>ab779d3</code></a> calc path in title next to anchorID (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/350">#350</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/e7e94b3d13ecb71eb4bb01d447bfb5ca61044784"><code>e7e94b3</code></a> Bump github.com/hashicorp/hc-install from 0.6.3 to 0.6.4 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/352">#352</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/e3fab9aaa095c21d19845a7be6025ef912f576ad"><code>e3fab9a</code></a> Strip Provider Prefix from File Names during Migration (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/349">#349</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/836a890dceb0458c4be1ff4f9086511996c70398"><code>836a890</code></a> Rewrite Validate Command (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/341">#341</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/221ea1b35c6d062c939f3667e3b197dd3076d1f1"><code>221ea1b</code></a> Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/346">#346</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/5d6fdc83d9926367208d16cf6f8f6837ae6e6028"><code>5d6fdc8</code></a> Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/344">#344</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/0250fd4669727fceea226faf1b384e2afc8f5b1f"><code>0250fd4</code></a> Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/340">#340</a>)</li> <li><a href="https://github.com/hashicorp/terraform-plugin-docs/commit/37499d40ead4054202f565e8fa6182906005bb73"><code>37499d4</code></a> Result of tsccr-helper -log-level=info gha update -latest . (<a href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/339">#339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.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-docs&package-manager=go_modules&previous-version=0.18.0&new-version=0.19.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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nathan Brahms <nathan.brahms@p0.dev>
- Loading branch information