Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.2 #562

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-plugin-docs v0.14.1 -> v0.19.2 age adoption passing confidence

Release Notes

hashicorp/terraform-plugin-docs (github.com/hashicorp/terraform-plugin-docs)

v0.19.2

Compare Source

BUG FIXES:

  • migrate: Ensured idempotency of template files when command is ran multiple times (#​364)
  • generate: Prevented automatic id attribute behaviors under blocks (#​365)

v0.19.1

Compare Source

BUG FIXES:

  • generate: fixed a bug where attribute titles were not being generated for nested object attributes (#​357)
  • generate: fixed a bug where the plainmarkdown function did not output plain URLs (#​361)

v0.19.0

Compare Source

BREAKING CHANGES:

  • generate: the plainmarkdown function now removes all markdown elements/formatting to render the output as plain text (#​332)
  • schemamd: The schemamd package has moved to internal/schemamd and can no longer be imported (#​354)
  • functionmd: The functionmd package has moved to internal/functionmd and can no longer be imported (#​354)

FEATURES:

  • validate: Added support for Provider-defined Function documentation to all checks (#​341)
  • validate: Added InvalidDirectoriesCheck which checks for valid provider documentation folder structure (#​341)
  • validate: Added MixedDirectoriesCheck which throws an error if both legacy documentation and registry documentation are found (#​341)
  • validate: Added NumberOfFilesCheck which checks the number of provider documentation files against the registry limit (#​341)
  • validate: Added FileSizeCheck which checks the provider documentation file size against the registry limit (#​341)
  • validate: Added FileExtensionCheck which checks for valid provider documentation file extensions (#​341)
  • validate: Added FrontMatterCheck which checks the YAML frontmatter of provider documentation for missing required fields or invalid fields (#​341)
  • validate: Added FileMismatchCheck which checks the names/number of provider documentation files against the provider schema (#​341)

ENHANCEMENTS:

  • migrate: Added --provider-name flag 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 generate to create duplicate templates (#​349)
  • generate: fixed a bug where incorrect attribute titles were being generated for certain nested schemas (#​350)

v0.18.0

Compare Source

FEATURES:

  • generate: Add support for Provider-defined Function documentation (#​328)
  • migrate: Add support for Provider-defined Function documentation (#​328)

ENHANCEMENTS:

  • validate: Add functions to list of allowed template and rendered website subdirectories (#​328)

v0.17.0

Compare Source

BREAKING CHANGES:

  • generate: templates using printf with either codefile or tffile to render code examples in markdown will need to switch to using those functions directly.
    For example, switch the following template code:
    {{printf "{{codefile \"shell\" %q}}" .ImportFile}}
    to
    {{codefile "shell" .ImportFile}} (#​300)

FEATURES:

  • migrate: Added new migrate subcommand that migrates existing provider docs using the rendered website source directories (website/docs/ or /docs/) to a terraform-plugin-docs-supported templates directory. (#​314)

ENHANCEMENTS:

  • generate: Add provider-schema flag to pass in a file path to a provider schema JSON file, allowing the command to skip building the provider and calling Terraform CLI (#​299)

BUG FIXES:

  • generate: fix no such file or directory error when running generate with no existing rendered website directory. (#​296)
  • generate: fix incorrect rendering of example and import files for providers with no docs templates or with generic fallback templates. (#​300)

v0.16.0

Compare Source

ENHANCEMENTS:

  • generate: Prevent files and subdirectories in the rendered website directory that are not directly managed by tfplugindocs from being deleted during generation (#​267)
  • validate: Add cdktf to list of allowed rendered website subdirectories (#​267)

v0.15.0

Compare Source

BREAKING CHANGES:

  • generate: The legacy-sidebar flag has been removed without replacement. It implemented no logic and is not necessary with Terraform Registry based documentation (#​258)

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​231)

ENHANCEMENTS:

  • generate: Added provider-dir flag, which enables the command to be run from any directory (#​259)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.15.0 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.16.0 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-docs-0.x branch from 9939dc5 to ff17cd8 Compare July 6, 2023 16:57
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.16.0 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.17.0 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-docs-0.x branch 2 times, most recently from b2e7912 to 9e370ed Compare January 24, 2024 18:51
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.17.0 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.18.0 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-docs-0.x branch from 9e370ed to 45edaa5 Compare April 15, 2024 22:32
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.18.0 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.0 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-docs-0.x branch from 45edaa5 to 1146e8a Compare April 22, 2024 17:08
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.0 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.1 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-docs-0.x branch from 1146e8a to ccd268a Compare April 29, 2024 22:06
@renovate renovate bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.1 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.2 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-docs-0.x branch 3 times, most recently from e1469bb to b11dfc3 Compare May 9, 2024 06:57
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-plugin-docs-0.x branch from b11dfc3 to 413f97f Compare May 9, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants