Skip to content

Commit 49c48ca

Browse files
committed
Release 2.32.2024070910
1 parent f84c1ee commit 49c48ca

7 files changed

Lines changed: 26 additions & 15 deletions

File tree

.changes/header.tpl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Changelog
2+

.changes/unreleased/ENHANCEMENTS-20240708-210917.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v2.32.2024070910.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2.32.2024070910 (2024-07-09)
2+
3+
ENHANCEMENTS:
4+
5+
* 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))
6+

.changie.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
changesDir: .changes
55
unreleasedDir: unreleased
6+
headerPath: header.tpl.md
67
changelogPath: CHANGELOG.md
78
versionExt: md
89
versionFormat: '## {{.VersionNoPrefix}} ({{.Time.Format "2006-01-02"}})'

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
## 2.31.0 (2024-06-27)
1+
# Changelog
2+
3+
## 2.32.2024070910 (2024-07-09)
24

35
ENHANCEMENTS:
46

5-
* Allow custom HCP Terraform or Terraform Enterprise instance selection ([#1678](https://github.com/hashicorp/vscode-terraform/issues/1678))
6-
* Declare support for Terraform Stack files ([#1773](https://github.com/hashicorp/vscode-terraform/issues/1773))
7-
* Adds file icons for the Stacks language which will apply to all tfstack.hcl and tfdeploy.hcl files ([#1774](https://github.com/hashicorp/vscode-terraform/issues/1774))
8-
* Add support for the new `templatestring` functions in Terraform 1.9 ([terraform-ls#357](https://github.com/hashicorp/terraform-ls/issues/357))
9-
* Introduce provisioners to `removed` blocks in Terraform 1.9 ([terraform-schema#358](https://github.com/hashicorp/terraform-schema/issues/358))
7+
* 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))
108

119
## 2.31.2024061114 (2024-06-11)
1210

@@ -18,6 +16,16 @@ This marks the completion of a major refactoring effort. The language server wil
1816

1917
We have tested this with workspaces and configurations of different sizes, but still expect some bugs. Please give this preview a try and let us know how it works for you.
2018

19+
## 2.31.0 (2024-06-27)
20+
21+
ENHANCEMENTS:
22+
23+
* Allow custom HCP Terraform or Terraform Enterprise instance selection ([#1678](https://github.com/hashicorp/vscode-terraform/issues/1678))
24+
* Declare support for Terraform Stack files ([#1773](https://github.com/hashicorp/vscode-terraform/issues/1773))
25+
* Adds file icons for the Stacks language which will apply to all tfstack.hcl and tfdeploy.hcl files ([#1774](https://github.com/hashicorp/vscode-terraform/issues/1774))
26+
* Add support for the new `templatestring` functions in Terraform 1.9 ([terraform-ls#357](https://github.com/hashicorp/terraform-ls/issues/357))
27+
* Introduce provisioners to `removed` blocks in Terraform 1.9 ([terraform-schema#358](https://github.com/hashicorp/terraform-schema/issues/358))
28+
2129
## 2.30.2 (2024-06-06)
2230

2331
BUG FIXES:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.31.2024061114",
6+
"version": "2.32.2024070910",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",

0 commit comments

Comments
 (0)