Skip to content

Releases: antonbabenko/pre-commit-terraform

v1.96.1

17 Sep 10:59
Compare
Choose a tag to compare

1.96.1 (2024-09-17)

Bug Fixes

  • terraform_docs: Fix issue with processing multiply files without terraform-docs markers. Issue introduced in v1.95.0 (#720) (2b1aec8),

v1.96.0

16 Sep 14:03
Compare
Choose a tag to compare

1.96.0 (2024-09-16)

Features

  • Expand environment variables in --args= which contains lowercase symbols, like ${TF_VAR_lowercase} (#719) (bf156b4)

v1.95.0

11 Sep 16:55
Compare
Choose a tag to compare

1.95.0 (2024-09-11)

Features

  • terraform_docs: Drop support for terraform-docs <0.12.0 (#717) (81e4572)

v1.94.3

10 Sep 17:54
Compare
Choose a tag to compare

1.94.3 (2024-09-10)

Bug Fixes

  • terraform_docs: Restore --hook-config=--add-to-existing-file default behavior. Regression from 1.94.0. (#716) (315342e)

v1.94.2

09 Sep 10:54
Compare
Choose a tag to compare

1.94.2 (2024-09-09)

Bug Fixes

  • Support custom TF paths which contains spaces (#714) (2bca410)
  • Fix regression from v1.90.0 so hook start failing once again if terraform/tofu binary not found

v1.94.1

30 Aug 13:34
Compare
Choose a tag to compare

1.94.1 (2024-08-30)

Bug Fixes

  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0, as previous fix doesn't work correctly (#708) (c986c5e)

v1.94.0

29 Aug 19:59
Compare
Choose a tag to compare

1.94.0 (2024-08-29)

Features

  • terraform-docs: Add support for replace mode for TF 0.12+; Use native saving to file for TF 0.12+. Both requires terraform-docs v0.12.0+ which released in 2021. (#705) (1a1b4a3)

v1.93.1

29 Aug 19:32
Compare
Choose a tag to compare

1.93.1 (2024-08-29)

Bug Fixes

  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0 (#704) (3c8734d)

v1.93.0

28 Aug 17:18
Compare
Choose a tag to compare

1.93.0 (2024-08-28)

Features

  • terraform_docs: Start seamless migration to terraform-docs markers (#701) (d03f44f)

v1.92.3

27 Aug 17:17
Compare
Choose a tag to compare

1.92.3 (2024-08-27)

Bug Fixes

  • terraform_docs: Suppress redundant warnings pop-ups introduced in v1.92.2 (#700) (59b2454)