Skip to content

Commit

Permalink
chore: release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir committed Jul 5, 2023
1 parent 363ca80 commit 6e1634c
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 0.17.1

### fix

- fix: Handle \*/ sequences within variable descriptions and defaults for variables in modules [\#2986](https://github.com/hashicorp/terraform-cdk/pull/2986)
- fix: Upgrade @inquirer/prompts to resolve #2952 [\#2977](https://github.com/hashicorp/terraform-cdk/pull/2977)
- fix(tests): update integration test snapshot [\#2962](https://github.com/hashicorp/terraform-cdk/pull/2962)
- fix(cli): catch possible errors when trying to open a url [\#2961](https://github.com/hashicorp/terraform-cdk/pull/2961)
- fix(cli): Support PNPM when retrieving package dependency information [\#2959](https://github.com/hashicorp/terraform-cdk/pull/2959)
- fix(hcl2cdk): parse handling of null providers and aliases [\#2947](https://github.com/hashicorp/terraform-cdk/pull/2947)
- fix(hcl2cdk): use correct import path per language [\#2935](https://github.com/hashicorp/terraform-cdk/pull/2935)
- fix: do not always overwrite global.performance [\#2922](https://github.com/hashicorp/terraform-cdk/pull/2922)

### chore

- chore(deps): upgrade semver version [\#2981](https://github.com/hashicorp/terraform-cdk/pull/2981)
- chore(docs): update doc links to new URLs [\#2979](https://github.com/hashicorp/terraform-cdk/pull/2979)
- chore: Add regression test for input on init [\#2978](https://github.com/hashicorp/terraform-cdk/pull/2978)
- chore: Update diagram in docs with new provider count [\#2974](https://github.com/hashicorp/terraform-cdk/pull/2974)
- chore: trigger project board update when issues modified [\#2973](https://github.com/hashicorp/terraform-cdk/pull/2973)
- chore: remove project board update script [\#2970](https://github.com/hashicorp/terraform-cdk/pull/2970)
- chore: use resource name only unless conflict [\#2956](https://github.com/hashicorp/terraform-cdk/pull/2956)
- chore: remove dependency updates [\#2950](https://github.com/hashicorp/terraform-cdk/pull/2950)
- chore: correct constructs docs "Through Validations" example [\#2927](https://github.com/hashicorp/terraform-cdk/pull/2927)

### feat

- feat: Specific imports for convert [\#2946](https://github.com/hashicorp/terraform-cdk/pull/2946)
- feat: allow partial snippet translation [\#2920](https://github.com/hashicorp/terraform-cdk/pull/2920)

## 0.17.0

### 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.17.0",
"version": "0.17.1",
"private": true,
"scripts": {
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",
Expand Down
9 changes: 8 additions & 1 deletion tools/documentation-generation/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ case@^1.6.3:
dependencies:
archiver "5.3.1"
json-stable-stringify "^1.0.2"
semver "^7.3.8"
semver "^7.5.3"

chalk@^4, chalk@^4.1.2:
version "4.1.2"
Expand Down Expand Up @@ -769,6 +769,13 @@ semver@^7.3.8:
dependencies:
lru-cache "^6.0.0"

semver@^7.5.3:
version "7.5.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
dependencies:
lru-cache "^6.0.0"

sort-json@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/sort-json/-/sort-json-2.0.1.tgz#7338783bef807185dc37d5b02e3afd905d537cfb"
Expand Down

0 comments on commit 6e1634c

Please sign in to comment.