Conversation
📋 Release Plan
📝 Changelog
|
|
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the default terraform-docs version from v0.20.0 to v0.21.0 across the entire codebase. The change ensures consistency with the latest supported version of the terraform-docs tool used for generating wiki documentation. This is a straightforward version bump with no functional changes to the codebase logic.
Changes:
- Updated default
terraform-docs-versioninput inaction.ymlfromv0.20.0tov0.21.0 - Updated all documentation references in
README.mdto reflect the new default version - Updated test files to expect and validate
v0.21.0instead ofv0.20.0orv0.19.0 - Updated error messages and inline comments in source code to use
v0.21.0in examples - Updated CI workflow and test scripts to use the new version
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
action.yml |
Updated default value for terraform-docs-version input to v0.21.0 |
README.md |
Updated documentation table default value and usage example to reference v0.21.0 |
src/terraform-docs.ts |
Updated error message example and inline comments showing expected version output format |
__tests__/terraform-docs.test.ts |
Updated test constant and all test cases to use v0.21.0 for validation |
__tests__/config.test.ts |
Updated expected default value assertions for terraformDocsVersion to v0.21.0 |
scripts/parse-modules-test.ts |
Updated environment variable for terraform-docs version to v0.21.0 |
.github/workflows/ci.yml |
Updated CI workflow to explicitly use v0.21.0 for integration testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request updates the default and referenced version of
terraform-docsfromv0.20.0(and earlier) tov0.21.0throughout the codebase, documentation, tests, and configuration files. This ensures consistency and compatibility with the latest supported version of the tool.Configuration and Documentation Updates:
terraform-docs-versioninaction.yml,.github/workflows/ci.yml, and all related configuration files tov0.21.0. [1] [2]README.mdto referencev0.21.0as the default version and in all usage examples. [1] [2]Code and Test Adjustments:
v0.21.0as the expected and default version, including environment variables and version validation logic in unit tests. [1] [2] [3] [4] [5]src/terraform-docs.tsto referencev0.21.0. [1] [2] [3]