From 5a2fe941c6142d16930d4ee8249bcea47064d5d8 Mon Sep 17 00:00:00 2001 From: Sebastian Korfmann Date: Mon, 31 Aug 2020 22:40:35 +0200 Subject: [PATCH 1/3] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b6f3237c5..ae0f38b2d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.0.16", + "version": "0.0.17", "private": true, "scripts": { "build": "lerna run --scope cdktf* build", From 6b061f32e33fb1e759bb2f3f7ba002c7b707194a Mon Sep 17 00:00:00 2001 From: Sebastian Korfmann Date: Mon, 31 Aug 2020 22:40:43 +0200 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e3457d0b..1c74625f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.0.17 + +**Fixed bugs:** + +- Fix Orcacle Provider [\#341](https://github.com/hashicorp/terraform-cdk/issues/341) +- Run Terraform commands with `input=false` flag [\#343](https://github.com/hashicorp/terraform-cdk/issues/343) +- Use default provider caching of Terraform, rather than creating error prone symlinks [\#344](https://github.com/hashicorp/terraform-cdk/issues/344) + +**Implemented enhancements:** + +- Streamline CLI workflows for prebuilt providers [\#331](https://github.com/hashicorp/terraform-cdk/issues/331) +- CLI installable via Homebrew [\#342](https://github.com/hashicorp/terraform-cdk/issues/342) + ## 0.0.16 **Fixed bugs:** From 42711109a52cd7bd26e342ff666df06ba44c5e0c Mon Sep 17 00:00:00 2001 From: Anubhav Mishra Date: Mon, 31 Aug 2020 16:01:01 -0700 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c74625f2d..38b119ce22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Streamline CLI workflows for prebuilt providers [\#331](https://github.com/hashicorp/terraform-cdk/issues/331) - CLI installable via Homebrew [\#342](https://github.com/hashicorp/terraform-cdk/issues/342) +- Support Terraform provider caching by default [#189](https://github.com/hashicorp/terraform-cdk/issues/189), [\#222](https://github.com/hashicorp/terraform-cdk/issues/222), [\#349](https://github.com/hashicorp/terraform-cdk/issues/349) ## 0.0.16