terraform-cdk
terraform-cdk copied to clipboard
chore(release): Release 0.12.3
0.12.3
Breaking Changes
A very minor change in the UX of the cdktf get command now generates the provider bindings for all languages other than Typescript in parallel. This speeds up the process in general, but on devices with limited memory it could lead to Out Of Memory errors. If this happens you can limit the parallelism by providing the parallelism flag: cdktf get --parallelism=1.
fix
- fix(docs): Fix two small bugs in the code causing it to not compile #2128
- fix(cli): Update require package in template #2118
- fix: Change url of
pipenvin log #2117 - fix(cli): support using remote execution in Terraform Cloud with up to 500 MB (instead of 10MB) #2108
- fix(docs): remove empty code block #2102
- fix: update constructs and go runtime versions #2096
- fix(cli): add sentry DSN in build process #2085
- fix(docs): fix wrong command mentioned in TFC docs #2083
- fix: let create changelog script use commit hashes from PRs instead of finding merge commit messages that may not always exist #2068
feat
- feat(cli): include language used in cdktf init telemetry event #2123
- feat(cli): support generating provider bindings in parallel #2111
chore
- chore: split up unit tests per package #2122
- chore: Update diagram with new provider count #2104
- chore: change YT link to cut version #2103
- chore(cli): Don't trim output for unstructured logs #2100
- chore: only run expensive tasks on source code changes #2099
- chore: Support building with Go 1.19 #2098
- chore: fix go azure example #2092
- chore: fix the project board TS errors #2091
- chore: npm-check-updates && yarn upgrade #2077
- chore(examples): clean up examples #2069
- chore(docs): Check whether links work :) #2063
- chore: ensure we have license header #1960
- chore: measure and print memory consumption of build and synth steps for examples in CI #2060
- chore: start running tests against TF 1.2.8 and drop running against 1.0.7 #2058
I'd vote to include https://github.com/hashicorp/terraform-cdk/pull/2127 in the release? It is non-breaking (the instanceof one was).
Yeah, can you get it merged and update this PR @ansgarm?
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.