Releases: hashicorp/terraform-ls
v0.36.0
0.36.0 (15 November 2024)
ENHANCEMENTS:
- Add
category
to Stacks Deployment store blocks (#1852) - Support terraform.applying built-in reference starting at TF 1.10 (#1854)
- Raise HCL Diagnostics during early validation (#1850)
- backend/s3: Reflect use_lockfile (v1.10) (terraform-schema#419)
- backend/s3: Remove deprecated assume role attributes (v1.10) (terraform-schema#420)
BUG FIXES:
- Use a provider's stable version when bundling schemas (#1860)
- Avoid copying constraints for attribute schemas (hcl-lang#426)
INTERNAL:
v0.35.0
0.35.0 (15 October 2024)
NOTES:
This release adds support for Terraform Stack and Deployment files. This provides intelligent completion for Terraform Stacks blocks and attributes in Stack and Deployment files, including suggesting only valid completions for variables in component and deployment blocks. Hover documentation for all Stack and Deploy blocks, with helpful type and usage information. Early Validation has been extended to produce diagnostics along with syntax validation for Stack and Deployment files. Reference support allows code navigation in and between Stack and Deploy files. This also provides formatting support for both Stack and Deploy files.
This release also adds support for Terraform Test and Mock files. This provides completion for blocks and attributes, hover documentation and formatting support.
ENHANCEMENTS:
- Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files (#1745)
- Parse and load Stack and Deploy metadata (#1761)
- Load Stack component sources from metadata (#1768)
- Enable early validation for Terraform Stack files (#1776)
- Merge stack configuration schema with dynamic schema based on used components source and providers (#1770)
- Merge deployment configuration schema with dynamic schema based on available variables (#1780)
- Support Terraform functions in stack files (#1781)
- Add DecodeReferenceOrigins and DecodeReferenceTargets jobs (#1786)
- Enable component references (terraform-schema#386)
- Support references for identity tokens and their attributes (terraform-schema#388)
- Enable references for variables in deployment inputs (Deploy) (terraform-schema#389)
- Enable component references (terraform-schema#386)
- Enable ephemeral values for variable (terraform-schema#387)
- Enable output references (terraform-schema#384)
- Enable provider references (terraform-schema#385)
- Add Address to variable block schema for stacks to enable references (terraform-schema#383)
- Add deployments store block schema (terraform-schema#382)
- Add input block schema and deprecate variable block (terraform-schema#381)
- Validate Stack and Deployment files for unreferenced origins (#1797)
- Early decode deployment config to support references to store blocks (terraform-schema#390)
- Support a subset of functions in deployment configurations (#1799)
- Support description attribute for orchestration rule block (terraform-schema#393)
- Support locals in stack and deploy configs (terraform-schema#395)
- Support depends_on attribute in component blocks (terraform-schema#392)
- Support provider defined functions in stacks configuration (#1804)
- Support description attribute for orchestration rule block (terraform-schema#393)
- Support locals in stack and deploy configs (terraform-schema#395)
- Support depends_on attribute in component blocks (terraform-schema#392)
- Document Terraform Stacks support (#1802)
- Support context references within orchestrate blocks in deployment configuration (#1813)
- Static schema support for Terraform Test and Mock files (#1782)
BUG FIXES:
- Fix typo in USAGE.md (#1835)
- Fix panic on blocks with no labels during validation of label name (#1791)
- Fix type for provider references in component blocks (terraform-schema#391)
- Fix type for provider references in component blocks (terraform-schema#391)
- Support sensitive attribute for stacks variables (terraform-schema#401)
- Allow any type as inputs to components per default (terraform-schema#400)
INTERNAL:
v0.35.0-beta2
0.35.0-beta2 (05 September 2024)
ENHANCEMENTS:
- Support provider defined functions in stacks configuration (#1804)
- Support description attribute for orchestration rule block (terraform-schema#393)
- Support locals in stack and deploy configs (terraform-schema#395)
- Support depends_on attribute in component blocks (terraform-schema#392)
- Document Terraform Stacks support (#1802)
- Support context references within orchestrate blocks in deployment configuration (#1813)
BUG FIXES:
- Fix type for provider references in component blocks (terraform-schema#391)
- Support sensitive attribute for stacks variables (terraform-schema#401)
- Allow any type as inputs to components per default (terraform-schema#400)
INTERNAL:
v0.34.3
v0.35.0-beta1
0.35.0-beta1 (23 August 2024)
ENHANCEMENTS:
- Enable component references (terraform-schema#386)
- Support references for identity tokens and their attributes (terraform-schema#388)
- Enable references for variables in deployment inputs (Deploy) (terraform-schema#389)
- Enable component references (terraform-schema#386)
- Enable ephemeral values for variable (terraform-schema#387)
- Enable output references (terraform-schema#384)
- Enable provider references (terraform-schema#385)
- Add Address to variable block schema for stacks to enable references (terraform-schema#383)
- Add deployments store block schema (terraform-schema#382)
- Add input block schema and deprecate variable block (terraform-schema#381)
- Validate Stack and Deployment files for unreferenced origins (#1797)
- Early decode deployment config to support references to store blocks (terraform-schema#390)
- Support a subset of functions in deployment configurations (#1799)
- Support description attribute for orchestration rule block (terraform-schema#393)
- Support locals in stack and deploy configs (terraform-schema#395)
- Support depends_on attribute in component blocks (terraform-schema#392)
BUG FIXES:
- Fix type for provider references in component blocks (terraform-schema#391)
v0.35.0-alpha2
v0.35.0-alpha1
0.35.0-alpha1 (07 August 2024)
ENHANCEMENTS:
- Parse and load Stack and Deploy metadata (#1761)
- Load Stack component sources from metadata (#1768)
- Enable early validation for Terraform Stack files (#1776)
- Merge stack configuration schema with dynamic schema based on used components source and providers (#1770)
- Merge deployment configuration schema with dynamic schema based on available variables (#1780)
- Support Terraform functions in stack files (#1781)
- Add DecodeReferenceOrigins and DecodeReferenceTargets jobs (#1786)
INTERNAL:
- Load embedded provider schemas for providers found in stacks files into state (#1763)
v0.34.2
v0.34.1
v0.34.0
ENHANCEMENTS:
- Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files (#1745)
- Add documentation for using vim with YouCompleteMe (#1718)
- Enable completion for all locally installed remote modules (#1760)
- Re-architect the language server for improved performance and resource utilization (#1667)
This marks the completion of a major refactoring effort. The language server will now start up much faster and use less resources, especially on larger workspaces. We achieve this by doing less work during the initial walk of a workspace. Instead, we only parse modules with open files. Whenever a file of a module is opened, we schedule all the jobs needed to understand the contents of that directory (and the referenced modules).
INTERNAL: