Skip to content

Commit

Permalink
Stage 0.33.1 (#1688)
Browse files Browse the repository at this point in the history
* Stage 0.33.1

Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
  • Loading branch information
jpogran and dbanck committed Apr 19, 2024
1 parent b0e45dc commit fe633cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.33.1 (22 April 2024)

ENHANCEMENTS:

* Rename TFC to HCP Terraform in documentation ([#1687](https://github.com/hashicorp/terraform-ls/pull/1687))
* Rename TFC to HCP Terraform in hover documentation ([terraform-schema#1687](https://github.com/hashicorp/terraform-schema/pull/343))

INTERNAL:

* Remove token from delete-artifact action ([#1685](https://github.com/hashicorp/terraform-ls/pull/1685))
* Revert "Use Terraform 1.8-rc1 for bundling schemas (#1669)" ([#1686](https://github.com/hashicorp/terraform-ls/pull/1686))

## 0.33.0 (10 April 2024)

ENHANCEMENTS:
Expand Down Expand Up @@ -440,7 +452,7 @@ NOTES / BREAKING CHANGES:
ENHANCEMENTS:

- Parse `optional()` object attribute _default values_ correctly, as introduced in Terraform v1.3 ([terraform-schema#184](https://github.com/hashicorp/terraform-schema/pull/184))

BUG FIXES:

- Ignore inaccessible files (such as emacs backup files) ([terraform-ls#1172](https://github.com/hashicorp/terraform-ls/issues/1067]))
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/hashicorp/terraform-exec v0.20.0
github.com/hashicorp/terraform-json v0.21.0
github.com/hashicorp/terraform-registry-address v0.2.3
github.com/hashicorp/terraform-schema v0.0.0-20240410082006-72025f55ec83
github.com/hashicorp/terraform-schema v0.0.0-20240415154349-bc8eee862f1a
github.com/mcuadros/go-defaults v1.2.0
github.com/mh-cbon/go-fmt-fail v0.0.0-20160815164508-67765b3fbcb5
github.com/mitchellh/cli v1.1.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ github.com/hashicorp/terraform-json v0.21.0 h1:9NQxbLNqPbEMze+S6+YluEdXgJmhQykRy
github.com/hashicorp/terraform-json v0.21.0/go.mod h1:qdeBs11ovMzo5puhrRibdD6d2Dq6TyE/28JiU4tIQxk=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-schema v0.0.0-20240410082006-72025f55ec83 h1:xVdBi5eitpzO7EtYzwxED0aMMFApoXlGPynJq2Ic8JM=
github.com/hashicorp/terraform-schema v0.0.0-20240410082006-72025f55ec83/go.mod h1:8TYkGp/ICDK7kpbJeinNoNc8MiCBG/JmEqH1Ok+RKs8=
github.com/hashicorp/terraform-schema v0.0.0-20240415154349-bc8eee862f1a h1:J0q5Gw0Q7Eu2WdoMqWnkYFMp9mEzBvmDNDhUyOK2xak=
github.com/hashicorp/terraform-schema v0.0.0-20240415154349-bc8eee862f1a/go.mod h1:8TYkGp/ICDK7kpbJeinNoNc8MiCBG/JmEqH1Ok+RKs8=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
github.com/hashicorp/terraform-svchost v0.1.1/go.mod h1:mNsjQfZyf/Jhz35v6/0LWcv26+X7JPS+buii2c9/ctc=
github.com/hexops/autogold v1.3.1 h1:YgxF9OHWbEIUjhDbpnLhgVsjUDsiHDTyDfy2lrfdlzo=
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.34.0-dev
0.33.1

0 comments on commit fe633cd

Please sign in to comment.