Skip to content

Commit

Permalink
Stage 0.36.0 (#1870)
Browse files Browse the repository at this point in the history
* Bump version

* Generate changelog
  • Loading branch information
dbanck authored Nov 15, 2024
1 parent ec28f70 commit e530270
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20241111-131048.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/BUG FIXES-20241115-150120.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20241029-113554.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20241029-161707.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20241107-164703.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20241115-150154.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20241115-150217.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241016-121254.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241029-135512.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20241030-092754.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions .changes/v0.36.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 0.36.0 (15 November 2024)

ENHANCEMENTS:

* Add `category` to Stacks Deployment store blocks ([#1852](https://github.com/hashicorp/terraform-ls/issues/1852))
* Support terraform.applying built-in reference starting at TF 1.10 ([#1854](https://github.com/hashicorp/terraform-ls/issues/1854))
* Raise HCL Diagnostics during early validation ([#1850](https://github.com/hashicorp/terraform-ls/issues/1850))
* backend/s3: Reflect use_lockfile (v1.10) ([terraform-schema#419](https://github.com/hashicorp/terraform-schema/issues/419))
* backend/s3: Remove deprecated assume role attributes (v1.10) ([terraform-schema#420](https://github.com/hashicorp/terraform-schema/issues/420))

BUG FIXES:

* Use a provider's stable version when bundling schemas ([#1860](https://github.com/hashicorp/terraform-ls/issues/1860))
* Avoid copying constraints for attribute schemas ([hcl-lang#426](https://github.com/hashicorp/hcl-lang/issues/426))

INTERNAL:

* Bump Go version to `1.23.2` ([#1849](https://github.com/hashicorp/terraform-ls/issues/1849))
* Add a provider schema explainer doc ([#1853](https://github.com/hashicorp/terraform-ls/issues/1853))
* Update terraform-json dep to v0.23.0 ([#1855](https://github.com/hashicorp/terraform-ls/issues/1855))

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.36.0 (15 November 2024)

ENHANCEMENTS:

* Add `category` to Stacks Deployment store blocks ([#1852](https://github.com/hashicorp/terraform-ls/issues/1852))
* Support terraform.applying built-in reference starting at TF 1.10 ([#1854](https://github.com/hashicorp/terraform-ls/issues/1854))
* Raise HCL Diagnostics during early validation ([#1850](https://github.com/hashicorp/terraform-ls/issues/1850))
* backend/s3: Reflect use_lockfile (v1.10) ([terraform-schema#419](https://github.com/hashicorp/terraform-schema/issues/419))
* backend/s3: Remove deprecated assume role attributes (v1.10) ([terraform-schema#420](https://github.com/hashicorp/terraform-schema/issues/420))

BUG FIXES:

* Use a provider's stable version when bundling schemas ([#1860](https://github.com/hashicorp/terraform-ls/issues/1860))
* Avoid copying constraints for attribute schemas ([hcl-lang#426](https://github.com/hashicorp/hcl-lang/issues/426))

INTERNAL:

* Bump Go version to `1.23.2` ([#1849](https://github.com/hashicorp/terraform-ls/issues/1849))
* Add a provider schema explainer doc ([#1853](https://github.com/hashicorp/terraform-ls/issues/1853))
* Update terraform-json dep to v0.23.0 ([#1855](https://github.com/hashicorp/terraform-ls/issues/1855))

## 0.35.0 (15 October 2024)

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

0 comments on commit e530270

Please sign in to comment.