Skip to content

v0.11.0

Choose a tag to compare

@Prodesire Prodesire released this 08 Jun 11:09
· 9 commits to main since this release

Highlights

libterraform 0.11.0 updates the embedded Terraform runtime to 1.11.4 and refreshes the Python wrapper, native bridge, and documentation for the Terraform 1.11 release line.

What's Changed

  • Updated Terraform from 1.10.5 to 1.11.4.
  • Updated the 0.11 release matrix, version metadata, and version comparison docs.
  • Updated the native bridge for Terraform 1.11 plugin directory handling.
  • Added explicit junit_xml support to TerraformCommand.test().
  • Adjusted module JSON handling for Terraform 1.11 output where empty module lists are reported as null.
  • Renamed the docs build target from docs-build to doc-build and updated related docs and tests.
  • Regenerated uv.lock against the official PyPI source.
  • Updated English and Chinese API documentation for the changed interfaces.

Compatibility

  • Terraform: 1.11.4
  • go-plugin: 1.6.0
  • Python: 3.9 to 3.14

Install

pip install "libterraform==0.11.0"

Links