Skip to content

Commit e117046

Browse files
authored
Release v0.200.2 (#564)
## Changes CLI: * Fix secrets put-secret command ([#545](#545)). * Fixed ignoring required positional parameters when --json flag is provided ([#535](#535)). * Update cp help message to not require file scheme ([#554](#554)). Bundles: * Fix: bundle destroy fails when bundle.tf.json file is deleted ([#519](#519)). * Fixed error reporting when included invalid files in include section ([#543](#543)). * Make top level workspace optional in JSON schema ([#562](#562)). * Propagate TF_CLI_CONFIG_FILE env variable ([#555](#555)). * Update Terraform provider schema structs ([#563](#563)). * Update inline JSON schema documentation ([#557](#557)). Dependencies: * Bump Go SDK to v0.12.0 ([#540](#540)). * Bump github.com/hashicorp/terraform-json from 0.17.0 to 0.17.1 ([#541](#541)).
1 parent 47f4d30 commit e117046

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Version changelog
22

3+
## 0.200.2
4+
5+
CLI:
6+
* Fix secrets put-secret command ([#545](https://github.com/databricks/cli/pull/545)).
7+
* Fixed ignoring required positional parameters when --json flag is provided ([#535](https://github.com/databricks/cli/pull/535)).
8+
* Update cp help message to not require file scheme ([#554](https://github.com/databricks/cli/pull/554)).
9+
10+
Bundles:
11+
* Fix: bundle destroy fails when bundle.tf.json file is deleted ([#519](https://github.com/databricks/cli/pull/519)).
12+
* Fixed error reporting when included invalid files in include section ([#543](https://github.com/databricks/cli/pull/543)).
13+
* Make top level workspace optional in JSON schema ([#562](https://github.com/databricks/cli/pull/562)).
14+
* Propagate TF_CLI_CONFIG_FILE env variable ([#555](https://github.com/databricks/cli/pull/555)).
15+
* Update Terraform provider schema structs ([#563](https://github.com/databricks/cli/pull/563)).
16+
* Update inline JSON schema documentation ([#557](https://github.com/databricks/cli/pull/557)).
17+
18+
Dependencies:
19+
* Bump Go SDK to v0.12.0 ([#540](https://github.com/databricks/cli/pull/540)).
20+
* Bump github.com/hashicorp/terraform-json from 0.17.0 to 0.17.1 ([#541](https://github.com/databricks/cli/pull/541)).
21+
322
## 0.200.1
423

524
CLI:

0 commit comments

Comments
 (0)