Skip to content

Commit e478595

Browse files
jpograndbanck
andauthored
Release 2.34.1 (#1914)
* Release 2.34.1 * Bump terraform-ls from 0.36.1 to 0.36.2 * Update CHANGELOG.md Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com> * Update .changes/v2.34.1.md Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com> --------- Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
1 parent 0d71dc7 commit e478595

14 files changed

+52
-64
lines changed

.changes/unreleased/BUG FIXES-20241204-121924.yaml

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

.changes/unreleased/BUG FIXES-20241204-122312.yaml

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

.changes/unreleased/ENHANCEMENTS-20241118-105724.yaml

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

.changes/unreleased/INTERNAL-20241105-111825.yaml

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

.changes/unreleased/INTERNAL-20241120-134025.yaml

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

.changes/unreleased/INTERNAL-20241126-112719.yaml

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

.changes/unreleased/INTERNAL-20241204-105834.yaml

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

.changes/unreleased/INTERNAL-20241209-100936.yaml

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

.changes/unreleased/INTERNAL-20241209-123358.yaml

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

.changes/unreleased/INTERNAL-20241209-123718.yaml

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

.changes/v2.34.1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## 2.34.1 (2024-12-12)
2+
3+
ENHANCEMENTS:
4+
5+
* Reflect lifecycle phases of ephemeral resources in HCP Terraform log messages ([#1882](https://github.com/hashicorp/vscode-terraform/issues/1882))
6+
* Stacks: parse terraform-sources.json to support remote component sources ([terraform-ls#1836](https://github.com/hashicorp/terraform-ls/issues/1836))
7+
8+
BUG FIXES:
9+
10+
* Fix HCP workspace link ([#1889](https://github.com/hashicorp/vscode-terraform/issues/1889))
11+
* Fix new issue link in README ([#1890](https://github.com/hashicorp/vscode-terraform/issues/1890))
12+
* Fix incorrect validation for heterogeneous list ([terraform-ls#1884](https://github.com/hashicorp/terraform-ls/issues/1884))
13+
* Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions ([terraform-ls#1890](https://github.com/hashicorp/terraform-ls/issues/1890))
14+
15+
INTERNAL:
16+
17+
* Port UI tests to vscode-extension-tester and remove wdio ([#1873](https://github.com/hashicorp/vscode-terraform/issues/1873))
18+
* Add Heimdall metadata ([#1883](https://github.com/hashicorp/vscode-terraform/issues/1883))
19+
* Add build files to .vscodeignore ([#1885](https://github.com/hashicorp/vscode-terraform/issues/1885))
20+
* Broaden npm version to allow dependabot to run ([#1888](https://github.com/hashicorp/vscode-terraform/issues/1888))
21+
* Store screenshots for failing UI tests ([#1906](https://github.com/hashicorp/vscode-terraform/issues/1906))
22+
* Adapt CI config for Ubuntu 24.04.1 ([#1907](https://github.com/hashicorp/vscode-terraform/issues/1907))
23+
* Configure dependabot to update package.json and group dependency updates ([#1908](https://github.com/hashicorp/vscode-terraform/issues/1908))
24+

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 2.34.1 (2024-12-12)
4+
5+
ENHANCEMENTS:
6+
7+
* Reflect lifecycle phases of ephemeral resources in HCP Terraform log messages ([#1882](https://github.com/hashicorp/vscode-terraform/issues/1882))
8+
* Stacks: parse terraform-sources.json to support remote component sources ([terraform-ls#1836](https://github.com/hashicorp/terraform-ls/issues/1836))
9+
10+
BUG FIXES:
11+
12+
* Fix HCP workspace link ([#1889](https://github.com/hashicorp/vscode-terraform/issues/1889))
13+
* Fix new issue link in README ([#1890](https://github.com/hashicorp/vscode-terraform/issues/1890))
14+
* Fix incorrect validation for heterogeneous list ([terraform-ls#1884](https://github.com/hashicorp/terraform-ls/issues/1884))
15+
* Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions ([terraform-ls#1890](https://github.com/hashicorp/terraform-ls/issues/1890))
16+
17+
INTERNAL:
18+
19+
* Port UI tests to vscode-extension-tester and remove wdio ([#1873](https://github.com/hashicorp/vscode-terraform/issues/1873))
20+
* Add Heimdall metadata ([#1883](https://github.com/hashicorp/vscode-terraform/issues/1883))
21+
* Add build files to .vscodeignore ([#1885](https://github.com/hashicorp/vscode-terraform/issues/1885))
22+
* Broaden npm version to allow dependabot to run ([#1888](https://github.com/hashicorp/vscode-terraform/issues/1888))
23+
* Store screenshots for failing UI tests ([#1906](https://github.com/hashicorp/vscode-terraform/issues/1906))
24+
* Adapt CI config for Ubuntu 24.04.1 ([#1907](https://github.com/hashicorp/vscode-terraform/issues/1907))
25+
* Configure dependabot to update package.json and group dependency updates ([#1908](https://github.com/hashicorp/vscode-terraform/issues/1908))
26+
327
## 2.34.0 (2024-11-15)
428

529
ENHANCEMENTS:

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: 2 additions & 2 deletions
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.34.0",
6+
"version": "2.34.1",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",
@@ -18,7 +18,7 @@
1818
"vscode": "^1.92.2"
1919
},
2020
"langServer": {
21-
"version": "0.36.0"
21+
"version": "0.36.2"
2222
},
2323
"syntax": {
2424
"version": "0.7.1"

0 commit comments

Comments
 (0)