Skip to content

Releases: antonbabenko/pre-commit-terraform

v1.109.0

Choose a tag to compare

@antonbabenko antonbabenko released this 21 Aug 15:15
Immutable release. Only release title and notes can be modified.

1.109.0 (2026-08-21)

Features

  • Add ability to download specific tool versions used by hooks. TLDR: add --hook-config=--tool-version=1.2.3 for pinning wrapped tool version. Works for all tools (even terraform and tofu) except checkov (#1002) (f707bc5)

v1.108.1

Choose a tag to compare

@antonbabenko antonbabenko released this 24 Jul 00:44
Immutable release. Only release title and notes can be modified.

1.108.1 (2026-07-24)

Bug Fixes

  • docker: Downloader of opentofu to specific version was broken, only latest worked (6a72379)

v1.108.0

Choose a tag to compare

@antonbabenko antonbabenko released this 20 Jun 16:12
Immutable release. Only release title and notes can be modified.

1.108.0 (2026-06-20)

Features

  • terraform_validate: Expand list of TF errors when t init will rerun, if --retry-once-with-cleanup specified (#991) (b4555bd)

v1.107.0

Choose a tag to compare

@antonbabenko antonbabenko released this 18 Jun 16:02
Immutable release. Only release title and notes can be modified.

1.107.0 (2026-06-18)

Features

  • terraform_validate: Add support for running hook in git worktree (#993) (3fba9d7)

v1.106.0

Choose a tag to compare

@antonbabenko antonbabenko released this 30 May 00:05
Immutable release. Only release title and notes can be modified.

1.106.0 (2026-05-30)

Features

  • terraform_wrapper_module_for_each: Strip provider_meta blocks from versions.tf (#967) (7710871)

v1.105.0

Choose a tag to compare

@antonbabenko antonbabenko released this 06 Jan 12:54
Immutable release. Only release title and notes can be modified.

1.105.0 (2026-01-06)

Features

  • terraform_providers_lock: Fix logical issue in hook modes: Add check-lockfile-is-cross-platform and regenerate-lockfile-if-some-platform-missed modes. Last one is same as only-check-is-current-lockfile-cross-platform, which now is deprecated. Check README for more details (#950) (95a52e3)

v1.104.1

Choose a tag to compare

@antonbabenko antonbabenko released this 04 Jan 14:39
Immutable release. Only release title and notes can be modified.

1.104.1 (2026-01-04)

Bug Fixes

  • terraform_wrapper_module_for_each: Generate right usage example for S3 (#952) (3117fe2)

v1.104.0

Choose a tag to compare

@antonbabenko antonbabenko released this 20 Nov 14:41
Immutable release. Only release title and notes can be modified.

1.104.0 (2025-11-20)

Features

  • docker: Allow authenticated calls to GitHub API during docker build (#947) (6deaf20)

v1.103.0

Choose a tag to compare

@antonbabenko antonbabenko released this 17 Oct 13:32
Immutable release. Only release title and notes can be modified.

1.103.0 (2025-10-17)

Features

  • Add support of __GIT_WORKING_DIR__ placeholder for all hooks (#945) (9830420), closes #944

v1.102.0

Choose a tag to compare

@antonbabenko antonbabenko released this 14 Oct 14:16
Immutable release. Only release title and notes can be modified.

1.102.0 (2025-10-14)

Features

  • terrascan: Add support for __GIT_WORKING_DIR__ in hooks arguments (#943) (c4ef91e)