Skip to content

Commit

Permalink
Release 2.29.1 (#1652)
Browse files Browse the repository at this point in the history
* Bump LS version

* Update CHANGELOG

* 2.29.1

* Update date
  • Loading branch information
dbanck authored Dec 13, 2023
1 parent 08a525c commit 2037635
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.1] (2023-12-13)

ENHANCEMENTS:

* Add new panel for Terraform Cloud structured plans ([#1590](https://github.com/hashicorp/vscode-terraform/pull/1590))
* Add new panel for Terraform Cloud structured applies ([#1647](https://github.com/hashicorp/vscode-terraform/pull/1647))
* Document TFC account log out ([#1642](https://github.com/hashicorp/vscode-terraform/pull/1642))
* Add support for conditional expression ([hcl-lang#326](https://github.com/hashicorp/hcl-lang/pull/326))
* Add support for template expressions ([hcl-lang#322](https://github.com/hashicorp/hcl-lang/pull/322))
* Reflect new SSO endpoint override in S3 backend ([terraform-schema#302](https://github.com/hashicorp/terraform-schema/pull/302))
* Reflect new proxy settings in S3 backend ([terraform-schema#301](https://github.com/hashicorp/terraform-schema/pull/301))
* Reflect new `skip_s3_checksum` attribute in S3 backend ([terraform-schema#295](https://github.com/hashicorp/terraform-schema/pull/295))

BUG FIXES:

* Improve traversal completion for lists, tuples, and sets ([hcl-lang#344](https://github.com/hashicorp/hcl-lang/pull/344))
* Update version resolution for empty constraints ([terraform-schema#296](https://github.com/hashicorp/terraform-schema/pull/296))

INTERNAL:

* Update Node to v18 ([#1625](https://github.com/hashicorp/vscode-terraform/pull/1625))

## [2.29.0] (2023-11-08)

ENHANCEMENTS:
Expand Down Expand Up @@ -830,7 +852,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.29.0...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.1...main
[2.29.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.0...v2.29.1
[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
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.29.0",
"version": "2.29.1",
"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.3"
"version": "0.32.4"
},
"syntax": {
"version": "0.4.2"
Expand Down

0 comments on commit 2037635

Please sign in to comment.