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.4 - autoclosed #12

Conversation

renovate-coveooss[bot]
Copy link

@renovate-coveooss renovate-coveooss bot commented Aug 29, 2023

This PR contains the following updates:

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

Release Notes

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

v0.19.4

Compare Source

NOTES:

  • validate: The number of files check has been removed to match the latest Terraform Registry ingress logic (#​381)

BUG FIXES:

  • generate: Prevented incorrect attribute paths with nested attributes that contain multiple attributes (#​380)

v0.19.3

Compare Source

BUG FIXES:

  • validate: Fixed issue with provider name not defaulting to directory (#​376)

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 - "before 4:00am on Tuesday" in timezone America/Toronto, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Renovate Bot.

@renovate-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from 8ccec13 to 95de8ef Compare January 17, 2024 17:10
@renovate-coveooss renovate-coveooss 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-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from 95de8ef to 90de1b8 Compare January 24, 2024 18:10
@renovate-coveooss renovate-coveooss 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-coveooss renovate-coveooss 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-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch 2 times, most recently from 78bc5a6 to 811cc53 Compare April 22, 2024 15:35
@renovate-coveooss renovate-coveooss 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-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from 811cc53 to c6a655a Compare April 29, 2024 19:35
@renovate-coveooss renovate-coveooss 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-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from c6a655a to 3a73958 Compare May 28, 2024 15:05
@renovate-coveooss renovate-coveooss bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.2 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.3 May 28, 2024
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from 3a73958 to 9a45b4d Compare June 4, 2024 16:35
@renovate-coveooss renovate-coveooss bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.3 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.4 Jun 4, 2024
@renovate-coveooss
Copy link
Author

renovate-coveooss bot commented Jun 25, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.0
github.com/Masterminds/semver/v3 v3.1.1 -> v3.2.0
github.com/Masterminds/sprig/v3 v3.2.2 -> v3.2.3
github.com/fatih/color v1.13.0 -> v1.16.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hc-install v0.5.0 -> v0.7.0
github.com/hashicorp/terraform-exec v0.18.1 -> v0.21.0
github.com/hashicorp/terraform-json v0.15.0 -> v0.22.1
github.com/huandu/xstrings v1.3.2 -> v1.3.3
github.com/imdario/mergo v0.3.13 -> v0.3.15
github.com/mattn/go-isatty v0.0.16 -> v0.0.20
github.com/zclconf/go-cty v1.13.0 -> v1.14.4
golang.org/x/crypto v0.6.0 -> v0.21.0
golang.org/x/mod v0.7.0 -> v0.17.0
golang.org/x/net v0.7.0 -> v0.23.0
golang.org/x/sys v0.5.0 -> v0.18.0
golang.org/x/text v0.7.0 -> v0.15.0

@renovate-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from 9a45b4d to 4483f00 Compare June 25, 2024 12:35
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from 4483f00 to 4fb59c1 Compare July 16, 2024 18:05
@renovate-coveooss renovate-coveooss bot force-pushed the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch from 4fb59c1 to 3a7013f Compare September 3, 2024 20:07
@renovate-coveooss renovate-coveooss bot changed the title fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.4 fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.19.4 - autoclosed Oct 23, 2024
@renovate-coveooss renovate-coveooss bot deleted the renovate/git.luolix.top-hashicorp-terraform-plugin-docs-0.x branch October 23, 2024 13:36
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.

0 participants