Update dependency terraform-docs to v0.24.0 - #70
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/terraform-docs-0.x
branch
from
September 1, 2025 10:10
c71f9b2 to
8d36e64
Compare
renovate
Bot
force-pushed
the
renovate/terraform-docs-0.x
branch
from
December 13, 2025 16:03
8d36e64 to
7afde57
Compare
renovate
Bot
force-pushed
the
renovate/terraform-docs-0.x
branch
from
April 15, 2026 12:53
7afde57 to
4f71196
Compare
renovate
Bot
force-pushed
the
renovate/terraform-docs-0.x
branch
from
May 6, 2026 11:51
4f71196 to
af74055
Compare
renovate
Bot
force-pushed
the
renovate/terraform-docs-0.x
branch
from
May 11, 2026 19:56
af74055 to
d130181
Compare
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 PR contains the following updates:
0.19.0→0.24.0Release Notes
terraform-docs/terraform-docs (terraform-docs)
v0.24.0Compare Source
Notable Updates
Changelog
Bug Fixes
f5dca81fix: ignore directories without.tffiles for docs generation (#931)Dependency updates
f9ca5a7chore(deps): bump library/golang from 1.26.2-alpine to 1.26.3-alpine (#930)Chores
9d44551Release version v0.24.0c080d5bchore: fix typogenereted(#932)Docker images
docker pull quay.io/terraform-docs/terraform-docs:latestdocker pull quay.io/terraform-docs/terraform-docs:0.24.0Contributors
Very special thanks to the contributors.
v0.23.0Compare Source
Notable Updates
Changelog
Features
ea95325feat(cli): improve recursive submodule scanning to traverse nested directorieseae174afeat(recursive): add exclude config option and CLI flag to skip directories during recursive scanningBug Fixes
4e8d760fix: config load with absolute pathd91daf9fix: deterministic sorting for providers3cc1f37refactor: address golangci-lint cyclomatic complexity error (#928)Dependency updates
31b29abchore(deps): bump actions/checkout from 4 to 6105608dchore(deps): bump actions/setup-go from 5 to 665c4048chore(deps): bump codecov/codecov-action from 4 to 5c3618efchore(deps): bump codecov/codecov-action from 5 to 6e891fc1chore(deps): bump docker/build-push-action from 6 to 70ed4b7dchore(deps): bump docker/login-action from 3 to 46a413c3chore(deps): bump docker/setup-buildx-action from 3 to 4747fbdechore(deps): bump docker/setup-qemu-action from 3 to 49af6379chore(deps): bump github/codeql-action from 3 to 40ff2b14chore(deps): bump goreleaser/goreleaser-action from 6 to 7db8f626chore(deps): bump library/alpine from 3.23.2 to 3.23.3be1a794chore(deps): bump library/alpine from 3.23.3 to 3.23.4 (#925)91b7995chore(deps): bump library/alpine in /scripts/releasea793f92chore(deps): bump library/golang from 1.25.5-alpine to 1.26.0-alpine851e507chore(deps): bump library/golang from 1.26.0-alpine to 1.26.2-alpine26553fechore(deps): bump softprops/action-gh-release from 2 to 3c355cbechore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7Chores
fcc4bd6Fixed type in user-guide introduction.mdb8f73e2Release version v0.23.01e3f6a1chore: testing for sort config enabled0ec4c49ci(codecov): use parameter files instead of deprecated fileac64df2ci(release): do not bump homebrew versionDocker images
docker pull quay.io/terraform-docs/terraform-docs:latestdocker pull quay.io/terraform-docs/terraform-docs:0.23.0Contributors
Very special thanks to the contributors.
v0.22.0Compare Source
Notable Updates
Changelog
Dependency updates
d9bfd39chore(deps): bump library/alpine from 3.22.2 to 3.23.0ad868f2chore(deps): bump library/alpine from 3.23.0 to 3.23.2796a38dchore(deps): bump library/alpine in /scripts/release15a95e6chore(deps): bump library/alpine in /scripts/releaseee533f9chore(deps): bump library/golang from 1.24.2-alpine to 1.25.3-alpinedd2fe9dchore(deps): update Go and dependencies to latest versionsChores
5862a8cAdd a new option for Markdown output86dea43Add testing for the newatx-closedoption46fa48eFix Zsh Completion Typo795da6bRelease version v0.22.085266c7Support closed ATX headers in Markdown document outputb402f3eSupport closed ATX headers in Markdown table outputb93a0ecUpdate the documentationda4b8dcUpdate the documentation0069445Use spaces consistently for Markdown table formatting8c50ce3Use spaces in Markdown table delimiter rows for testing9aed0a5[DOCS] Fix pre-commit command to enable hooks67e416bchore: fix testsDocker images
docker pull quay.io/terraform-docs/terraform-docs:latestdocker pull quay.io/terraform-docs/terraform-docs:0.22.0Contributors
Very special thanks to the contributors.
v0.21.0Compare Source
Notable Updates
Changelog
Dependency updates
929b3e0chore(deps): bump dependencies, golang version and base containers553f6adchore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0Chores
0643382Release version v0.21.04ac0a6achore(linting): update to golangci-lint 2.7.2dd450a5chore: fix golangci-lint issuesDocker images
docker pull quay.io/terraform-docs/terraform-docs:latestdocker pull quay.io/terraform-docs/terraform-docs:0.21.0Contributors
Very special thanks to the contributors.
v0.20.0Compare Source
Notable Updates
Add preliminary support OpenTofu, thanks to @jamesgeddes! We are now able to extract header and footer from
.tofufiles and generally make.tofufile a known filetype to terraform-docs.Changelog
Features
bb09818add support for .tofu filesDependency updates
006ff31chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0e470746chore(deps): bump golang.org/x/net from 0.29.0 to 0.33.0adb8099chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.073ee296chore(deps): bump library/alpine from 3.20.3 to 3.21.306ca95cchore(deps): bump library/alpine in /scripts/release616bff0chore(deps): bump library/golang from 1.23.1-alpine to 1.23.4-alpineChores
a22bdbeFix typo in insert-output-to-file.mdcf462c5Release version v0.20.08c170f2Update typo in pre-commit-hooks.md983e98achore: bump golang to 1.24.255d8916chore: bump version to v0.20.0-alpha93c1839chore: update staticcheck to 2025.1.1Docker images
docker pull quay.io/terraform-docs/terraform-docs:latestdocker pull quay.io/terraform-docs/terraform-docs:0.20.0Contributors
Very special thanks to the contributors.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.