diff --git a/.changes/unreleased/BUG FIXES-20240730-092602.yaml b/.changes/unreleased/BUG FIXES-20240730-092602.yaml deleted file mode 100644 index 6f1ad049e..000000000 --- a/.changes/unreleased/BUG FIXES-20240730-092602.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: Ensure validation runs after decoding the whole module to avoid stale diagnostics -time: 2024-07-30T09:26:02.329717-04:00 -custom: - Issue: "1777" - Repository: terraform-ls diff --git a/.changes/v2.32.2.md b/.changes/v2.32.2.md new file mode 100644 index 000000000..927eb48fa --- /dev/null +++ b/.changes/v2.32.2.md @@ -0,0 +1,6 @@ +## 2.32.2 (2024-07-30) + +BUG FIXES: + +* Ensure validation runs after decoding the whole module to avoid stale diagnostics ([terraform-ls#1777](https://github.com/hashicorp/terraform-ls/issues/1777)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 288d3c484..e82fcc7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ ENHANCEMENTS: * Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files ([terraform-ls#1745](https://github.com/hashicorp/terraform-ls/issues/1745)) +## 2.32.2 (2024-07-30) + +BUG FIXES: + +* Ensure validation runs after decoding the whole module to avoid stale diagnostics ([terraform-ls#1777](https://github.com/hashicorp/terraform-ls/issues/1777)) + ## 2.32.1 (2024-07-22) BUG FIXES: diff --git a/package-lock.json b/package-lock.json index 2ecf26689..d2558bafb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.32.1", + "version": "2.32.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.32.1", + "version": "2.32.2", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.4.9", diff --git a/package.json b/package.json index dcf7cd558..7fa1387fc 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.32.1", + "version": "2.32.2", "publisher": "hashicorp", "appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52", "license": "MPL-2.0",