diff --git a/.changes/unreleased/ENHANCEMENTS-20240816-145322.yaml b/.changes/unreleased/ENHANCEMENTS-20240816-145322.yaml deleted file mode 100644 index dbee47973..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240816-145322.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Bump hashicorp/syntax from 0.5.0 to 0.7.0 -time: 2024-08-16T14:53:22.557108-04:00 -custom: - Issue: "1820" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240827-144337.yaml b/.changes/unreleased/ENHANCEMENTS-20240827-144337.yaml deleted file mode 100644 index a4151ee6b..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240827-144337.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Document Terraform Stacks support -time: 2024-08-27T14:43:37.030208-04:00 -custom: - Issue: "1829" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240827-150104.yaml b/.changes/unreleased/ENHANCEMENTS-20240827-150104.yaml deleted file mode 100644 index ff7865155..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240827-150104.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Remove static snippets -time: 2024-08-27T15:01:04.207532-04:00 -custom: - Issue: "1830" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240905-143313.yaml b/.changes/unreleased/ENHANCEMENTS-20240905-143313.yaml deleted file mode 100644 index a0f3f295e..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240905-143313.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Enable language status bar for Stack language -time: 2024-09-05T14:33:13.601998-04:00 -custom: - Issue: "1835" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240906-093703.yaml b/.changes/unreleased/ENHANCEMENTS-20240906-093703.yaml deleted file mode 100644 index 707a023eb..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240906-093703.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Add icon for .terraform-version file -time: 2024-09-06T09:37:03.371934-04:00 -custom: - Issue: "1836" - Repository: vscode-terraform diff --git a/.changes/unreleased/INTERNAL-20240816-123712.yaml b/.changes/unreleased/INTERNAL-20240816-123712.yaml deleted file mode 100644 index 935b1757a..000000000 --- a/.changes/unreleased/INTERNAL-20240816-123712.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: INTERNAL -body: Bump axios to 1.7.4 -time: 2024-08-16T12:37:12.325251-04:00 -custom: - Issue: "1818" - Repository: vscode-terraform diff --git a/.changes/unreleased/INTERNAL-20240816-124103.yaml b/.changes/unreleased/INTERNAL-20240816-124103.yaml deleted file mode 100644 index d5a0e22e3..000000000 --- a/.changes/unreleased/INTERNAL-20240816-124103.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: INTERNAL -body: Bump braces to 3.0.3 -time: 2024-08-16T12:41:03.66767-04:00 -custom: - Issue: "1819" - Repository: vscode-terraform diff --git a/.changes/v2.33.2024090609.md b/.changes/v2.33.2024090609.md new file mode 100644 index 000000000..f311055f9 --- /dev/null +++ b/.changes/v2.33.2024090609.md @@ -0,0 +1,27 @@ +## 2.33.2024090609 (2024-09-06) + +ENHANCEMENTS: + +* Bump hashicorp/syntax from 0.5.0 to 0.7.0 ([#1820](https://github.com/hashicorp/vscode-terraform/issues/1820)) +* Document Terraform Stacks support ([#1829](https://github.com/hashicorp/vscode-terraform/issues/1829)) +* Remove static snippets ([#1830](https://github.com/hashicorp/vscode-terraform/issues/1830)) +* Enable language status bar for Stack language ([#1835](https://github.com/hashicorp/vscode-terraform/issues/1835)) +* Add icon for .terraform-version file ([#1836](https://github.com/hashicorp/vscode-terraform/issues/1836)) +* Support provider defined functions in stacks configuration ([#1804](https://github.com/hashicorp/terraform-ls/issues/1804)) +* Support description attribute for orchestration rule block ([terraform-schema#393](https://github.com/hashicorp/terraform-schema/issues/393)) +* Support locals in stack and deploy configs ([terraform-schema#395](https://github.com/hashicorp/terraform-schema/issues/395)) +* Support depends_on attribute in component blocks ([terraform-schema#392](https://github.com/hashicorp/terraform-schema/issues/392)) +* Document Terraform Stacks support ([#1802](https://github.com/hashicorp/terraform-ls/issues/1802)) +* Support context references within orchestrate blocks in deployment configuration ([#1813](https://github.com/hashicorp/terraform-ls/issues/1813)) + +BUG FIXES: + +* Fix type for provider references in component blocks ([terraform-schema#391](https://github.com/hashicorp/terraform-schema/issues/391)) +* Support sensitive attribute for stacks variables ([terraform-schema#401](https://github.com/hashicorp/terraform-schema/issues/401)) +* Allow any type as inputs to components per default ([terraform-schema#400](https://github.com/hashicorp/terraform-schema/issues/400)) + +INTERNAL: + +* Bump axios to 1.7.4 ([#1818](https://github.com/hashicorp/vscode-terraform/issues/1818)) +* Bump braces to 3.0.3 ([#1819](https://github.com/hashicorp/vscode-terraform/issues/1819)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 6faacd751..6909e3a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## 2.33.2024090609 (2024-09-06) + +ENHANCEMENTS: + +* Bump hashicorp/syntax from 0.5.0 to 0.7.0 ([#1820](https://github.com/hashicorp/vscode-terraform/issues/1820)) +* Document Terraform Stacks support ([#1829](https://github.com/hashicorp/vscode-terraform/issues/1829)) +* Remove static snippets ([#1830](https://github.com/hashicorp/vscode-terraform/issues/1830)) +* Enable language status bar for Stack language ([#1835](https://github.com/hashicorp/vscode-terraform/issues/1835)) +* Add icon for .terraform-version file ([#1836](https://github.com/hashicorp/vscode-terraform/issues/1836)) +* Support provider defined functions in stacks configuration ([#1804](https://github.com/hashicorp/terraform-ls/issues/1804)) +* Support description attribute for orchestration rule block ([terraform-schema#393](https://github.com/hashicorp/terraform-schema/issues/393)) +* Support locals in stack and deploy configs ([terraform-schema#395](https://github.com/hashicorp/terraform-schema/issues/395)) +* Support depends_on attribute in component blocks ([terraform-schema#392](https://github.com/hashicorp/terraform-schema/issues/392)) +* Document Terraform Stacks support ([#1802](https://github.com/hashicorp/terraform-ls/issues/1802)) +* Support context references within orchestrate blocks in deployment configuration ([#1813](https://github.com/hashicorp/terraform-ls/issues/1813)) + +BUG FIXES: + +* Fix type for provider references in component blocks ([terraform-schema#391](https://github.com/hashicorp/terraform-schema/issues/391)) +* Support sensitive attribute for stacks variables ([terraform-schema#401](https://github.com/hashicorp/terraform-schema/issues/401)) +* Allow any type as inputs to components per default ([terraform-schema#400](https://github.com/hashicorp/terraform-schema/issues/400)) + +INTERNAL: + +* Bump axios to 1.7.4 ([#1818](https://github.com/hashicorp/vscode-terraform/issues/1818)) +* Bump braces to 3.0.3 ([#1819](https://github.com/hashicorp/vscode-terraform/issues/1819)) + ## 2.33.2024082314 (2024-08-23) ENHANCEMENTS: diff --git a/package-lock.json b/package-lock.json index 18131602e..147747e54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.33.2024082314", + "version": "2.33.2024090609", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.33.2024082314", + "version": "2.33.2024090609", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.4.9", diff --git a/package.json b/package.json index ae4064d25..281e85610 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "terraform", "displayName": "HashiCorp Terraform", "description": "Syntax highlighting and autocompletion for Terraform", - "version": "2.33.2024082314", + "version": "2.33.2024090609", "publisher": "hashicorp", "appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52", "license": "MPL-2.0", @@ -18,7 +18,7 @@ "vscode": "^1.86.2" }, "langServer": { - "version": "0.35.0-beta1" + "version": "0.35.0-beta2" }, "syntax": { "version": "0.7.0"