Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Release 0.20.10 #3771

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.20.10

### fix

- fix(provider-generator): Skip attributes for oracle/oci provider that use the unsupported mapmapmap type [\#3749](https://github.com/hashicorp/terraform-cdk/pull/3749)
- fix: use 'go env GOROOT' when GOROOT env is missing [\#3745](https://github.com/hashicorp/terraform-cdk/pull/3745)
- fix: run lint in Docker image to use same Node version as in other CI jobs [\#3742](https://github.com/hashicorp/terraform-cdk/pull/3742)

### chore

- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3757](https://github.com/hashicorp/terraform-cdk/pull/3757)
- chore: Upgrade dependencies for all [\#3756](https://github.com/hashicorp/terraform-cdk/pull/3756)
- chore: update version of docs conversion tool [\#3750](https://github.com/hashicorp/terraform-cdk/pull/3750)
- chore: increase time the docs conversion might take [\#3748](https://github.com/hashicorp/terraform-cdk/pull/3748)
- chore: Upgrade dependencies for all [\#3709](https://github.com/hashicorp/terraform-cdk/pull/3709)

## 0.20.9

### feat
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.9",
"version": "0.20.10",
"private": true,
"scripts": {
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",
Expand Down
Loading