diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a976e0e..17fa7f34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [2.29.2] (2024-01-16) + +BREAKING CHANGES: + +* Bump minimal engine version to `1.82.3` ([#1660](https://github.com/hashicorp/vscode-terraform/pull/1660)) + +ENHANCEMENTS: + +* Configure command enablement ([#1643](https://github.com/hashicorp/vscode-terraform/pull/1643)) +* Alert on `wsl.localhost` Path ([#1522](https://github.com/hashicorp/terraform-ls/pull/1522)) +* Enable `for_each` for `import` blocks (Terraform 1.7) ([terraform-schema#315](https://github.com/hashicorp/terraform-schema/pull/315)) +* Add `removed` block (Terraform 1.7) ([terraform-schema#313](https://github.com/hashicorp/terraform-schema/pull/313)) +* Deprecate `use_legacy_workflow` in S3 Backend (Terraform 1.7) ([terraform-schema#314](https://github.com/hashicorp/terraform-schema/pull/314)) + +BUG FIXES: + +* Fix test failures on main ([#1659](https://github.com/hashicorp/vscode-terraform/pull/1659)) + +INTERNAL: + +* Rename `hcl-typeCapsule` to `hcl-typeComplex` ([#1656](https://github.com/hashicorp/vscode-terraform/pull/1656)) +* Rename `hcl-traversalStep` to `hcl-referenceStep` ([#1664](https://github.com/hashicorp/vscode-terraform/pull/1664)) +* build(deps): Bump workflows to latest trusted versions ([#1655](https://github.com/hashicorp/vscode-terraform/pull/1655), [#1661](https://github.com/hashicorp/vscode-terraform/pull/1661)) +* Remove `terraform init` from integration tests ([#1645](https://github.com/hashicorp/vscode-terraform/pull/1645)) +* Upgrade `@vscode/test-web` and `js-releases` ([#1662](https://github.com/hashicorp/vscode-terraform/pull/1662)) + ## [2.29.1] (2023-12-13) BREAKING CHANGES: @@ -856,7 +882,8 @@ For information on prior major and minor releases, see their changelogs: -[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.1...main +[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.2...main +[2.29.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.1...v2.29.2 [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 diff --git a/package-lock.json b/package-lock.json index cea583952..d861d6a05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.29.1", + "version": "2.29.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.29.1", + "version": "2.29.2", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.4.9", diff --git a/package.json b/package.json index 18d604783..814926898 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "terraform", "displayName": "HashiCorp Terraform", "description": "Syntax highlighting and autocompletion for Terraform", - "version": "2.29.1", + "version": "2.29.2", "publisher": "hashicorp", "appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52", "license": "MPL-2.0", @@ -18,7 +18,7 @@ "vscode": "^1.82.3" }, "langServer": { - "version": "0.32.4" + "version": "0.32.5" }, "syntax": { "version": "0.4.2"