Skip to content

Releases: hashicorp/terraform-ls

v0.35.0-beta2

06 Sep 13:35
Compare
Choose a tag to compare
v0.35.0-beta2 Pre-release
Pre-release

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:

INTERNAL:

  • Add artifacts manifest (#1784)
  • Update terraform-schema and hcl-lang (#1814)

v0.34.3

04 Sep 18:10
Compare
Choose a tag to compare

0.34.3 (03 September 2024)

ENHANCEMENTS:

  • Generate built in providers (#1817)

INTERNAL:

  • Add artifacts manifest (#1784)

v0.35.0-beta1

23 Aug 15:50
8bd63ba
Compare
Choose a tag to compare
v0.35.0-beta1 Pre-release
Pre-release

0.35.0-beta1 (23 August 2024)

ENHANCEMENTS:

BUG FIXES:

v0.35.0-alpha2

08 Aug 09:54
e8a1ae6
Compare
Choose a tag to compare
v0.35.0-alpha2 Pre-release
Pre-release

0.35.0-alpha2 (08 August 2024)

BUG FIXES:

  • fix panic on blocks with no labels during validation of label name (#1791)

INTERNAL:

  • Bump terraform-schema to c2315af (#1788)

v0.35.0-alpha1

08 Aug 07:28
d1fdc88
Compare
Choose a tag to compare
v0.35.0-alpha1 Pre-release
Pre-release

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

29 Jul 21:12
Compare
Choose a tag to compare

BUG FIXES:

  • Ensure validation runs after decoding the whole module to avoid stale diagnostics (#1777)

v0.34.1

22 Jul 09:52
22316bb
Compare
Choose a tag to compare

BUG FIXES:

  • Check for submodules when fetching schemas from the registry (#1772)

v0.34.0

15 Jul 13:01
Compare
Choose a tag to compare

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:

  • Introduce a workflow that checks for changelog entries (#1759)
  • Split internal modules state into separate features (#1667)

v0.34.0-beta1

08 Jul 21:22
1ff7576
Compare
Choose a tag to compare
v0.34.0-beta1 Pre-release
Pre-release

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)

v0.33.3

27 Jun 17:34
76fbae8
Compare
Choose a tag to compare

ENHANCEMENTS:

INTERNAL:

  • Document schema bundling in CONTRIBUTING.md (#1736)