pre-commit-opentofu/CHANGELOG.md
semantic-release-bot 04bfdda8eb chore(release): version 2.2.1 [skip ci]
## [2.2.1](https://github.com/tofuutils/pre-commit-opentofu/compare/v2.2.0...v2.2.1) (2025-06-04)

### Bug Fixes

* make infracost_breakdown.sh compatible with bash 3.2 (macOS) ([df886fa](df886fa772))
* Update pre-commit/action version ([#30](https://github.com/tofuutils/pre-commit-opentofu/issues/30)) ([44c7b5d](44c7b5dec9))
2025-06-04 08:26:32 +00:00

3.1 KiB

Changelog

All notable changes to this project will be documented in this file.

2.2.1 (2025-06-04)

Bug Fixes

  • make infracost_breakdown.sh compatible with bash 3.2 (macOS) (df886fa)
  • Update pre-commit/action version (#30) (44c7b5d)

2.2.0 (2025-03-29)

Features

2.1.0 (2024-10-16)

Features

2.0.0 (2024-09-25)

Features

  • tofu: add handling for missing tofu binary in Docker image This commit introduces logic to gracefully handle the case when the tofu binary is not found in the Docker image, improving the overall user experience. BREAKING CHANGE: The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes. (14fc63e)

BREAKING CHANGES

  • tofu: The previous behavior of the application when the tofu binary was missing may have caused unexpected crashes."

1.0.4 (2024-09-21)

Bug Fixes

  • docker image reference in README.md (7b04f0c)
  • docker image reference in README.md (f9b71fe)
  • dockerhub (0fac591)
  • entry for tofu_docs_replace (f146463)

1.0.2 (2024-03-08)

Bug Fixes

  • remove obsolete terraform checks and awk file hack (97cba7a)

1.0.1 (2024-03-07)

Bug Fixes

1.0.0 (2023-12-21)

Features

  • TODO