Skip to content

Commit

Permalink
Release 0.0.17 (#356)
Browse files Browse the repository at this point in the history
* Bump version

* Update changelog

* Update CHANGELOG.md

Co-authored-by: Anubhav Mishra <[email protected]>
  • Loading branch information
skorfmann and anubhavmishra authored Aug 31, 2020
1 parent f27aa64 commit 8fd6cfb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 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)
- 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

**Fixed bugs:**
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.0.16",
"version": "0.0.17",
"private": true,
"scripts": {
"build": "lerna run --scope cdktf* build",
Expand Down

0 comments on commit 8fd6cfb

Please sign in to comment.