Skip to content

Commit

Permalink
chore(release): Release 0.20.8 (#3663)
Browse files Browse the repository at this point in the history
## 0.20.8

### feat

- feat: add validation to TerraformModule
[\#3608](#3608)

### fix

- fix: Empty string, booleans, and zero numbers in hcl rendering
[\#3655](#3655)
- fix: explicitly listen on ipv4 address for verdaccio due to Github
runner image regression
[\#3654](#3654)

### chore

- chore: manifest.json should have stable json
[\#3584](#3584)
- chore: update JSII
[\#3616](#3616)
- chore: remove dependency on jsii-srcmak
[\#3607](#3607)
- chore: Fix a small documentation typo
[\#3629](#3629)
- chore: Use single-label runner for custom-linux-xl
[\#3623](#3623)
- chore: fix branch cleanup
[\#3644](#3644)
- chore: remove Homebrew link and publishing step
[\#3605](#3605)
- chore: Upgrade dependencies for lib
[\#3618](#3618)
- chore: Upgrade dependencies for util
[\#3599](#3599)
- chore: Upgrade dependencies for util
[\#3589](#3589)
- chore: Upgrade dependencies for util
[\#3612](#3612)
- chore: Upgrade dependencies for cli
[\#3613](#3613)
- chore: Upgrade dependencies for cli
[\#3598](#3598)
- chore: Add links and headers
[\#3594](#3594)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3614](#3614)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3606](#3606)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR
[\#3652](#3652)
  • Loading branch information
ansgarm authored Jul 1, 2024
1 parent 4fd0a65 commit 4a4678b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 0.20.8

### feat

- feat: add validation to TerraformModule [\#3608](https://github.com/hashicorp/terraform-cdk/pull/3608)

### fix

- fix: Empty string, booleans, and zero numbers in hcl rendering [\#3655](https://github.com/hashicorp/terraform-cdk/pull/3655)
- fix: explicitly listen on ipv4 address for verdaccio due to Github runner image regression [\#3654](https://github.com/hashicorp/terraform-cdk/pull/3654)

### chore

- chore: manifest.json should have stable json [\#3584](https://github.com/hashicorp/terraform-cdk/pull/3584)
- chore: update JSII [\#3616](https://github.com/hashicorp/terraform-cdk/pull/3616)
- chore: remove dependency on jsii-srcmak [\#3607](https://github.com/hashicorp/terraform-cdk/pull/3607)
- chore: Fix a small documentation typo [\#3629](https://github.com/hashicorp/terraform-cdk/pull/3629)
- chore: Use single-label runner for custom-linux-xl [\#3623](https://github.com/hashicorp/terraform-cdk/pull/3623)
- chore: fix branch cleanup [\#3644](https://github.com/hashicorp/terraform-cdk/pull/3644)
- chore: remove Homebrew link and publishing step [\#3605](https://github.com/hashicorp/terraform-cdk/pull/3605)
- chore: Upgrade dependencies for lib [\#3618](https://github.com/hashicorp/terraform-cdk/pull/3618)
- chore: Upgrade dependencies for util [\#3599](https://github.com/hashicorp/terraform-cdk/pull/3599)
- chore: Upgrade dependencies for util [\#3589](https://github.com/hashicorp/terraform-cdk/pull/3589)
- chore: Upgrade dependencies for util [\#3612](https://github.com/hashicorp/terraform-cdk/pull/3612)
- chore: Upgrade dependencies for cli [\#3613](https://github.com/hashicorp/terraform-cdk/pull/3613)
- chore: Upgrade dependencies for cli [\#3598](https://github.com/hashicorp/terraform-cdk/pull/3598)
- chore: Add links and headers [\#3594](https://github.com/hashicorp/terraform-cdk/pull/3594)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3614](https://github.com/hashicorp/terraform-cdk/pull/3614)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3606](https://github.com/hashicorp/terraform-cdk/pull/3606)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3652](https://github.com/hashicorp/terraform-cdk/pull/3652)

## 0.20.7

### fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.20.7",
"version": "0.20.8",
"private": true,
"scripts": {
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",
Expand Down

0 comments on commit 4a4678b

Please sign in to comment.