From 0ebc74f18fbf5e28b48586bcdabaaf559f30aec9 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Tue, 15 Oct 2024 11:29:21 -0400 Subject: [PATCH] Stage 2.34 prerelease --- .changes/v2.34.2024101517.md | 10 ++++++++++ CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 .changes/v2.34.2024101517.md diff --git a/.changes/v2.34.2024101517.md b/.changes/v2.34.2024101517.md new file mode 100644 index 000000000..73f2ba804 --- /dev/null +++ b/.changes/v2.34.2024101517.md @@ -0,0 +1,10 @@ +## 2.34.2024101517 (2024-10-15) + +NOTES: + +This is a release to bring the prerelease channel to parity with stable. + +This release adds support for Terraform Stack and Deployment files. This provides intelligent completion for Terraform Stacks blocks and attributes in Stack and Deployment files, including suggesting only valid completions for variables in component and deployment blocks. Hover documentation for all Stack and Deploy blocks, with helpful type and usage information. Early Validation has been extended to produce diagnostics along with syntax validation for Stack and Deployment files. Reference support allows code navigation in and between Stack and Deploy files. This also provides formatting support for both Stack and Deploy files. + +This release also adds support for Terraform Test and Mock files. This provides syntax highlighting, completion for blocks and attributes, hover documentation and formatting support. + diff --git a/CHANGELOG.md b/CHANGELOG.md index b54bd5e9d..9b8c9e291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.34.2024101517 (2024-10-15) + +NOTES: + +This is a release to bring the prerelease channel to parity with stable. + +This release adds support for Terraform Stack and Deployment files. This provides intelligent completion for Terraform Stacks blocks and attributes in Stack and Deployment files, including suggesting only valid completions for variables in component and deployment blocks. Hover documentation for all Stack and Deploy blocks, with helpful type and usage information. Early Validation has been extended to produce diagnostics along with syntax validation for Stack and Deployment files. Reference support allows code navigation in and between Stack and Deploy files. This also provides formatting support for both Stack and Deploy files. + +This release also adds support for Terraform Test and Mock files. This provides syntax highlighting, completion for blocks and attributes, hover documentation and formatting support. + ## 2.33.0 (2024-10-14) NOTES: diff --git a/package-lock.json b/package-lock.json index fd437d6b8..3dea56bd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.33.0", + "version": "2.34.2024101517", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.33.0", + "version": "2.34.2024101517", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.4.9", diff --git a/package.json b/package.json index 24771433f..43b37e57f 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.0", + "version": "2.34.2024101517", "publisher": "hashicorp", "appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52", "license": "MPL-2.0",