Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform-ls 0.35.0 #194486

Merged
merged 2 commits into from
Oct 15, 2024
Merged

terraform-ls 0.35.0 #194486

merged 2 commits into from
Oct 15, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## 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:

INTERNAL:

  • Load embedded provider schemas for providers found in stacks files into state (#1763)
  • Add artifacts manifest (#1784)
  • Add Stacks Terraform version to telemetry (#1828)

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 15, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 15, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 15, 2024
Merged via the queue into master with commit 1bc18e3 Oct 15, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-terraform-ls-0.35.0 branch October 15, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants