-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
17 additions
and
49 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## 0.35.0-alpha1 (07 August 2024) | ||
|
||
ENHANCEMENTS: | ||
|
||
* Parse and load Stack and Deploy metadata ([#1761](https://github.com/hashicorp/terraform-ls/issues/1761)) | ||
* Load Stack component sources from metadata ([#1768](https://github.com/hashicorp/terraform-ls/issues/1768)) | ||
* Enable early validation for Terraform Stack files ([#1776](https://github.com/hashicorp/terraform-ls/issues/1776)) | ||
* Merge stack configuration schema with dynamic schema based on used components source and providers ([#1770](https://github.com/hashicorp/terraform-ls/issues/1770)) | ||
* Merge deployment configuration schema with dynamic schema based on available variables ([#1780](https://github.com/hashicorp/terraform-ls/issues/1780)) | ||
* Support Terraform functions in stack files ([#1781](https://github.com/hashicorp/terraform-ls/issues/1781)) | ||
* Add DecodeReferenceOrigins and DecodeReferenceTargets jobs ([#1786](https://github.com/hashicorp/terraform-ls/issues/1786)) | ||
|
||
INTERNAL: | ||
|
||
* Load embedded provider schemas for providers found in stacks files into state ([#1763](https://github.com/hashicorp/terraform-ls/issues/1763)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.34.2 | ||
0.35.0-alpha1 |