Skip to content

v0.12.0

Choose a tag to compare

@Prodesire Prodesire released this 08 Jun 11:53
· 5 commits to main since this release

Highlights

libterraform 0.12.0 updates the embedded Terraform runtime to 1.12.2 and refreshes the Python wrapper, native bridge, and documentation for the Terraform 1.12 release line.

What's Changed

  • Updated Terraform from 1.11.4 to 1.12.2.
  • Updated go-plugin from 1.6.0 to 1.6.3 to match the Terraform 1.12 dependency line.
  • Updated the 0.12 release matrix, version metadata, and version comparison docs.
  • Added native command support for Terraform 1.12 state identities.
  • Added TerraformCommand.state_identities() with JSON output parsing and identity_id filtering.
  • Updated Chinese API documentation for the new state_identities interface.
  • Marked the 0.12 release line as active maintenance and moved 0.10 to passive maintenance.

Compatibility

  • Terraform: 1.12.2
  • go-plugin: 1.6.3
  • Python: 3.9 to 3.14

Install

pip install "libterraform==0.12.0"

Links