diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bff8235..af390f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 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)) + ## 0.34.2 (29 July 2024) BUG FIXES: