Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage 0.36.0 #1870

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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