Skip to content

Commit e6f94a3

Browse files
[Release] Release v0.267.0
## Release v0.267.0 ### CLI * Introduce retries to `databricks psql` command ([#3492](#3492)) * Add rule files for coding agents working on the CLI code base ([#3245](#3245)) ### Dependency updates * Upgrade TF provider to 1.88.0 ([#3529](#3529)) * Upgrade Go SDK to 0.82.0 ### Bundles * Update default-python template to make DB Connect work out of the box for unit tests, using uv to install dependencies ([#3254](#3254)) * Add support for `TaskRetryMode` for continuous jobs ([#3529](#3529)) * Add support for specifying database instance as an application resource ([#3529](#3529)) * Allow referencing job libraries outside bundle root without the need to specify sync root ([#2842](#2842)) * Add top level `run_as` support for Lakeflow Declarative Pipelines ([#3307](#3307))
1 parent 3b944f7 commit e6f94a3

File tree

8 files changed

+25
-16
lines changed

8 files changed

+25
-16
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-27 11:34:20+0000"
2+
"timestamp": "2025-09-03 13:49:06+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.267.0
4+
5+
### CLI
6+
* Introduce retries to `databricks psql` command ([#3492](https://github.com/databricks/cli/pull/3492))
7+
* Add rule files for coding agents working on the CLI code base ([#3245](https://github.com/databricks/cli/pull/3245))
8+
9+
### Dependency updates
10+
* Upgrade TF provider to 1.88.0 ([#3529](https://github.com/databricks/cli/pull/3529))
11+
* Upgrade Go SDK to 0.82.0
12+
13+
### Bundles
14+
* Update default-python template to make DB Connect work out of the box for unit tests, using uv to install dependencies ([#3254](https://github.com/databricks/cli/pull/3254))
15+
* Add support for `TaskRetryMode` for continuous jobs ([#3529](https://github.com/databricks/cli/pull/3529))
16+
* Add support for specifying database instance as an application resource ([#3529](https://github.com/databricks/cli/pull/3529))
17+
* Allow referencing job libraries outside bundle root without the need to specify sync root ([#2842](https://github.com/databricks/cli/pull/2842))
18+
* Add top level `run_as` support for Lakeflow Declarative Pipelines ([#3307](https://github.com/databricks/cli/pull/3307))
19+
20+
321
## Release v0.266.0
422

523
### Notable Changes

NEXT_CHANGELOG.md

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

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

55
### Notable Changes
66

77
### CLI
8-
* Introduce retries to `databricks psql` command ([#3492](https://github.com/databricks/cli/pull/3492))
9-
* Add rule files for coding agents working on the CLI code base ([#3245](https://github.com/databricks/cli/pull/3245))
108

119
### Dependency updates
12-
* Upgrade TF provider to 1.88.0 ([#3529](https://github.com/databricks/cli/pull/3529))
13-
* Upgrade Go SDK to 0.82.0
1410

1511
### Bundles
16-
* Update default-python template to make DB Connect work out of the box for unit tests, using uv to install dependencies ([#3254](https://github.com/databricks/cli/pull/3254))
17-
* Add support for `TaskRetryMode` for continuous jobs ([#3529](https://github.com/databricks/cli/pull/3529))
18-
* Add support for specifying database instance as an application resource ([#3529](https://github.com/databricks/cli/pull/3529))
19-
* Allow referencing job libraries outside bundle root without the need to specify sync root ([#2842](https://github.com/databricks/cli/pull/2842))
20-
* Add top level `run_as` support for Lakeflow Declarative Pipelines ([#3307](https://github.com/databricks/cli/pull/3307))
2112

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

0 commit comments

Comments
 (0)