Skip to content

Commit 5d7b275

Browse files
[Release] Release v0.266.0
## Release v0.266.0 ### Notable Changes * Breaking change: DABs now return an error when paths are incorrectly defined relative to the job or pipeline definition location instead of the configuration file location. Previously, the CLI would show a warning and fallback to resolving the path relative to the resource location. Users must update their bundle configurations to define all relative paths relative to the configuration file where the path is specified. See more details here: ([#3225](#3225)) * Add support volumes in Python support ([#3383])(#3383)) ### Bundles * [Breaking Change] Remove deprecated path fallback mechanism for jobs and pipelines ([#3225](#3225)) * Add support for Lakebase synced database tables in DABs ([#3467](#3467)) * Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template ([#3476](#3476)). * Fixed bundle init not working on Standard tier ([#3496](#3496))
1 parent 031c406 commit 5d7b275

File tree

8 files changed

+24
-17
lines changed

8 files changed

+24
-17
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-08-21 08:07:23+0000"
2+
"timestamp": "2025-08-27 11:34:20+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.266.0
4+
5+
### Notable Changes
6+
* Breaking change: DABs now return an error when paths are incorrectly defined relative to the job or
7+
pipeline definition location instead of the configuration file location. Previously, the CLI would show a
8+
warning and fallback to resolving the path relative to the resource location. Users must update their bundle
9+
configurations to define all relative paths relative to the configuration file where the path is specified.
10+
See more details here: ([#3225](https://github.com/databricks/cli/pull/3225))
11+
* Add support volumes in Python support ([#3383])(https://github.com/databricks/cli/pull/3383))
12+
13+
### Bundles
14+
* [Breaking Change] Remove deprecated path fallback mechanism for jobs and pipelines ([#3225](https://github.com/databricks/cli/pull/3225))
15+
* Add support for Lakebase synced database tables in DABs ([#3467](https://github.com/databricks/cli/pull/3467))
16+
* Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template ([#3476](https://github.com/databricks/cli/pull/3476)).
17+
* Fixed bundle init not working on Standard tier ([#3496](https://github.com/databricks/cli/pull/3496))
18+
19+
320
## Release v0.265.0
421

522
### CLI

NEXT_CHANGELOG.md

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

3-
## Release v0.266.0
3+
## Release v0.267.0
44

55
### Notable Changes
6-
* Breaking change: DABs now return an error when paths are incorrectly defined relative to the job or
7-
pipeline definition location instead of the configuration file location. Previously, the CLI would show a
8-
warning and fallback to resolving the path relative to the resource location. Users must update their bundle
9-
configurations to define all relative paths relative to the configuration file where the path is specified.
10-
See more details here: ([#3225](https://github.com/databricks/cli/pull/3225))
11-
* Add support volumes in Python support ([#3383])(https://github.com/databricks/cli/pull/3383))
126

137
### CLI
148

159
### Dependency updates
1610

1711
### Bundles
18-
* [Breaking Change] Remove deprecated path fallback mechanism for jobs and pipelines ([#3225](https://github.com/databricks/cli/pull/3225))
19-
* Add support for Lakebase synced database tables in DABs ([#3467](https://github.com/databricks/cli/pull/3467))
20-
* Rename Delta Live Tables to Lakeflow Declarative Pipelines in the default-python template ([#3476](https://github.com/databricks/cli/pull/3476)).
21-
* Fixed bundle init not working on Standard tier ([#3496](https://github.com/databricks/cli/pull/3496))
2212

2313
### 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.265.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.266.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.265.0"
1+
__version__ = "0.266.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.265.0"
4+
version = "0.266.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/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.265.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.266.0{{- end}}

0 commit comments

Comments
 (0)