Skip to content

Commit c06edf1

Browse files
committed
chore: Release 0.21.0
1 parent 3d04fff commit c06edf1

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
1-
## Unreleased
1+
## 0.21.0
22

33
**Breaking Changes**
44

55
### Minimum required Node version updated to 20.9
66

77
Since long-term support for Node.js 18 has ended, we updated our minimum compatible node version to 20.9.
88

9+
### fix
10+
11+
- fix: Stop escaping quotes within HEREDOC [\#3890](https://github.com/hashicorp/terraform-cdk/pull/3890)
12+
- fix: Pass migrate-state flag through to terraform init [\#3887](https://github.com/hashicorp/terraform-cdk/pull/3887)
13+
- fix: #3630 Slightly improve HCL rendering for skipped attributes [\#3878](https://github.com/hashicorp/terraform-cdk/pull/3878)
14+
- fix: issue where archive was being closed before the file finished writing causing corrupt TerraformAssets [\#3873](https://github.com/hashicorp/terraform-cdk/pull/3873)
15+
16+
### feat
17+
18+
- feat!: update minimum required Node.js version to 20.19 [\#3888](https://github.com/hashicorp/terraform-cdk/pull/3888)
19+
- feat: Skip Provider Locking on request [\#3879](https://github.com/hashicorp/terraform-cdk/pull/3879)
20+
21+
### chore
22+
23+
- chore: Upgrade base image for docker image used in building CDKTF [\#3872](https://github.com/hashicorp/terraform-cdk/pull/3872)
24+
- chore: Upgrading dependencies [\#3871](https://github.com/hashicorp/terraform-cdk/pull/3871)
25+
- chore(deps): bump the github-actions-backward-compatible group with 6 updates [\#3869](https://github.com/hashicorp/terraform-cdk/pull/3869)
26+
- chore(ci): use Dependabot to keep GitHub Actions updated [\#3867](https://github.com/hashicorp/terraform-cdk/pull/3867)
27+
- chore: add comments to docs [\#3863](https://github.com/hashicorp/terraform-cdk/pull/3863)
28+
929
## 0.20.12
1030

1131
### feat

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.20.12",
3+
"version": "0.21.0",
44
"private": true,
55
"scripts": {
66
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",

0 commit comments

Comments
 (0)