Commit 529f933
build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.4 (#396)
Bumps
[github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs)
from 0.18.0 to 0.19.4.
<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.4</h2>
<p>NOTES:</p>
<ul>
<li>validate: The number of files check has been removed to match the
latest Terraform Registry ingress logic (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/381">#381</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>generate: Prevented incorrect attribute paths with nested attributes
that contain multiple attributes (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/380">#380</a>)</li>
</ul>
<h2>v0.19.3</h2>
<p>BUG FIXES:</p>
<ul>
<li>validate: Fixed issue with provider name not defaulting to directory
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/376">#376</a>)</li>
</ul>
<h2>v0.19.2</h2>
<p>BUG FIXES:</p>
<ul>
<li>migrate: Ensured idempotency of template files when command is ran
multiple times (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/364">#364</a>)</li>
<li>generate: Prevented automatic <code>id</code> attribute behaviors
under blocks (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/365">#365</a>)</li>
</ul>
<h2>v0.19.1</h2>
<p>BUG FIXES:</p>
<ul>
<li>generate: fixed a bug where attribute titles were not being
generated for nested object attributes (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/357">#357</a>)</li>
<li>generate: fixed a bug where the <code>plainmarkdown</code> function
did not output plain URLs (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/361">#361</a>)</li>
</ul>
<h2>v0.19.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>generate: the <code>plainmarkdown</code> function now removes all
markdown elements/formatting to render the output as plain text (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/332">#332</a>)</li>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.4 (June 04, 2024)</h2>
<p>NOTES:</p>
<ul>
<li>validate: The number of files check has been removed to match the
latest Terraform Registry ingress logic (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/381">#381</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>generate: Prevented incorrect attribute paths with nested attributes
that contain multiple attributes (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/380">#380</a>)</li>
</ul>
<h2>0.19.3 (May 28, 2024)</h2>
<p>BUG FIXES:</p>
<ul>
<li>validate: Fixed issue with provider name not defaulting to directory
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/376">#376</a>)</li>
</ul>
<h2>0.19.2 (April 29, 2024)</h2>
<p>BUG FIXES:</p>
<ul>
<li>migrate: Ensured idempotency of template files when command is ran
multiple times (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/364">#364</a>)</li>
<li>generate: Prevented automatic <code>id</code> attribute behaviors
under blocks (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/365">#365</a>)</li>
</ul>
<h2>0.19.1 (April 22, 2024)</h2>
<p>BUG FIXES:</p>
<ul>
<li>generate: fixed a bug where attribute titles were not being
generated for nested object attributes (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/357">#357</a>)</li>
<li>generate: fixed a bug where the <code>plainmarkdown</code> function
did not output plain URLs (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/361">#361</a>)</li>
</ul>
<h2>0.19.0 (April 15, 2024)</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>generate: the <code>plainmarkdown</code> function now removes all
markdown elements/formatting to render the output as plain text (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/332">#332</a>)</li>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/418cfb328446df3fe224d67d7cedc976aad3ca96"><code>418cfb3</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/8b3369473cbc2385272a8e39f1dbd657f55f84d6"><code>8b33694</code></a>
[CI] terraform-devex-repos automation</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/ac10598382c60e6a8ed8ecd6ad712fea5e45f04a"><code>ac10598</code></a>
[CI] terraform-devex-repos automation</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/02572995d4464f1c57d3ecce2b7707bec2dcacdb"><code>0257299</code></a>
[CI] terraform-devex-repos automation</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/387075656798eb0494f3563de71d1781ece38b56"><code>3870756</code></a>
generate: Prevent incorrect attribute association with very deep nesting
(<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/382">#382</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/c656571ac04697e1098c711775ae077b055160da"><code>c656571</code></a>
validate: Remove number of files check (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/381">#381</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/0638bc3b5b17d78421ac8e1f6b389ddba99712b0"><code>0638bc3</code></a>
Update changelog</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/c74bb389f290858c2316dc4074aa231fd3decb91"><code>c74bb38</code></a>
Result of tsccr-helper -log-level=info gha update -latest . (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/379">#379</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/7f32d6846456ea3feae1857ddc742d07dea3a524"><code>7f32d68</code></a>
validate: Default provider name to base directory when running
<code>validate</code> (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/377">#377</a>)</li>
<li><a
href="https://github.com/hashicorp/terraform-plugin-docs/commit/56ab54b69c28b2cc7af6da9a6bd9a4528e4ea394"><code>56ab54b</code></a>
Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 (<a
href="https://redirect.github.com/hashicorp/terraform-plugin-docs/issues/378">#378</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Gier <[email protected]>1 parent 9c9e0dd commit 529f933
2 files changed
+24
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
55 | | - | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
80 | | - | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | | - | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| 90 | + | |
| 91 | + | |
88 | 92 | | |
89 | 93 | | |
90 | 94 | | |
| |||
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
241 | | - | |
242 | | - | |
| 245 | + | |
| 246 | + | |
243 | 247 | | |
244 | 248 | | |
245 | | - | |
246 | | - | |
| 249 | + | |
| 250 | + | |
247 | 251 | | |
248 | 252 | | |
249 | 253 | | |
| |||
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
258 | | - | |
259 | | - | |
| 262 | + | |
| 263 | + | |
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
| |||
386 | 390 | | |
387 | 391 | | |
388 | 392 | | |
389 | | - | |
390 | | - | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
| |||
434 | 436 | | |
435 | 437 | | |
436 | 438 | | |
437 | | - | |
438 | | - | |
| 439 | + | |
| 440 | + | |
439 | 441 | | |
440 | 442 | | |
441 | 443 | | |
| |||
445 | 447 | | |
446 | 448 | | |
447 | 449 | | |
| 450 | + | |
| 451 | + | |
448 | 452 | | |
449 | 453 | | |
450 | 454 | | |
| |||
496 | 500 | | |
497 | 501 | | |
498 | 502 | | |
499 | | - | |
500 | | - | |
| 503 | + | |
| 504 | + | |
501 | 505 | | |
502 | 506 | | |
503 | 507 | | |
| |||
0 commit comments