diff --git a/.changes/unreleased/BUG FIXES-20240823-102914.yaml b/.changes/unreleased/BUG FIXES-20240823-102914.yaml deleted file mode 100644 index 85215af24..000000000 --- a/.changes/unreleased/BUG FIXES-20240823-102914.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: Fix type for provider references in component blocks -time: 2024-08-23T10:29:14.023346+02:00 -custom: - Issue: "391" - Repository: terraform-schema diff --git a/.changes/unreleased/BUG FIXES-20240905-115050.yaml b/.changes/unreleased/BUG FIXES-20240905-115050.yaml deleted file mode 100644 index c79f5ad26..000000000 --- a/.changes/unreleased/BUG FIXES-20240905-115050.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: Support sensitive attribute for stacks variables -time: 2024-09-05T11:50:50.100725-04:00 -custom: - Issue: "401" - Repository: terraform-schema diff --git a/.changes/unreleased/BUG FIXES-20240905-115111.yaml b/.changes/unreleased/BUG FIXES-20240905-115111.yaml deleted file mode 100644 index 360fbcfed..000000000 --- a/.changes/unreleased/BUG FIXES-20240905-115111.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: Allow any type as inputs to components per default -time: 2024-09-05T11:51:11.826519-04:00 -custom: - Issue: "400" - Repository: terraform-schema diff --git a/.changes/unreleased/ENHANCEMENTS-20240822-123409.yaml b/.changes/unreleased/ENHANCEMENTS-20240822-123409.yaml deleted file mode 100644 index 54e7a1f7a..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240822-123409.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Support provider defined functions in stacks configuration -time: 2024-08-22T12:34:09.71462+02:00 -custom: - Issue: "1804" - Repository: terraform-ls diff --git a/.changes/unreleased/ENHANCEMENTS-20240823-102940.yaml b/.changes/unreleased/ENHANCEMENTS-20240823-102940.yaml deleted file mode 100644 index a28f1f3c4..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240823-102940.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Support description attribute for orchestration rule block -time: 2024-08-23T10:29:40.717478+02:00 -custom: - Issue: "393" - Repository: terraform-schema diff --git a/.changes/unreleased/ENHANCEMENTS-20240823-103027.yaml b/.changes/unreleased/ENHANCEMENTS-20240823-103027.yaml deleted file mode 100644 index 1b7a25c4d..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240823-103027.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Support locals in stack and deploy configs -time: 2024-08-23T10:30:27.204226+02:00 -custom: - Issue: "395" - Repository: terraform-schema diff --git a/.changes/unreleased/ENHANCEMENTS-20240823-103059.yaml b/.changes/unreleased/ENHANCEMENTS-20240823-103059.yaml deleted file mode 100644 index 89ed1e3a8..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240823-103059.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Support depends_on attribute in component blocks -time: 2024-08-23T10:30:59.844584+02:00 -custom: - Issue: "392" - Repository: terraform-schema diff --git a/.changes/unreleased/ENHANCEMENTS-20240827-144543.yaml b/.changes/unreleased/ENHANCEMENTS-20240827-144543.yaml deleted file mode 100644 index 8d3358c11..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240827-144543.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Document Terraform Stacks support -time: 2024-08-27T14:45:43.975259-04:00 -custom: - Issue: "1802" - Repository: terraform-ls diff --git a/.changes/unreleased/ENHANCEMENTS-20240829-140210.yaml b/.changes/unreleased/ENHANCEMENTS-20240829-140210.yaml deleted file mode 100644 index c3bdc5610..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240829-140210.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Support context references within orchestrate blocks in deployment configuration -time: 2024-08-29T14:02:10.75361+02:00 -custom: - Issue: "1813" - Repository: terraform-ls diff --git a/.changes/unreleased/INTERNAL-20240813-101843.yaml b/.changes/unreleased/INTERNAL-20240813-101843.yaml deleted file mode 100644 index 74a8e55df..000000000 --- a/.changes/unreleased/INTERNAL-20240813-101843.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: INTERNAL -body: Add artifacts manifest -time: 2024-08-13T10:18:43.294235-04:00 -custom: - Issue: "1784" - Repository: terraform-ls diff --git a/.changes/unreleased/INTERNAL-20240830-110539.yaml b/.changes/unreleased/INTERNAL-20240830-110539.yaml deleted file mode 100644 index 7ab062611..000000000 --- a/.changes/unreleased/INTERNAL-20240830-110539.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: INTERNAL -body: Update terraform-schema and hcl-lang -time: 2024-08-30T11:05:39.356723-04:00 -custom: - Issue: "1814" - Repository: terraform-ls diff --git a/.changes/v0.35.0-beta2.md b/.changes/v0.35.0-beta2.md new file mode 100644 index 000000000..e9afb5b3f --- /dev/null +++ b/.changes/v0.35.0-beta2.md @@ -0,0 +1,22 @@ +## 0.35.0-beta2 (05 September 2024) + +ENHANCEMENTS: + +* Support provider defined functions in stacks configuration ([#1804](https://github.com/hashicorp/terraform-ls/issues/1804)) +* Support description attribute for orchestration rule block ([terraform-schema#393](https://github.com/hashicorp/terraform-schema/issues/393)) +* Support locals in stack and deploy configs ([terraform-schema#395](https://github.com/hashicorp/terraform-schema/issues/395)) +* Support depends_on attribute in component blocks ([terraform-schema#392](https://github.com/hashicorp/terraform-schema/issues/392)) +* Document Terraform Stacks support ([#1802](https://github.com/hashicorp/terraform-ls/issues/1802)) +* Support context references within orchestrate blocks in deployment configuration ([#1813](https://github.com/hashicorp/terraform-ls/issues/1813)) + +BUG FIXES: + +* Fix type for provider references in component blocks ([terraform-schema#391](https://github.com/hashicorp/terraform-schema/issues/391)) +* Support sensitive attribute for stacks variables ([terraform-schema#401](https://github.com/hashicorp/terraform-schema/issues/401)) +* Allow any type as inputs to components per default ([terraform-schema#400](https://github.com/hashicorp/terraform-schema/issues/400)) + +INTERNAL: + +* Add artifacts manifest ([#1784](https://github.com/hashicorp/terraform-ls/issues/1784)) +* Update terraform-schema and hcl-lang ([#1814](https://github.com/hashicorp/terraform-ls/issues/1814)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 734ad44d4..432c9945e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 0.35.0-beta2 (05 September 2024) + +ENHANCEMENTS: + +* Support provider defined functions in stacks configuration ([#1804](https://github.com/hashicorp/terraform-ls/issues/1804)) +* Support description attribute for orchestration rule block ([terraform-schema#393](https://github.com/hashicorp/terraform-schema/issues/393)) +* Support locals in stack and deploy configs ([terraform-schema#395](https://github.com/hashicorp/terraform-schema/issues/395)) +* Support depends_on attribute in component blocks ([terraform-schema#392](https://github.com/hashicorp/terraform-schema/issues/392)) +* Document Terraform Stacks support ([#1802](https://github.com/hashicorp/terraform-ls/issues/1802)) +* Support context references within orchestrate blocks in deployment configuration ([#1813](https://github.com/hashicorp/terraform-ls/issues/1813)) + +BUG FIXES: + +* Fix type for provider references in component blocks ([terraform-schema#391](https://github.com/hashicorp/terraform-schema/issues/391)) +* Support sensitive attribute for stacks variables ([terraform-schema#401](https://github.com/hashicorp/terraform-schema/issues/401)) +* Allow any type as inputs to components per default ([terraform-schema#400](https://github.com/hashicorp/terraform-schema/issues/400)) + +INTERNAL: + +* Add artifacts manifest ([#1784](https://github.com/hashicorp/terraform-ls/issues/1784)) +* Update terraform-schema and hcl-lang ([#1814](https://github.com/hashicorp/terraform-ls/issues/1814)) + ## 0.35.0-beta1 (23 August 2024) ENHANCEMENTS: diff --git a/version/VERSION b/version/VERSION index 0280e9eb9..436692690 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -0.35.0-beta1 +0.35.0-beta2