Skip to content

Commit

Permalink
Stage 0.34.0-beta1 (#1758)
Browse files Browse the repository at this point in the history
* Add changelog for #1745

* increment version

* create 0.34.0-beta1 changelog
  • Loading branch information
jpogran authored Jul 8, 2024
1 parent cb7f0ff commit 1ff7576
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changes/0.34.0-beta1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 0.34.0-beta1 (08 July 2024)

ENHANCEMENTS:

* Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files ([#1745](https://github.com/hashicorp/terraform-ls/issues/1745))

20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
## 0.33.3 (27 June 2024)
## 0.34.0-beta1 (08 July 2024)

ENHANCEMENTS:

* Add support for the new `templatestring` functions in Terraform 1.9 ([terraform-schema#357](https://github.com/hashicorp/terraform-schema/issues/357))
* Introduce provisioners to `removed` blocks in Terraform 1.9 ([terraform-schema#358](https://github.com/hashicorp/terraform-schema/issues/358))

INTERNAL:

* Document schema bundling in CONTRIBUTING.md ([#1736](https://github.com/hashicorp/terraform-ls/issues/1736))
* Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files ([#1745](https://github.com/hashicorp/terraform-ls/issues/1745))

## 0.34.0-alpha20240611 (11 June 2024)

Expand All @@ -24,6 +19,17 @@ INTERNAL:

* Split internal modules state into separate features ([#1667](https://github.com/hashicorp/terraform-ls/issues/1667))

## 0.33.3 (27 June 2024)

ENHANCEMENTS:

* Add support for the new `templatestring` functions in Terraform 1.9 ([terraform-schema#357](https://github.com/hashicorp/terraform-schema/issues/357))
* Introduce provisioners to `removed` blocks in Terraform 1.9 ([terraform-schema#358](https://github.com/hashicorp/terraform-schema/issues/358))

INTERNAL:

* Document schema bundling in CONTRIBUTING.md ([#1736](https://github.com/hashicorp/terraform-ls/issues/1736))

## 0.33.2 (06 June 2024)

BUG FIXES:
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-alpha20240611
0.34.0-beta1

0 comments on commit 1ff7576

Please sign in to comment.