Skip to content

Commit f059f93

Browse files
jpograndbanck
andauthored
Release 2.28.2 (#1596)
* Release 2.28.2 * Update changelog --------- Co-authored-by: Daniel Banck <daniel@dbanck.de>
1 parent c3cbc6a commit f059f93

3 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.28.2] (2023-10-16)
2+
3+
ENHANCEMENTS:
4+
5+
* Add `skip_requesting_account_id` to `s3` backend ([terraform-schema#279](https://github.com/hashicorp/terraform-schema/pull/279))
6+
7+
BUG FIXES:
8+
9+
* Work around 'unreliable' input data for Registry modules ([terraform-ls#1456](https://github.com/hashicorp/terraform-ls/pull/1456))
10+
* Resolve version correctly for backend schema ([terraform-ls#1453](https://github.com/hashicorp/terraform-ls/pull/1453))
11+
* Allow objects in `for_each` ([hcl-lang#333](https://github.com/hashicorp/hcl-lang/pull/333))
12+
* Fix `output` block `precondition` in 1.2 schema ([terraform-schema#282](https://github.com/hashicorp/terraform-schema/pull/282))
13+
114
## [2.28.1] (2023-10-06)
215

316
ENHANCEMENTS:
@@ -796,7 +809,8 @@ For information on prior major and minor releases, see their changelogs:
796809

797810

798811
<!-- Links to tag comparisons -->
799-
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.1...main
812+
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.2...main
813+
[2.28.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.1...v2.28.2
800814
[2.28.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.0...v2.28.1
801815
[2.28.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.27.2...v2.28.0
802816
[2.27.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.27.1...v2.27.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.28.1",
6+
"version": "2.28.2",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",
@@ -18,7 +18,7 @@
1818
"vscode": "^1.75.1"
1919
},
2020
"langServer": {
21-
"version": "0.32.1"
21+
"version": "0.32.2"
2222
},
2323
"syntax": {
2424
"version": "0.4.2"

0 commit comments

Comments
 (0)