From 630a56e41e4489a4d5cd56444f716cda89fa224e Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Wed, 31 Jul 2024 18:47:00 +0200 Subject: [PATCH] Release v0.225.0 (#1642) Bundles: * Add resource for UC schemas to DABs ([#1413](https://github.com/databricks/cli/pull/1413)). Internal: * Use dynamic walking to validate unique resource keys ([#1614](https://github.com/databricks/cli/pull/1614)). * Regenerate TF schema ([#1635](https://github.com/databricks/cli/pull/1635)). * Add upgrade and upgrade eager flags to pip install call ([#1636](https://github.com/databricks/cli/pull/1636)). * Added test for negation pattern in sync include exclude section ([#1637](https://github.com/databricks/cli/pull/1637)). * Use precomputed terraform plan for `bundle deploy` ([#1640](https://github.com/databricks/cli/pull/1640)). --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b272377e..d1e0b9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Version changelog +## 0.225.0 + +Bundles: + * Add resource for UC schemas to DABs ([#1413](https://github.com/databricks/cli/pull/1413)). + +Internal: + * Use dynamic walking to validate unique resource keys ([#1614](https://github.com/databricks/cli/pull/1614)). + * Regenerate TF schema ([#1635](https://github.com/databricks/cli/pull/1635)). + * Add upgrade and upgrade eager flags to pip install call ([#1636](https://github.com/databricks/cli/pull/1636)). + * Added test for negation pattern in sync include exclude section ([#1637](https://github.com/databricks/cli/pull/1637)). + * Use precomputed terraform plan for `bundle deploy` ([#1640](https://github.com/databricks/cli/pull/1640)). + ## 0.224.1 Bundles: