Skip to content

Commit e4eafd8

Browse files
ansgarmjpogran
authored andcommitted
Release 2.33.2024082314
1 parent 6ab1242 commit e4eafd8

21 files changed

+53
-105
lines changed

.changes/unreleased/BUG FIXES-20240823-102914.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-110018.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121707.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121709.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121711.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121714.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121716.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121718.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121720.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121722.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-121724.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240815-135108.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240816-134804.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240816-154910.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240823-102940.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240823-103027.yaml

-6
This file was deleted.

.changes/unreleased/ENHANCEMENTS-20240823-103059.yaml

-6
This file was deleted.

.changes/v2.33.2024082314.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## 2.33.2024082314 (2024-08-23)
2+
3+
ENHANCEMENTS:
4+
5+
* Enable component references ([terraform-schema#386](https://github.com/hashicorp/terraform-schema/issues/386))
6+
* Support references for identity tokens and their attributes ([terraform-schema#388](https://github.com/hashicorp/terraform-schema/issues/388))
7+
* Enable references for variables in deployment inputs (Deploy) ([terraform-schema#389](https://github.com/hashicorp/terraform-schema/issues/389))
8+
* Enable component references ([terraform-schema#386](https://github.com/hashicorp/terraform-schema/issues/386))
9+
* Enable ephemeral values for variable ([terraform-schema#387](https://github.com/hashicorp/terraform-schema/issues/387))
10+
* Enable output references ([terraform-schema#384](https://github.com/hashicorp/terraform-schema/issues/384))
11+
* Enable provider references ([terraform-schema#385](https://github.com/hashicorp/terraform-schema/issues/385))
12+
* Add Address to variable block schema for stacks to enable references ([terraform-schema#383](https://github.com/hashicorp/terraform-schema/issues/383))
13+
* Add deployments store block schema ([terraform-schema#382](https://github.com/hashicorp/terraform-schema/issues/382))
14+
* Add input block schema and deprecate variable block ([terraform-schema#381](https://github.com/hashicorp/terraform-schema/issues/381))
15+
* Validate Stack and Deployment files for unreferenced origins ([terraform-ls#1797](https://github.com/hashicorp/terraform-ls/issues/1797))
16+
* Early decode deployment config to support references to store blocks ([terraform-schema#390](https://github.com/hashicorp/terraform-schema/issues/390))
17+
* Support a subset of functions in deployment configurations ([terraform-ls#1799](https://github.com/hashicorp/terraform-ls/issues/1799))
18+
* Support description attribute for orchestration rule block ([terraform-schema#393](https://github.com/hashicorp/terraform-schema/issues/393))
19+
* Support locals in stack and deploy configs ([terraform-schema#395](https://github.com/hashicorp/terraform-schema/issues/395))
20+
* Support depends_on attribute in component blocks ([terraform-schema#392](https://github.com/hashicorp/terraform-schema/issues/392))
21+
22+
BUG FIXES:
23+
24+
* Fix type for provider references in component blocks ([terraform-schema#391](https://github.com/hashicorp/terraform-schema/issues/391))
25+

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 2.33.2024082314 (2024-08-23)
4+
5+
ENHANCEMENTS:
6+
7+
* Enable component references ([terraform-schema#386](https://github.com/hashicorp/terraform-schema/issues/386))
8+
* Support references for identity tokens and their attributes ([terraform-schema#388](https://github.com/hashicorp/terraform-schema/issues/388))
9+
* Enable references for variables in deployment inputs (Deploy) ([terraform-schema#389](https://github.com/hashicorp/terraform-schema/issues/389))
10+
* Enable component references ([terraform-schema#386](https://github.com/hashicorp/terraform-schema/issues/386))
11+
* Enable ephemeral values for variable ([terraform-schema#387](https://github.com/hashicorp/terraform-schema/issues/387))
12+
* Enable output references ([terraform-schema#384](https://github.com/hashicorp/terraform-schema/issues/384))
13+
* Enable provider references ([terraform-schema#385](https://github.com/hashicorp/terraform-schema/issues/385))
14+
* Add Address to variable block schema for stacks to enable references ([terraform-schema#383](https://github.com/hashicorp/terraform-schema/issues/383))
15+
* Add deployments store block schema ([terraform-schema#382](https://github.com/hashicorp/terraform-schema/issues/382))
16+
* Add input block schema and deprecate variable block ([terraform-schema#381](https://github.com/hashicorp/terraform-schema/issues/381))
17+
* Validate Stack and Deployment files for unreferenced origins ([terraform-ls#1797](https://github.com/hashicorp/terraform-ls/issues/1797))
18+
* Early decode deployment config to support references to store blocks ([terraform-schema#390](https://github.com/hashicorp/terraform-schema/issues/390))
19+
* Support a subset of functions in deployment configurations ([terraform-ls#1799](https://github.com/hashicorp/terraform-ls/issues/1799))
20+
* Support description attribute for orchestration rule block ([terraform-schema#393](https://github.com/hashicorp/terraform-schema/issues/393))
21+
* Support locals in stack and deploy configs ([terraform-schema#395](https://github.com/hashicorp/terraform-schema/issues/395))
22+
* Support depends_on attribute in component blocks ([terraform-schema#392](https://github.com/hashicorp/terraform-schema/issues/392))
23+
24+
BUG FIXES:
25+
26+
* Fix type for provider references in component blocks ([terraform-schema#391](https://github.com/hashicorp/terraform-schema/issues/391))
27+
328
## 2.33.2024080812 (2024-08-08)
429

530
ENHANCEMENTS:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.33.2024080812",
6+
"version": "2.33.2024082314",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",

0 commit comments

Comments
 (0)