terraform-provider-devcycle
terraform-provider-devcycle copied to clipboard
Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.19.1
Bumps github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.19.1.
Release notes
Sourced from github.com/hashicorp/terraform-plugin-docs's releases.
v0.19.1
BUG FIXES:
- generate: fixed a bug where attribute titles were not being generated for nested object attributes (#357)
- generate: fixed a bug where the
plainmarkdownfunction did not output plain URLs (#361)v0.19.0
BREAKING CHANGES:
- generate: the
plainmarkdownfunction now removes all markdown elements/formatting to render the output as plain text (#332)- schemamd: The
schemamdpackage has moved tointernal/schemamdand can no longer be imported (#354)- functionmd: The
functionmdpackage has moved tointernal/functionmdand can no longer be imported (#354)FEATURES:
- validate: Added support for Provider-defined Function documentation to all checks (#341)
- validate: Added
InvalidDirectoriesCheckwhich checks for valid provider documentation folder structure (#341)- validate: Added
MixedDirectoriesCheckwhich throws an error if both legacy documentation and registry documentation are found (#341)- validate: Added
NumberOfFilesCheckwhich checks the number of provider documentation files against the registry limit (#341)- validate: Added
FileSizeCheckwhich checks the provider documentation file size against the registry limit (#341)- validate: Added
FileExtensionCheckwhich checks for valid provider documentation file extensions (#341)- validate: Added
FrontMatterCheckwhich checks the YAML frontmatter of provider documentation for missing required fields or invalid fields (#341)- validate: Added
FileMismatchCheckwhich checks the names/number of provider documentation files against the provider schema (#341)ENHANCEMENTS:
- migrate: Added
--provider-nameflag to override the default provider name when any file names that contain provider name prefixes are removed during migration (#349)BUG FIXES:
- migrate: use relative paths (from provider directory) instead of absolute paths for migrated code templates (#330)
- migrate: fixed a bug where documentation files with provider name prefixes were migrated to templates directory as-is, causing
generateto create duplicate templates (#349)- generate: fixed a bug where incorrect attribute titles were being generated for certain nested schemas (#350)
v0.18.0
FEATURES:
- generate: Add support for Provider-defined Function documentation (#328)
- migrate: Add support for Provider-defined Function documentation (#328)
ENHANCEMENTS:
- validate: Add
functionsto list of allowed template and rendered website subdirectories (#328)v0.17.0
BREAKING CHANGES:
- generate: templates using
printfwith eithercodefileortffileto render code examples in markdown will need to switch to using those functions directly.
... (truncated)
Changelog
Sourced from github.com/hashicorp/terraform-plugin-docs's changelog.
0.19.1 (April 22, 2024)
BUG FIXES:
- generate: fixed a bug where attribute titles were not being generated for nested object attributes (#357)
- generate: fixed a bug where the
plainmarkdownfunction did not output plain URLs (#361)0.19.0 (April 15, 2024)
BREAKING CHANGES:
- generate: the
plainmarkdownfunction now removes all markdown elements/formatting to render the output as plain text (#332)- schemamd: The
schemamdpackage has moved tointernal/schemamdand can no longer be imported (#354)- functionmd: The
functionmdpackage has moved tointernal/functionmdand can no longer be imported (#354)FEATURES:
- validate: Added support for Provider-defined Function documentation to all checks (#341)
- validate: Added
InvalidDirectoriesCheckwhich checks for valid provider documentation folder structure (#341)- validate: Added
MixedDirectoriesCheckwhich throws an error if both legacy documentation and registry documentation are found (#341)- validate: Added
NumberOfFilesCheckwhich checks the number of provider documentation files against the registry limit (#341)- validate: Added
FileSizeCheckwhich checks the provider documentation file size against the registry limit (#341)- validate: Added
FileExtensionCheckwhich checks for valid provider documentation file extensions (#341)- validate: Added
FrontMatterCheckwhich checks the YAML frontmatter of provider documentation for missing required fields or invalid fields (#341)- validate: Added
FileMismatchCheckwhich checks the names/number of provider documentation files against the provider schema (#341)ENHANCEMENTS:
- migrate: Added
--provider-nameflag to override the default provider name when any file names that contain provider name prefixes are removed during migration (#349)BUG FIXES:
- migrate: use relative paths (from provider directory) instead of absolute paths for migrated code templates (#330)
- migrate: fixed a bug where documentation files with provider name prefixes were migrated to templates directory as-is, causing
generateto create duplicate templates (#349)- generate: fixed a bug where incorrect attribute titles were being generated for certain nested schemas (#350)
0.18.0 (January 24, 2024)
FEATURES:
- generate: Add support for Provider-defined Function documentation (#328)
- migrate: Add support for Provider-defined Function documentation (#328)
ENHANCEMENTS:
- validate: Add
functionsto list of allowed template and rendered website subdirectories (#328)0.17.0 (January 17, 2024)
BREAKING CHANGES:
... (truncated)
Commits
0d49b43Update changelogeb49c34Bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools (#359)e059d5eCorrectly handle*ast.AutoLinknodes in theplainmarkdownfunction (#361)c8e5e1fRender attribute names for nested objected attributes correctly (#357)e6e13a7Addplainmarkdownbreaking change entry tov0.19.0changelog (#358)45dd248Update changelog1f28b7cMoveschemamdandfunctionmdpackages tointernal(#354)ab779d3calc path in title next to anchorID (#350)e7e94b3Bump github.com/hashicorp/hc-install from 0.6.3 to 0.6.4 (#352)e3fab9aStrip Provider Prefix from File Names during Migration (#349)- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)