Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

53 lines (25 loc) · 2.36 KB

Changelog

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

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