Skip to content

Commit

Permalink
Bump terraform-ls from 0.34.2 to 0.35.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Aug 7, 2024
1 parent 4c48e36 commit 9acbf5d
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240716-094842.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Parse and load Stack and Deploy metadata
time: 2024-07-16T09:48:42.389816-04:00
custom:
Issue: "1761"
Repository: terraform-ls
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240717-114614.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Load Stack component sources from metadata
time: 2024-07-17T11:46:14.048412-04:00
custom:
Issue: "1768"
Repository: terraform-ls
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240724-122601.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Enable early validation for Terraform Stack files
time: 2024-07-24T12:26:01.677192-04:00
custom:
Issue: "1776"
Repository: terraform-ls
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240725-163756.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Merge stack configuration schema with dynamic schema based on used components source and providers
time: 2024-07-25T16:37:56.096322+02:00
custom:
Issue: "1770"
Repository: terraform-ls
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240731-152949.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Merge deployment configuration schema with dynamic schema based on available variables
time: 2024-07-31T15:29:49.214334+02:00
custom:
Issue: "1780"
Repository: terraform-ls
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240731-155657.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Support Terraform functions in stack files
time: 2024-07-31T15:56:57.234803+02:00
custom:
Issue: "1781"
Repository: terraform-ls
6 changes: 6 additions & 0 deletions .changes/unreleased/ENHANCEMENTS-20240805-140526.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ENHANCEMENTS
body: Add DecodeReferenceOrigins and DecodeReferenceTargets jobs
time: 2024-08-05T14:05:26.030294-04:00
custom:
Issue: "1786"
Repository: terraform-ls
6 changes: 6 additions & 0 deletions .changes/unreleased/INTERNAL-20240717-115636.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: INTERNAL
body: Load embedded provider schemas for providers found in stacks files into state
time: 2024-07-17T11:56:36.184201+02:00
custom:
Issue: "1763"
Repository: terraform-ls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"vscode": "^1.86.2"
},
"langServer": {
"version": "0.34.2"
"version": "0.35.0-alpha1"
},
"syntax": {
"version": "0.5.0"
Expand Down

0 comments on commit 9acbf5d

Please sign in to comment.