Skip to content

Releases: open-constructs/cdk-terrain

v0.22.1

28 Mar 16:29
bf27635

Choose a tag to compare

feat

  • feat(gha): publish Maven artifacts to Maven Central #64
  • feat: restore NuGet.org publishing #50
  • feat(provider-generator): don't emit property params #43

fix

  • fix(cli): Pin init template to TypesScript 5.x #74
  • fix(gha): fix Go releases and update git identity #65
  • fix(provider-generator): handle inline comments with brackets in variable type parsing #61
  • fix: DEP0044 in TerraformOutput #2

chore

  • chore: Upgrade dependencies for all #69
  • chore(gha): Adding base14 Scout CI/CD observability workflow to instrument all the github actions. #52
  • chore(deps): Upgrade minimatch to 5.1.8 #49
  • chore: add cdktn keyword to all packages #46
  • chore: update links to point to cdktn.io #45
  • chore: update more references to cdktf #44
  • chore: fix typo in CONTRIBUTING.md #42
  • chore(deps): Upgrade validator to 13.15.22 #38
  • chore(deps): Upgrade glob to 10.5.0 #30
  • chore: Upgrade dependencies for all #22
  • chore: Upgrade dependencies for lib #18
  • chore(deps): bump the github-actions-backward-compatible group with 4 updates #15
  • chore(deps): bump the github-actions-breaking group with 11 updates #14

refactor

  • refactor(hcl2cdk): global setup/teardown along with parallel tests to speed the b… #41

v0.22.0

18 Feb 00:53
a5ff6fa

Choose a tag to compare

Breaking Changes

Package Rename: cdktf to cdktn

This is the first release under the CDK Terrain (CDKTN) project. All packages have been renamed:

  • cdktfcdktn
  • cdktf-clicdktn-cli
  • @cdktf/*@cdktn/*

Internal symbols and logical IDs remain unchanged for backwards compatibility. Legacy config keys (cdktf.json, CDKTF_* env vars) are still supported.

Prebuilt providers now require cdktn as a peer dependency (major version bump).

For detailed migration instructions, see the Upgrade Guide.

fix

  • fix: release-next gh token permissions #2db8ee4
  • fix: pin sentry-cli to last v2 release #31eceb8
  • fix(release): Sentry org/project #16

chore

  • chore: Rename to CDK Terrain / cdktn #7
  • docs: Update reference to CDKTF in PR template #3