Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Apr 12:16
· 39 commits to main since this release

Highlights

libterraform 0.3.1 is a focused stability release that fixes a memory leak in the native Terraform bridge.

What's Fixed

  • Fixed a memory leak when calling into Terraform from Python.
  • Added the go-plugin submodule used by the Terraform native library integration.
  • Updated the README to recommend 0.3.1 or newer for users affected by the leak.

Compatibility

  • Terraform: 1.1.7
  • Python: 3.6+ (tested through Python 3.10)

Install

pip install "libterraform==0.3.1"

Links