Skip to content

Commit

Permalink
Stage 0.36.1 (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran authored Dec 11, 2024
1 parent 33be997 commit 7f65749
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 43 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20241203-144106.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20241209-151045.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20241028-090453.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241120-134148.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241128-145742.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241128-173155.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241202-134258.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions .changes/v0.36.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 0.36.1 (10 December 2024)

ENHANCEMENTS:

* Stacks: parse terraform-sources.json to support remote component sources ([#1836](https://github.com/hashicorp/terraform-ls/issues/1836))

BUG FIXES:

* Fix incorrect validation for heterogeneous list ([#1884](https://github.com/hashicorp/terraform-ls/issues/1884))
* 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))

INTERNAL:

* Add Heimdall metadata ([#1874](https://github.com/hashicorp/terraform-ls/issues/1874))
* Add tests for Stacks feature ([#1879](https://github.com/hashicorp/terraform-ls/issues/1879))
* Fix flaky `workspace/symbol` tests ([#1880](https://github.com/hashicorp/terraform-ls/issues/1880))
* Fix flaky initialize handler tests ([#1883](https://github.com/hashicorp/terraform-ls/issues/1883))

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 0.36.1 (10 December 2024)

ENHANCEMENTS:

* Stacks: parse terraform-sources.json to support remote component sources ([#1836](https://github.com/hashicorp/terraform-ls/issues/1836))

BUG FIXES:

* Fix incorrect validation for heterogeneous list ([#1884](https://github.com/hashicorp/terraform-ls/issues/1884))
* 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))

INTERNAL:

* Add Heimdall metadata ([#1874](https://github.com/hashicorp/terraform-ls/issues/1874))
* Add tests for Stacks feature ([#1879](https://github.com/hashicorp/terraform-ls/issues/1879))
* Fix flaky `workspace/symbol` tests ([#1880](https://github.com/hashicorp/terraform-ls/issues/1880))
* Fix flaky initialize handler tests ([#1883](https://github.com/hashicorp/terraform-ls/issues/1883))

## 0.36.0 (15 November 2024)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.36.0
0.36.1

0 comments on commit 7f65749

Please sign in to comment.