Skip to content

Commit

Permalink
Release 2.29.0 (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran authored Nov 8, 2023
1 parent 62ab942 commit d8961d5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [2.29.0] (2023-11-08)

ENHANCEMENTS:

* Login to Terraform Cloud using an Authentication Token
* View Terraform Cloud Workspaces and status detail inside VS Code
* View Terraform Cloud Runs and status detail inside VS Code
* Filter Terraform Cloud Workspaces by Project
* Switch Terraform Cloud Organizations to view different workspaces
* View Plan and Apply logs directly in the editor

BUG FIXES:

* Validate required attributes more selectively to relax `provider` validation ([#1485](https://github.com/hashicorp/terraform-ls/pull/1485))
* Skip inferring variable type from default values ([hcl-lang#338](https://github.com/hashicorp/hcl-lang/pull/338))
* Ensure partially unknown dependent body is handled ([hcl-lang#339](https://github.com/hashicorp/hcl-lang/pull/339))
* Fix type-unaware target collection ([hcl-lang#340](https://github.com/hashicorp/hcl-lang/pull/340))
* Allow variable references in `depends_on` ([terraform-schema#290](https://github.com/hashicorp/terraform-schema/pull/290))
* Fix provider attribute to block conversion ([terraform-schema#288](https://github.com/hashicorp/terraform-schema/pull/288))
* Skip inferring module inputs for default values ([terraform-schema#289](https://github.com/hashicorp/terraform-schema/pull/289))
* Allow local references in `depends_on` ([terraform-schema#292](https://github.com/hashicorp/terraform-schema/pull/292))

## [2.28.2] (2023-10-16)

ENHANCEMENTS:
Expand Down Expand Up @@ -808,7 +830,8 @@ For information on prior major and minor releases, see their changelogs:


<!-- Links to tag comparisons -->
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.2...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.0...main
[2.29.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.2...v2.29.0
[2.28.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.1...v2.28.2
[2.28.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.0...v2.28.1
[2.28.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.27.2...v2.28.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "terraform",
"displayName": "HashiCorp Terraform",
"description": "Syntax highlighting and autocompletion for Terraform",
"version": "2.28.2",
"version": "2.29.0",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand All @@ -18,7 +18,7 @@
"vscode": "^1.75.1"
},
"langServer": {
"version": "0.32.2"
"version": "0.32.3"
},
"syntax": {
"version": "0.4.2"
Expand Down

0 comments on commit d8961d5

Please sign in to comment.