Skip to content

Commit b72f2a9

Browse files
authored
Release v0.209.1 (#969)
CLI: * Hide `--progress-format` global flag ([#965](#965)). * Make configure command visible + fix bundle command description ([#961](#961)). * Log process ID in each log entry ([#949](#949)). * Improve error message when `--json` flag is specified ([#933](#933)). Bundles: * Remove validation for default value against pattern ([#959](#959)). * Bundle path rewrites for dbt and SQL file tasks ([#962](#962)). * Initialize variable definitions that are defined without properties ([#966](#966)). Internal: * Function to merge two instances of `config.Value` ([#938](#938)). * Make to/from string methods private to the jsonschema package ([#942](#942)). * Make Cobra runner compatible with testing interactive flows ([#957](#957)). * Added `env.UserHomeDir(ctx)` for parallel-friendly tests ([#955](#955)). Dependency updates: * Bump golang.org/x/mod from 0.13.0 to 0.14.0 ([#954](#954)). * Bump golang.org/x/text from 0.13.0 to 0.14.0 ([#953](#953)). * Bump golang.org/x/sync from 0.4.0 to 0.5.0 ([#951](#951)). * Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 ([#950](#950)). * Bump github.com/fatih/color from 1.15.0 to 1.16.0 ([#952](#952)).
1 parent 47e434d commit b72f2a9

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

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

3+
## 0.209.1
4+
5+
CLI:
6+
* Hide `--progress-format` global flag ([#965](https://github.com/databricks/cli/pull/965)).
7+
* Make configure command visible + fix bundle command description ([#961](https://github.com/databricks/cli/pull/961)).
8+
* Log process ID in each log entry ([#949](https://github.com/databricks/cli/pull/949)).
9+
* Improve error message when `--json` flag is specified ([#933](https://github.com/databricks/cli/pull/933)).
10+
11+
Bundles:
12+
* Remove validation for default value against pattern ([#959](https://github.com/databricks/cli/pull/959)).
13+
* Bundle path rewrites for dbt and SQL file tasks ([#962](https://github.com/databricks/cli/pull/962)).
14+
* Initialize variable definitions that are defined without properties ([#966](https://github.com/databricks/cli/pull/966)).
15+
16+
Internal:
17+
* Function to merge two instances of `config.Value` ([#938](https://github.com/databricks/cli/pull/938)).
18+
* Make to/from string methods private to the jsonschema package ([#942](https://github.com/databricks/cli/pull/942)).
19+
* Make Cobra runner compatible with testing interactive flows ([#957](https://github.com/databricks/cli/pull/957)).
20+
* Added `env.UserHomeDir(ctx)` for parallel-friendly tests ([#955](https://github.com/databricks/cli/pull/955)).
21+
22+
23+
Dependency updates:
24+
* Bump golang.org/x/mod from 0.13.0 to 0.14.0 ([#954](https://github.com/databricks/cli/pull/954)).
25+
* Bump golang.org/x/text from 0.13.0 to 0.14.0 ([#953](https://github.com/databricks/cli/pull/953)).
26+
* Bump golang.org/x/sync from 0.4.0 to 0.5.0 ([#951](https://github.com/databricks/cli/pull/951)).
27+
* Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 ([#950](https://github.com/databricks/cli/pull/950)).
28+
* Bump github.com/fatih/color from 1.15.0 to 1.16.0 ([#952](https://github.com/databricks/cli/pull/952)).
29+
330
## 0.209.0
431

532
CLI:

0 commit comments

Comments
 (0)