Skip to content

Commit 0ba343a

Browse files
[Release] Release v0.283.0
## Release v0.283.0 ### Notable Changes * Bundle commands now cache the user's account details to improve command latency. To disable this, set the environment variable DATABRICKS_CACHE_ENABLED to false. ### CLI * Add commands to pipelines command group ([#4275](#4275)) ### Bundles * Add support for configuring app.yaml options for apps via bundle config ([#4271](#4271)) * Enable caching user identity by default ([#4202](#4202)) * Do not show single node warning when is_single_node option is explicitly set ([#4272](#4272)) * Fix false positive folder permission warnings and make them more actionable ([#4216](#4216)) * Pass additional Azure DevOps system variables ([#4236](#4236)) * Replace Black formatter with Ruff in Python bundle templates for faster, all-in-one linting and formatting ([#4196](#4196)) * engine/direct: support quality monitors ([#4278](#4278)) * Improve folder permissions warning ([#4216](#4216)) ### Dependency updates * Upgrade TF provider to 1.102.0 ([#4235](#4235)) * Upgrade Go SDK to 0.96.0 ([#4206](#4206))
1 parent f3961be commit 0ba343a

File tree

9 files changed

+32
-21
lines changed

9 files changed

+32
-21
lines changed

.release_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2026-01-08 09:51:35+0000"
2+
"timestamp": "2026-01-14 14:37:43+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.283.0 (2026-01-14)
4+
5+
### Notable Changes
6+
* Bundle commands now cache the user's account details to improve command latency.
7+
To disable this, set the environment variable DATABRICKS_CACHE_ENABLED to false.
8+
9+
### CLI
10+
* Add commands to pipelines command group ([#4275](https://github.com/databricks/cli/pull/4275))
11+
12+
### Bundles
13+
* Add support for configuring app.yaml options for apps via bundle config ([#4271](https://github.com/databricks/cli/pull/4271))
14+
* Enable caching user identity by default ([#4202](https://github.com/databricks/cli/pull/4202))
15+
* Do not show single node warning when is_single_node option is explicitly set ([#4272](https://github.com/databricks/cli/pull/4272))
16+
* Fix false positive folder permission warnings and make them more actionable ([#4216](https://github.com/databricks/cli/pull/4216))
17+
* Pass additional Azure DevOps system variables ([#4236](https://github.com/databricks/cli/pull/4236))
18+
* Replace Black formatter with Ruff in Python bundle templates for faster, all-in-one linting and formatting ([#4196](https://github.com/databricks/cli/pull/4196))
19+
* engine/direct: support quality monitors ([#4278](https://github.com/databricks/cli/pull/4278))
20+
* Improve folder permissions warning ([#4216](https://github.com/databricks/cli/pull/4216))
21+
22+
### Dependency updates
23+
* Upgrade TF provider to 1.102.0 ([#4235](https://github.com/databricks/cli/pull/4235))
24+
* Upgrade Go SDK to 0.96.0 ([#4206](https://github.com/databricks/cli/pull/4206))
25+
26+
327
## Release v0.282.0 (2026-01-08)
428

529
### Notable Changes

NEXT_CHANGELOG.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.283.0
3+
## Release v0.284.0
44

55
### Notable Changes
6-
* Bundle commands now cache the user's account details to improve command latency.
7-
To disable this, set the environment variable DATABRICKS_CACHE_ENABLED to false.
86

97
### CLI
10-
* Add commands to pipelines command group ([#4275](https://github.com/databricks/cli/pull/4275))
118

129
### Bundles
13-
* Add support for configuring app.yaml options for apps via bundle config ([#4271](https://github.com/databricks/cli/pull/4271))
14-
* Enable caching user identity by default ([#4202](https://github.com/databricks/cli/pull/4202))
15-
* Do not show single node warning when is_single_node option is explicitly set ([#4272](https://github.com/databricks/cli/pull/4272))
16-
* Fix false positive folder permission warnings and make them more actionable ([#4216](https://github.com/databricks/cli/pull/4216))
17-
* Pass additional Azure DevOps system variables ([#4236](https://github.com/databricks/cli/pull/4236))
18-
* Replace Black formatter with Ruff in Python bundle templates for faster, all-in-one linting and formatting ([#4196](https://github.com/databricks/cli/pull/4196))
19-
* engine/direct: support quality monitors ([#4278](https://github.com/databricks/cli/pull/4278))
20-
* Improve folder permissions warning ([#4216](https://github.com/databricks/cli/pull/4216))
2110

2211
### Dependency updates
23-
* Upgrade TF provider to 1.102.0 ([#4235](https://github.com/databricks/cli/pull/4235))
24-
* Upgrade Go SDK to 0.96.0 ([#4206](https://github.com/databricks/cli/pull/4206))
2512

2613
### API Changes

libs/template/templates/default/library/versions.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
3.12
4848
{{- end}}
4949

50-
{{define "latest_databricks_bundles_version" -}}0.282.0{{- end}}
50+
{{define "latest_databricks_bundles_version" -}}0.283.0{{- end}}

libs/template/templates/experimental-jobs-as-code/library/versions.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
>=15.4,<15.5
77
{{- end}}
88

9-
{{define "latest_databricks_bundles_version" -}}0.282.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.283.0{{- end}}

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Reference documentation is available at https://databricks.github.io/cli/python/
1313

1414
To use `databricks-bundles`, you must first:
1515

16-
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.282.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.283.0 or above
1717
2. Authenticate to your Databricks workspace if you have not done so already:
1818

1919
```bash
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.282.0"
1+
__version__ = "0.283.0"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "databricks-bundles"
33
description = "Python support for Databricks Asset Bundles"
4-
version = "0.282.0"
4+
version = "0.283.0"
55

66
authors = [
77
{ name = "Gleb Kanterov", email = "[email protected]" },

python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)