From a9512e5ff85b3ac1040bdb3db611953acef88114 Mon Sep 17 00:00:00 2001 From: haodeon <31973188+haodeon@users.noreply.github.com> Date: Thu, 23 May 2024 16:13:35 +1200 Subject: [PATCH] build: Update terraform to 1.8.4 --- .github/workflows/test.yml | 6 +++--- README.md | 1 + libterraform.go | 2 +- libterraform/__init__.py | 2 +- pyproject.toml | 2 +- terraform | 2 +- 6 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 249a70a..283805a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,13 +11,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up GoLang - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '^1.21.5' - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install poetry pytest diff --git a/README.md b/README.md index a529bed..f6a0f3c 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ dict_keys(['time_sleep.wait1', 'time_sleep.wait2']) | libterraform | Terraform | |-------------------------------------------------------|-------------------------------------------------------------| +| [0.8.0](https://pypi.org/project/libterraform/0.8.0/) | [1.8.4](https://github.com/hashicorp/terraform/tree/v1.8.4) | | [0.7.0](https://pypi.org/project/libterraform/0.7.0/) | [1.6.6](https://github.com/hashicorp/terraform/tree/v1.6.6) | | [0.6.0](https://pypi.org/project/libterraform/0.6.0/) | [1.5.7](https://github.com/hashicorp/terraform/tree/v1.5.7) | | [0.5.0](https://pypi.org/project/libterraform/0.5.0/) | [1.3.0](https://github.com/hashicorp/terraform/tree/v1.3.0) | diff --git a/libterraform.go b/libterraform.go index 0519ea9..e8bc6f9 100644 --- a/libterraform.go +++ b/libterraform.go @@ -23,7 +23,7 @@ import ( "github.com/hashicorp/terraform/internal/logging" "github.com/hashicorp/terraform/internal/terminal" "github.com/hashicorp/terraform/version" - "github.com/mitchellh/cli" + "github.com/hashicorp/cli" "github.com/mitchellh/colorstring" "go.opentelemetry.io/otel/trace" "log" diff --git a/libterraform/__init__.py b/libterraform/__init__.py index e5abd80..c4db962 100644 --- a/libterraform/__init__.py +++ b/libterraform/__init__.py @@ -2,7 +2,7 @@ from ctypes import cdll, c_void_p from libterraform.common import WINDOWS -__version__ = '0.7.0' +__version__ = '0.8.0' root = os.path.dirname(os.path.abspath(__file__)) _lib_filename = 'libterraform.dll' if WINDOWS else 'libterraform.so' diff --git a/pyproject.toml b/pyproject.toml index 66b349c..36fedfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "libterraform" -version = "0.7.0" +version = "0.8.0" description = "Python binding for Terraform." authors = ["Prodesire "] license = "MIT" diff --git a/terraform b/terraform index eba3240..4010651 160000 --- a/terraform +++ b/terraform @@ -1 +1 @@ -Subproject commit eba3240dae80b8bdd14d747cc43d056ea22573f4 +Subproject commit 401065107869f3ccbfe23fee39ff285102344d8e