Skip to content

Releases: hashicorp/vscode-terraform

v2.34.2

20 Dec 01:06
9e84970
Compare
Choose a tag to compare

BUG FIXES:

  • Fix race when parsing locally installed module sources leading to empty completions (#1903)

INTERNAL:

  • Enable code coverage reporting (#1901)
  • Fix flaky ui tests by increasing sleep time (#1925)

v2.34.1

12 Dec 16:47
e478595
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Reflect lifecycle phases of ephemeral resources in HCP Terraform log messages (#1882)
  • Stacks: parse terraform-sources.json to support remote component sources (terraform-ls#1836)

BUG FIXES:

  • Fix HCP workspace link (#1889)
  • Fix new issue link in README (#1890)
  • Fix incorrect validation for heterogeneous list (terraform-ls#1884)
  • Fix incorrect validation of references by correctly detecting tuple and object expressions created from for-expressions (terraform-ls#1890)

INTERNAL:

  • Port UI tests to vscode-extension-tester and remove wdio (#1873)
  • Add Heimdall metadata (#1883)
  • Add build files to .vscodeignore (#1885)
  • Broaden npm version to allow dependabot to run (#1888)
  • Store screenshots for failing UI tests (#1906)
  • Adapt CI config for Ubuntu 24.04.1 (#1907)
  • Configure dependabot to update package.json and group dependency updates (#1908)

v2.34.2024121211

12 Dec 18:12
668edc0
Compare
Choose a tag to compare
v2.34.2024121211 Pre-release
Pre-release

NOTES

This brings the prerelease channel to the same version as stable

v2.34.0

15 Nov 23:48
b53c4f4
Compare
Choose a tag to compare

ENHANCEMENTS:

BUG FIXES:

  • Improve performance by avoiding copying constraints for attribute schemas (hcl-lang#426)
  • Use a provider's stable version when bundling schemas (terraform-ls#1860)
  • Add removed block to Stack tests (#1861)

INTERNAL:

  • Ensure date ordering for changie entries (#1860)
  • Upgrade eslint to v9 (#1863)
  • Enable integration tests for Stacks feature (#1864)
  • Bump nodejs from 18 to 20 (#1867)
  • Remove webpack extension recommendation (#1880)

v2.33.0

15 Oct 14:00
Compare
Choose a tag to compare

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 syntax highlighting, completion for blocks and attributes, hover documentation and formatting support.

BREAKING CHANGES:

  • Remove static snippets (#1830)

ENHANCEMENTS:

BUG FIXES:

INTERNAL:

  • Add development launch target for extensionHost (#1805)
  • Replace webpack with esbuild (#1807)
  • Load embedded provider schemas for providers found in stacks files into state (terraform-ls#1763)
  • Bump axios to 1.7.4 (#1818)
  • Bump braces to 3.0.3 (#1819)

v2.33.2024090609

06 Sep 15:09
Compare
Choose a tag to compare
v2.33.2024090609 Pre-release
Pre-release

ENHANCEMENTS:

  • Bump hashicorp/syntax from 0.5.0 to 0.7.0 (#1820)
  • Document Terraform Stacks support (#1829)
  • Remove static snippets (#1830)
  • Enable language status bar for Stack language (#1835)
  • Add icon for .terraform-version file (#1836)
  • 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:

  • Bump axios to 1.7.4 (#1818)
  • Bump braces to 3.0.3 (#1819)

v2.32.3

06 Sep 18:26
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Bump hashicorp/syntax from 0.5.0 to 0.7.0 (#1820)
  • Support syntax highlighting for .tftest.hcl and .tfmock.hcl files (#1831)
  • Bump terraform-ls from 0.34.2 to 0.34.3 (#1833)

INTERNAL:

  • Bump axios to 1.7.4 (#1818)
  • Bump braces to 3.0.3 (#1819)

v2.33.2024082314

23 Aug 16:53
Compare
Choose a tag to compare
v2.33.2024082314 Pre-release
Pre-release

ENHANCEMENTS:

BUG FIXES:

v2.32.2

31 Jul 09:28
Compare
Choose a tag to compare

BUG FIXES:

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

v2.32.1

22 Jul 13:13
v2.32.1
d17df0e
Compare
Choose a tag to compare

BUG FIXES:

  • Fix validation error by checking for submodules when fetching schemas from the registry (terraform-ls#1772)