Skip to content

Commit 24e7eb3

Browse files
committed
Update CHANGELOG
1 parent 1a832ae commit 24e7eb3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## 0.33.0-beta1 (29 February 2024)
2+
3+
NOTES / BREAKING CHANGES:
4+
5+
* Remove `inspect-module` command ([#1642](https://github.com/hashicorp/terraform-ls/pull/1642))
6+
7+
BUG FIXES:
8+
9+
* Fix `for` expression collection constraints ([hcl-lang#375](https://github.com/hashicorp/hcl-lang/pull/375))
10+
* Fix panics on `nil` expressions ([hcl-lang#376](https://github.com/hashicorp/hcl-lang/pull/376))
11+
* Fix panics on `nil` expressions in early decoder ([terraform-schema#324](https://github.com/hashicorp/terraform-schema/pull/324))
12+
13+
INTERNAL:
14+
15+
* Remove getting provider schema log line ([#1643](https://github.com/hashicorp/terraform-ls/pull/1643))
16+
* Ignore preloaded schemas in complex module test ([#1638](https://github.com/hashicorp/terraform-ls/pull/1638))
17+
* Remove outdated LSP comparison from README ([#1641](https://github.com/hashicorp/terraform-ls/pull/1641))
18+
* Link to `.github/CONTRIBUTING.md` in README ([#1635](https://github.com/hashicorp/terraform-ls/pull/1635))
19+
* Bump Go version ([#1649](https://github.com/hashicorp/terraform-ls/pull/1649))
20+
* Enable pre releases via CRT ([#1651](https://github.com/hashicorp/terraform-ls/pull/1651))
21+
* build(deps): Bump workflows to latest trusted versions ([#1605](https://github.com/hashicorp/terraform-ls/pull/1605), [#1639](https://github.com/hashicorp/terraform-ls/pull/1639))
22+
* build(deps): Bump github.com/vektra/mockery/v2 from 2.40.3 to 2.42.0 ([#1633](https://github.com/hashicorp/terraform-ls/pull/1633), [#1640](https://github.com/hashicorp/terraform-ls/pull/1640))
23+
* build(deps): Bump golang.org/x/tools from 0.17.0 to 0.18.0 ([#1634](https://github.com/hashicorp/terraform-ls/pull/1634))
24+
* build(deps): Bump go.opentelemetry.io/otel from 1.23.1 to 1.24.0 ([#1644](https://github.com/hashicorp/terraform-ls/pull/1644))
25+
* build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.48.0 to 0.49.0 ([#1647](https://github.com/hashicorp/terraform-ls/pull/1647))
26+
* build(deps): Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.48.0 to 0.49.0 ([#1646](https://github.com/hashicorp/terraform-ls/pull/1646))
27+
128
## 0.32.7 (13 February 2024)
229

330
ENHANCEMENTS:

0 commit comments

Comments
 (0)