From 06271a6a89ac6e12fe879be2e1f271755ed463a6 Mon Sep 17 00:00:00 2001 From: Jon Steinich Date: Thu, 26 Mar 2026 15:55:17 -0500 Subject: [PATCH 1/2] chore: prepare v0.22.0 release --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 038f6ea48..1fe8cc9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +## 0.22.1 + +### feat +- feat(gha): publish Maven artifacts to Maven Central [\#64](https://github.com/open-constructs/cdk-terrain/pull/64) +- feat: restore NuGet.org publishing [\#50](https://github.com/open-constructs/cdk-terrain/pull/50) +- feat(provider-generator): don't emit property params [\#43](https://github.com/open-constructs/cdk-terrain/pull/43) + + +### fix +- fix(cli): Pin init template to TypesScript 5.x [\#74](https://github.com/open-constructs/cdk-terrain/pull/74) +- fix(gha): fix Go releases and update git identity [\#65](https://github.com/open-constructs/cdk-terrain/pull/65) +- fix(provider-generator): handle inline comments with brackets in variable type parsing [\#61](https://github.com/open-constructs/cdk-terrain/pull/61) +- fix: DEP0044 in TerraformOutput [\#2](https://github.com/open-constructs/cdk-terrain/pull/2) + + +### chore +- chore: Upgrade dependencies for all [\#69](https://github.com/open-constructs/cdk-terrain/pull/69) +- chore(gha): Adding base14 Scout CI/CD observability workflow to instrument all the github actions. [\#52](https://github.com/open-constructs/cdk-terrain/pull/52) +- chore(deps): Upgrade minimatch to 5.1.8 [\#49](https://github.com/open-constructs/cdk-terrain/pull/49) +- chore: add cdktn keyword to all packages [\#46](https://github.com/open-constructs/cdk-terrain/pull/46) +- chore: update links to point to cdktn.io [\#45](https://github.com/open-constructs/cdk-terrain/pull/45) +- chore: update more references to cdktf [\#44](https://github.com/open-constructs/cdk-terrain/pull/44) +- chore: fix typo in CONTRIBUTING.md [\#42](https://github.com/open-constructs/cdk-terrain/pull/42) +- chore(deps): Upgrade validator to 13.15.22 [\#38](https://github.com/open-constructs/cdk-terrain/pull/38) +- chore(deps): Upgrade glob to 10.5.0 [\#30](https://github.com/open-constructs/cdk-terrain/pull/30) +- chore: Upgrade dependencies for all [\#22](https://github.com/open-constructs/cdk-terrain/pull/22) +- chore: Upgrade dependencies for lib [\#18](https://github.com/open-constructs/cdk-terrain/pull/18) +- chore(deps): bump the github-actions-backward-compatible group with 4 updates [\#15](https://github.com/open-constructs/cdk-terrain/pull/15) +- chore(deps): bump the github-actions-breaking group with 11 updates [\#14](https://github.com/open-constructs/cdk-terrain/pull/14) + + +### refactor +- refactor(hcl2cdk): global setup/teardown along with parallel tests to speed the b… [\#41](https://github.com/open-constructs/cdk-terrain/pull/41) + ## 0.22.0 **Breaking Changes** diff --git a/package.json b/package.json index 541ebd776..6b4ce7afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.22.0", + "version": "0.22.1", "private": true, "scripts": { "build-and-package": "lerna run --scope 'cdktn*' --scope @cdktn/* build,package && tools/collect-dist.sh", From 5589bbe8cdbb41766a074a3e89025c521cff9f0d Mon Sep 17 00:00:00 2001 From: Jon Steinich Date: Thu, 26 Mar 2026 19:29:11 -0500 Subject: [PATCH 2/2] prettier format --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe8cc9fd..5dd86f01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,20 @@ ## 0.22.1 ### feat + - feat(gha): publish Maven artifacts to Maven Central [\#64](https://github.com/open-constructs/cdk-terrain/pull/64) - feat: restore NuGet.org publishing [\#50](https://github.com/open-constructs/cdk-terrain/pull/50) - feat(provider-generator): don't emit property params [\#43](https://github.com/open-constructs/cdk-terrain/pull/43) - ### fix + - fix(cli): Pin init template to TypesScript 5.x [\#74](https://github.com/open-constructs/cdk-terrain/pull/74) - fix(gha): fix Go releases and update git identity [\#65](https://github.com/open-constructs/cdk-terrain/pull/65) - fix(provider-generator): handle inline comments with brackets in variable type parsing [\#61](https://github.com/open-constructs/cdk-terrain/pull/61) - fix: DEP0044 in TerraformOutput [\#2](https://github.com/open-constructs/cdk-terrain/pull/2) - ### chore + - chore: Upgrade dependencies for all [\#69](https://github.com/open-constructs/cdk-terrain/pull/69) - chore(gha): Adding base14 Scout CI/CD observability workflow to instrument all the github actions. [\#52](https://github.com/open-constructs/cdk-terrain/pull/52) - chore(deps): Upgrade minimatch to 5.1.8 [\#49](https://github.com/open-constructs/cdk-terrain/pull/49) @@ -28,8 +29,8 @@ - chore(deps): bump the github-actions-backward-compatible group with 4 updates [\#15](https://github.com/open-constructs/cdk-terrain/pull/15) - chore(deps): bump the github-actions-breaking group with 11 updates [\#14](https://github.com/open-constructs/cdk-terrain/pull/14) - ### refactor + - refactor(hcl2cdk): global setup/teardown along with parallel tests to speed the b… [\#41](https://github.com/open-constructs/cdk-terrain/pull/41) ## 0.22.0