From ec22235b2b87d347926db19659e7bc66200b8060 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Thu, 27 Jun 2024 15:24:31 -0400 Subject: [PATCH] Release 2.31.0 (#1787) * Add changlog entry for 1678 * Release 2.31.0 --- .changes/unreleased/ENHANCEMENTS-20240611-152345.yaml | 6 ------ .changes/unreleased/ENHANCEMENTS-20240611-152455.yaml | 6 ------ .changes/unreleased/ENHANCEMENTS-20240627-122815.yaml | 6 ------ .changes/unreleased/ENHANCEMENTS-20240627-122835.yaml | 6 ------ .changes/v2.31.0.md | 10 ++++++++++ CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 8 files changed, 23 insertions(+), 27 deletions(-) delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240611-152345.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240611-152455.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240627-122815.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20240627-122835.yaml create mode 100644 .changes/v2.31.0.md diff --git a/.changes/unreleased/ENHANCEMENTS-20240611-152345.yaml b/.changes/unreleased/ENHANCEMENTS-20240611-152345.yaml deleted file mode 100644 index 619184d96..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240611-152345.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: This adds a new file icon for the Stacks language which will apply to all tfstack.hcl and tfdeploy.hcl files -time: 2024-06-11T15:23:45.846172-04:00 -custom: - Issue: "1774" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240611-152455.yaml b/.changes/unreleased/ENHANCEMENTS-20240611-152455.yaml deleted file mode 100644 index aefe4bc78..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240611-152455.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Declare support for Terraform Stack files -time: 2024-06-11T15:24:55.009488-04:00 -custom: - Issue: "1773" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240627-122815.yaml b/.changes/unreleased/ENHANCEMENTS-20240627-122815.yaml deleted file mode 100644 index a57fc0db9..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240627-122815.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Add support for the new `templatestring` functions in Terraform 1.9 -time: 2024-06-27T12:28:15.989119-04:00 -custom: - Issue: "357" - Repository: terraform-ls diff --git a/.changes/unreleased/ENHANCEMENTS-20240627-122835.yaml b/.changes/unreleased/ENHANCEMENTS-20240627-122835.yaml deleted file mode 100644 index 6287c6217..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240627-122835.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Introduce provisioners to `removed` blocks in Terraform 1.9 -time: 2024-06-27T12:28:35.74335-04:00 -custom: - Issue: "358" - Repository: terraform-schema diff --git a/.changes/v2.31.0.md b/.changes/v2.31.0.md new file mode 100644 index 000000000..6f1c2b35e --- /dev/null +++ b/.changes/v2.31.0.md @@ -0,0 +1,10 @@ +## 2.31.0 (2024-06-27) + +ENHANCEMENTS: + +* Allow custom HCP Terraform or Terraform Enterprise instance selection ([#1678](https://github.com/hashicorp/vscode-terraform/issues/1678)) +* Declare support for Terraform Stack files ([#1773](https://github.com/hashicorp/vscode-terraform/issues/1773)) +* 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)) +* Add support for the new `templatestring` functions in Terraform 1.9 ([terraform-ls#357](https://github.com/hashicorp/terraform-ls/issues/357)) +* Introduce provisioners to `removed` blocks in Terraform 1.9 ([terraform-schema#358](https://github.com/hashicorp/terraform-schema/issues/358)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 288f4c3f7..b1c635c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.31.0 (2024-06-27) + +ENHANCEMENTS: + +* Allow custom HCP Terraform or Terraform Enterprise instance selection ([#1678](https://github.com/hashicorp/vscode-terraform/issues/1678)) +* Declare support for Terraform Stack files ([#1773](https://github.com/hashicorp/vscode-terraform/issues/1773)) +* 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)) +* Add support for the new `templatestring` functions in Terraform 1.9 ([terraform-ls#357](https://github.com/hashicorp/terraform-ls/issues/357)) +* Introduce provisioners to `removed` blocks in Terraform 1.9 ([terraform-schema#358](https://github.com/hashicorp/terraform-schema/issues/358)) + ## 2.30.2 (2024-06-06) BUG FIXES: diff --git a/package-lock.json b/package-lock.json index 5b69675e6..bc556c5a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.30.2", + "version": "2.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.30.2", + "version": "2.31.0", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.4.9", diff --git a/package.json b/package.json index 5b93451d6..18055dac7 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.30.2", + "version": "2.31.0", "publisher": "hashicorp", "appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52", "license": "MPL-2.0",