From e5dd2d047f095ccc5213cc48bab61d57113d223f Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 5 Jun 2024 13:44:01 +0200 Subject: [PATCH] Release v0.221.1 Bundles: This releases fixes an issue introduced in v0.221.0 where managing jobs with a single-node cluster would fail. * Fix SQL schema selection in default-sql template ([#1471](https://github.com/databricks/cli/pull/1471)). * Copy-editing for SQL templates ([#1474](https://github.com/databricks/cli/pull/1474)). * Upgrade TF provider to 1.47.0 ([#1476](https://github.com/databricks/cli/pull/1476)). Internal: * Use latest version of goreleaser action ([#1477](https://github.com/databricks/cli/pull/1477)). --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568c616b30..8f6f47dc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Version changelog +## 0.221.1 + +Bundles: + +This releases fixes an issue introduced in v0.221.0 where managing jobs with a single-node cluster would fail. + + * Fix SQL schema selection in default-sql template ([#1471](https://github.com/databricks/cli/pull/1471)). + * Copy-editing for SQL templates ([#1474](https://github.com/databricks/cli/pull/1474)). + * Upgrade TF provider to 1.47.0 ([#1476](https://github.com/databricks/cli/pull/1476)). + +Internal: + * Use latest version of goreleaser action ([#1477](https://github.com/databricks/cli/pull/1477)). + + + ## 0.221.0 CLI: