Skip to content

Commit

Permalink
Prepare for 2.28.1 release (#1578)
Browse files Browse the repository at this point in the history
* Prepare for 2.28.1 release

* bump LS to 0.32.1
  • Loading branch information
radeksimko authored Oct 6, 2023
1 parent 50b2f68 commit c3cbc6a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.28.1] (2023-10-06)

ENHANCEMENTS:

* decoder: Add support for binary & unary operators ([hcl-lang#320](https://github.com/hashicorp/hcl-lang/pull/320))

BUG FIXES:

* Fix incorrect schema for `terraform_remote_state` data source ([terraform-schema#272](https://github.com/hashicorp/terraform-schema/pull/272))
* Make `cloud` `organization` optional ([terraform-schema#271](https://github.com/hashicorp/terraform-schema/pull/271))
* Ensure empty objects & tuples still get recognised ([hcl-lang#330](https://github.com/hashicorp/hcl-lang/pull/330))
* Introduce default value `"ssh"` for `type` under `connection` block to enable recognition of attributes such as `bastion_host` even when `type` is not declared ([hcl-lang#327 ([terraform-schema#270](https://github.com/hashicorp/terraform-schema/pull/270))
* Introduce v1.3 proxy related fields for provisioner `connection` block ([terraform-schema#269](https://github.com/hashicorp/terraform-schema/pull/269))
* Ensure `target_platform` is recognised in nested `connection` block ([terraform-schema#268](https://github.com/hashicorp/terraform-schema/pull/268))

## [2.28.0] (2023-10-04)

ENHANCEMENTS:
Expand Down Expand Up @@ -781,7 +796,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.0...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.1...main
[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
[2.27.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.27.1...v2.27.2
[2.27.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.27.0...v2.27.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.28.0",
"version": "2.28.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.0"
"version": "0.32.1"
},
"syntax": {
"version": "0.4.2"
Expand Down

0 comments on commit c3cbc6a

Please sign in to comment.