Skip to content

v0.5.0

Choose a tag to compare

@Prodesire Prodesire released this 14 Sep 08:28
· 34 commits to main since this release
532a4ea

Highlights

libterraform 0.5.0 updates the embedded Terraform runtime to 1.3.0 and tightens Python compatibility around modern supported Python versions.

Breaking Changes

  • Dropped Python 3.6 support. Python 3.7 or newer is required.
  • Removed the obsolete allow_missing_config option from TerraformCommand.force_unlock().

What's Changed

  • Updated Terraform from 1.2.2 to 1.3.0.
  • Added multi-directory support to TerraformCommand.fmt().
  • Removed the repository-local .python-version file.

Compatibility

  • Terraform: 1.3.0
  • Python: 3.7+ (tested through Python 3.10)

Install

pip install "libterraform==0.5.0"

Links