Skip to content

Update dependency terraform-docs/terraform-docs to v0.22.0#1058

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/terraform-docs-terraform-docs-0.x
Closed

Update dependency terraform-docs/terraform-docs to v0.22.0#1058
renovate[bot] wants to merge 1 commit intomainfrom
renovate/terraform-docs-terraform-docs-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 7, 2026

This PR contains the following updates:

Package Update Change
terraform-docs/terraform-docs minor 0.18.00.22.0

Release Notes

terraform-docs/terraform-docs (terraform-docs/terraform-docs)

v0.22.0

Compare Source

Notable Updates

Changelog

Dependency updates
  • d9bfd39 chore(deps): bump library/alpine from 3.22.2 to 3.23.0
  • ad868f2 chore(deps): bump library/alpine from 3.23.0 to 3.23.2
  • 796a38d chore(deps): bump library/alpine in /scripts/release
  • 15a95e6 chore(deps): bump library/alpine in /scripts/release
  • ee533f9 chore(deps): bump library/golang from 1.24.2-alpine to 1.25.3-alpine
  • dd2fe9d chore(deps): update Go and dependencies to latest versions
Chores
  • 5862a8c Add a new option for Markdown output
  • 86dea43 Add testing for the new atx-closed option
  • 46fa48e Fix Zsh Completion Typo
  • 795da6b Release version v0.22.0
  • 85266c7 Support closed ATX headers in Markdown document output
  • b402f3e Support closed ATX headers in Markdown table output
  • b93a0ec Update the documentation
  • da4b8dc Update the documentation
  • 0069445 Use spaces consistently for Markdown table formatting
  • 8c50ce3 Use spaces in Markdown table delimiter rows for testing
  • 9aed0a5 [DOCS] Fix pre-commit command to enable hooks
  • 67e416b chore: fix tests

Docker images

  • docker pull quay.io/terraform-docs/terraform-docs:latest
  • docker pull quay.io/terraform-docs/terraform-docs:0.22.0

Contributors

Very special thanks to the contributors.

v0.21.0

Compare Source

Notable Updates

Changelog

Dependency updates
  • 929b3e0 chore(deps): bump dependencies, golang version and base containers
  • 553f6ad chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
Chores
  • 0643382 Release version v0.21.0
  • 4ac0a6a chore(linting): update to golangci-lint 2.7.2
  • dd450a5 chore: fix golangci-lint issues

Docker images

  • docker pull quay.io/terraform-docs/terraform-docs:latest
  • docker pull quay.io/terraform-docs/terraform-docs:0.21.0

Contributors

Very special thanks to the contributors.

v0.20.0

Compare Source

Notable Updates

Add preliminary support OpenTofu, thanks to @​jamesgeddes! We are now able to extract header and footer from .tofu files and generally make .tofu file a known filetype to terraform-docs.

[!NOTE]
With this release, we are still not able to read and parse all the .tofu files to extract all the other information, such as inputs, outputs, providers, etc.

Changelog

Features
  • bb09818 add support for .tofu files
Dependency updates
  • 006ff31 chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0
  • e470746 chore(deps): bump golang.org/x/net from 0.29.0 to 0.33.0
  • adb8099 chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
  • 73ee296 chore(deps): bump library/alpine from 3.20.3 to 3.21.3
  • 06ca95c chore(deps): bump library/alpine in /scripts/release
  • 616bff0 chore(deps): bump library/golang from 1.23.1-alpine to 1.23.4-alpine
Chores
  • a22bdbe Fix typo in insert-output-to-file.md
  • cf462c5 Release version v0.20.0
  • 8c170f2 Update typo in pre-commit-hooks.md
  • 983e98a chore: bump golang to 1.24.2
  • 55d8916 chore: bump version to v0.20.0-alpha
  • 93c1839 chore: update staticcheck to 2025.1.1

Docker images

  • docker pull quay.io/terraform-docs/terraform-docs:latest
  • docker pull quay.io/terraform-docs/terraform-docs:0.20.0

Contributors

Very special thanks to the contributors.

v0.19.0

Compare Source

Notable Updates

Changelog

Features
  • 5a2f6ff add docker multiarch build
Bug Fixes
  • 78e94da fix: Replace <br> with <br /> for markdown syntax
  • af31cc6 fix: release scripts
  • 3c44c58 Fix: Let Docker image be built correctly for non-amd64 platforms
Dependency updates
  • 7da557a chore(deps): bump docker/build-push-action from 5 to 6
  • c825b41 chore(deps): bump library/alpine from 3.20.0 to 3.20.2
  • 5441df2 chore(deps): bump library/alpine from 3.20.2 to 3.20.3
  • a639fbd chore(deps): bump library/alpine in /scripts/release
  • a2f4573 chore(deps): bump library/golang from 1.23.0-alpine to 1.23.1-alpine
Chores
  • 045e5e6 Bump google.golang.org/grpc from 1.64.0 to 1.64.1
  • db5e64c Bump goreleaser/goreleaser-action from 5 to 6
  • 0562dbd Bump library/alpine from 3.20.0 to 3.20.2 in /scripts/release
  • 7de82c8 Bump library/golang from 1.22.3-alpine to 1.23.0-alpine
  • d64cd3b Release version v0.19.0
  • 8ae3344 chore: bump version to v0.19.0-alpha
  • c2e8d0a chore: fix linter issues
  • 3355644 chore: update go dependencies
  • 0db6eef chore: update go to 1.23.1
  • 11270e3 chore: update staticcheck to 2024.1.1
  • 186bd7e chore: update teaser image
  • 4c94478 ci: Use correct env var for repo owner
  • 62756ca ci: Use correct var for repo owner (second try)
  • 1919452 ci: enhance release workflows
  • 49fde02 ci: fix release scripts
  • a97e171 ci: kickoff actions run

Docker images

  • docker pull quay.io/terraform-docs/terraform-docs:latest
  • docker pull quay.io/terraform-docs/terraform-docs:0.19.0

Contributors

Very special thanks to the contributors.


Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@sblask sblask closed this Apr 7, 2026
@sblask sblask deleted the renovate/terraform-docs-terraform-docs-0.x branch April 7, 2026 23:46
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 7, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.22.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant