Skip to content

Commit 7079857

Browse files
authored
Update NEXT_CHANGELOG.md for v0.295.0 (#4787)
## Summary * Add missing changelog entries for CLI and Bundles changes since v0.294.0 * Fix `bundle.engine` priority description (config takes precedence over env var per #4782) * Add docs link for direct deployment engine ## Test plan - [ ] Review changelog entries for accuracy This pull request was AI-assisted by Isaac.
1 parent 4b5957a commit 7079857

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

NEXT_CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@
44

55
### Notable Changes
66

7-
- Databricks Asset Bundles have been renamed to Declarative Automation Bundles (DABs). This is a non-breaking change; no code or configuration modifications are required. See the [FAQ](https://docs.databricks.com/aws/en/dev-tools/bundles/faqs#why-was-databricks-asset-bundles-renamed-to-declarative-automation-bundles).
8-
- Add `bundle.engine` config setting to select the deployment engine (`terraform` or `direct`). The `DATABRICKS_BUNDLE_ENGINE` environment variable takes precedence over this setting. When the configured engine doesn't match existing deployment state, a warning is issued and the existing engine is used ([#4749](https://github.com/databricks/cli/pull/4749)).
7+
* Databricks Asset Bundles have been renamed to Declarative Automation Bundles (DABs). This is a non-breaking change; no code or configuration modifications are required. See the [FAQ](https://docs.databricks.com/aws/en/dev-tools/bundles/faqs#why-was-databricks-asset-bundles-renamed-to-declarative-automation-bundles).
8+
* Add `bundle.engine` config setting to select the deployment engine (`terraform` or [`direct`](https://docs.databricks.com/aws/en/dev-tools/bundles/direct)). The `bundle.engine` setting takes precedence over the `DATABRICKS_BUNDLE_ENGINE` environment variable. When the configured engine doesn't match existing deployment state, a warning is issued and the existing engine is used ([#4749](https://github.com/databricks/cli/pull/4749), [#4782](https://github.com/databricks/cli/pull/4782))
99

1010
### CLI
11+
* Add `databricks auth switch` command for setting the default profile ([#4651](https://github.com/databricks/cli/pull/4651))
12+
* Add positional argument support to `auth logout` ([#4744](https://github.com/databricks/cli/pull/4744))
13+
* Strip trailing slash from host in `auth login`, `auth token`, and `configure` commands ([#4633](https://github.com/databricks/cli/pull/4633))
1114

1215
### Bundles
1316
* Standardize `personal_schemas` enum across bundle templates ([#4401](https://github.com/databricks/cli/pull/4401))
1417
* engine/direct: Fix permanent drift on experiment name field ([#4627](https://github.com/databricks/cli/pull/4627))
1518
* engine/direct: Fix permissions state path to match input config schema ([#4703](https://github.com/databricks/cli/pull/4703))
1619
* Add default project name and success message to default-scala template ([#4661](https://github.com/databricks/cli/pull/4661))
20+
* Skip enum validation for unresolved variable references ([#4752](https://github.com/databricks/cli/pull/4752))
21+
* engine/direct: Support references to/from grants ([#4774](https://github.com/databricks/cli/pull/4774))
1722

1823
### Dependency updates
1924

0 commit comments

Comments
 (0)