Skip to content

Commit dee32f6

Browse files
[Release] Release v0.275.0
## Release v0.275.0 ### Notable Changes * Python support for Databricks Asset Bundles is now generally available. ### CLI * Remove `inplace` mode for the `--progress-format` flag ([#3811](#3811)) * Remove `json` mode for the `--progress-format` flag ([#3812](#3812)) * Deprecate the `--progress-format` flag ([#3819](#3819)) ### Bundles * Add support for `--bind` flag in `bundle generate` ([#3782](#3782)) * Add `pydabs` template replacing `experimental-jobs-as-code` template ([#3806](#3806)) * You can now use the top-level `python` section instead of `experimental/python` ([#3540](#3540))
1 parent 00027cb commit dee32f6

File tree

9 files changed

+24
-15
lines changed

9 files changed

+24
-15
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": "2025-10-22 10:53:54+0000"
2+
"timestamp": "2025-10-29 12:46:15+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.275.0
4+
5+
### Notable Changes
6+
* Python support for Databricks Asset Bundles is now generally available.
7+
8+
### CLI
9+
* Remove `inplace` mode for the `--progress-format` flag ([#3811](https://github.com/databricks/cli/pull/3811))
10+
* Remove `json` mode for the `--progress-format` flag ([#3812](https://github.com/databricks/cli/pull/3812))
11+
* Deprecate the `--progress-format` flag ([#3819](https://github.com/databricks/cli/pull/3819))
12+
13+
### Bundles
14+
* Add support for `--bind` flag in `bundle generate` ([#3782](https://github.com/databricks/cli/pull/3782))
15+
* Add `pydabs` template replacing `experimental-jobs-as-code` template ([#3806](https://github.com/databricks/cli/pull/3806))
16+
* You can now use the top-level `python` section instead of `experimental/python` ([#3540](https://github.com/databricks/cli/pull/3540))
17+
18+
319
## Release v0.274.0
420

521
### Bundles

NEXT_CHANGELOG.md

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

3-
## Release v0.275.0
3+
## Release v0.276.0
44

55
### Notable Changes
6-
* Python support for Databricks Asset Bundles is now generally available.
76

87
### CLI
9-
* Remove `inplace` mode for the `--progress-format` flag ([#3811](https://github.com/databricks/cli/pull/3811))
10-
* Remove `json` mode for the `--progress-format` flag ([#3812](https://github.com/databricks/cli/pull/3812))
11-
* Deprecate the `--progress-format` flag ([#3819](https://github.com/databricks/cli/pull/3819))
128

139
### Dependency updates
1410

1511
### Bundles
16-
* Add support for `--bind` flag in `bundle generate` ([#3782](https://github.com/databricks/cli/pull/3782))
17-
* Add `pydabs` template replacing `experimental-jobs-as-code` template ([#3806](https://github.com/databricks/cli/pull/3806))
18-
* You can now use the top-level `python` section instead of `experimental/python` ([#3540](https://github.com/databricks/cli/pull/3540))
1912

2013
### API Changes

experimental/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/experim
1313

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

16-
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.274.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.275.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.274.0"
1+
__version__ = "0.275.0"

experimental/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.274.0"
4+
version = "0.275.0"
55

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

experimental/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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
>=3.10,<=3.13
2424
{{- end}}
2525

26-
{{define "latest_databricks_bundles_version" -}}0.274.0{{- end}}
26+
{{define "latest_databricks_bundles_version" -}}0.275.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.274.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.275.0{{- end}}

0 commit comments

Comments
 (0)