Skip to content

Commit 7f65749

Browse files
authored
Stage 0.36.1 (#1891)
1 parent 33be997 commit 7f65749

10 files changed

+37
-43
lines changed

.changes/unreleased/BUG FIXES-20241203-144106.yaml

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

.changes/unreleased/BUG FIXES-20241209-151045.yaml

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

.changes/unreleased/ENHANCEMENTS-20241028-090453.yaml

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

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

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

.changes/unreleased/INTERNAL-20241128-145742.yaml

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

.changes/unreleased/INTERNAL-20241128-173155.yaml

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

.changes/unreleased/INTERNAL-20241202-134258.yaml

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

.changes/v0.36.1.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 0.36.1 (10 December 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* Stacks: parse terraform-sources.json to support remote component sources ([#1836](https://github.com/hashicorp/terraform-ls/issues/1836))
6+
7+
BUG FIXES:
8+
9+
* Fix incorrect validation for heterogeneous list ([#1884](https://github.com/hashicorp/terraform-ls/issues/1884))
10+
* Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions ([#1890](https://github.com/hashicorp/terraform-ls/issues/1890))
11+
12+
INTERNAL:
13+
14+
* Add Heimdall metadata ([#1874](https://github.com/hashicorp/terraform-ls/issues/1874))
15+
* Add tests for Stacks feature ([#1879](https://github.com/hashicorp/terraform-ls/issues/1879))
16+
* Fix flaky `workspace/symbol` tests ([#1880](https://github.com/hashicorp/terraform-ls/issues/1880))
17+
* Fix flaky initialize handler tests ([#1883](https://github.com/hashicorp/terraform-ls/issues/1883))
18+

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.36.1 (10 December 2024)
2+
3+
ENHANCEMENTS:
4+
5+
* Stacks: parse terraform-sources.json to support remote component sources ([#1836](https://github.com/hashicorp/terraform-ls/issues/1836))
6+
7+
BUG FIXES:
8+
9+
* Fix incorrect validation for heterogeneous list ([#1884](https://github.com/hashicorp/terraform-ls/issues/1884))
10+
* Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions ([#1890](https://github.com/hashicorp/terraform-ls/issues/1890))
11+
12+
INTERNAL:
13+
14+
* Add Heimdall metadata ([#1874](https://github.com/hashicorp/terraform-ls/issues/1874))
15+
* Add tests for Stacks feature ([#1879](https://github.com/hashicorp/terraform-ls/issues/1879))
16+
* Fix flaky `workspace/symbol` tests ([#1880](https://github.com/hashicorp/terraform-ls/issues/1880))
17+
* Fix flaky initialize handler tests ([#1883](https://github.com/hashicorp/terraform-ls/issues/1883))
18+
119
## 0.36.0 (15 November 2024)
220

321
ENHANCEMENTS:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.36.0
1+
0.36.1

0 commit comments

Comments
 (0)