Skip to content

Update dependency terraform-docs to v0.24.0 - #70

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/terraform-docs-0.x
Open

Update dependency terraform-docs to v0.24.0#70
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/terraform-docs-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 4, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Update Change
terraform-docs minor 0.19.00.24.0

Release Notes

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

v0.24.0

Compare Source

Notable Updates

Changelog

Bug Fixes
  • f5dca81 fix: ignore directories without .tf files for docs generation (#​931)
Dependency updates
  • f9ca5a7 chore(deps): bump library/golang from 1.26.2-alpine to 1.26.3-alpine (#​930)
Chores

Docker images

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

Contributors

Very special thanks to the contributors.

v0.23.0

Compare Source

Notable Updates

Changelog

Features
  • ea95325 feat(cli): improve recursive submodule scanning to traverse nested directories
  • eae174a feat(recursive): add exclude config option and CLI flag to skip directories during recursive scanning
Bug Fixes
  • 4e8d760 fix: config load with absolute path
  • d91daf9 fix: deterministic sorting for providers
  • 3cc1f37 refactor: address golangci-lint cyclomatic complexity error (#​928)
Dependency updates
  • 31b29ab chore(deps): bump actions/checkout from 4 to 6
  • 105608d chore(deps): bump actions/setup-go from 5 to 6
  • 65c4048 chore(deps): bump codecov/codecov-action from 4 to 5
  • c3618ef chore(deps): bump codecov/codecov-action from 5 to 6
  • e891fc1 chore(deps): bump docker/build-push-action from 6 to 7
  • 0ed4b7d chore(deps): bump docker/login-action from 3 to 4
  • 6a413c3 chore(deps): bump docker/setup-buildx-action from 3 to 4
  • 747fbde chore(deps): bump docker/setup-qemu-action from 3 to 4
  • 9af6379 chore(deps): bump github/codeql-action from 3 to 4
  • 0ff2b14 chore(deps): bump goreleaser/goreleaser-action from 6 to 7
  • db8f626 chore(deps): bump library/alpine from 3.23.2 to 3.23.3
  • be1a794 chore(deps): bump library/alpine from 3.23.3 to 3.23.4 (#​925)
  • 91b7995 chore(deps): bump library/alpine in /scripts/release
  • a793f92 chore(deps): bump library/golang from 1.25.5-alpine to 1.26.0-alpine
  • 851e507 chore(deps): bump library/golang from 1.26.0-alpine to 1.26.2-alpine
  • 26553fe chore(deps): bump softprops/action-gh-release from 2 to 3
  • c355cbe chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7
Chores
  • fcc4bd6 Fixed type in user-guide introduction.md
  • b8f73e2 Release version v0.23.0
  • 1e3f6a1 chore: testing for sort config enabled
  • 0ec4c49 ci(codecov): use parameter files instead of deprecated file
  • ac64df2 ci(release): do not bump homebrew version

Docker images

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

Contributors

Very special thanks to the contributors.

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.


Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot added the wip label Apr 4, 2025
@renovate
renovate Bot force-pushed the renovate/terraform-docs-0.x branch from c71f9b2 to 8d36e64 Compare September 1, 2025 10:10
@renovate renovate Bot changed the title chore(deps): update dependency terraform-docs to v0.20.0 chore(deps): update dependency terraform-docs to v0.21.0 Dec 13, 2025
@renovate
renovate Bot force-pushed the renovate/terraform-docs-0.x branch from 8d36e64 to 7afde57 Compare December 13, 2025 16:03
@renovate renovate Bot changed the title chore(deps): update dependency terraform-docs to v0.21.0 Update dependency terraform-docs to v0.22.0 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/terraform-docs-0.x branch from 7afde57 to 4f71196 Compare April 15, 2026 12:53
@renovate renovate Bot changed the title Update dependency terraform-docs to v0.22.0 Update dependency terraform-docs to v0.23.0 May 6, 2026
@renovate
renovate Bot force-pushed the renovate/terraform-docs-0.x branch from 4f71196 to af74055 Compare May 6, 2026 11:51
@renovate renovate Bot changed the title Update dependency terraform-docs to v0.23.0 Update dependency terraform-docs to v0.24.0 May 11, 2026
@renovate
renovate Bot force-pushed the renovate/terraform-docs-0.x branch from af74055 to d130181 Compare May 11, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants