Skip to content

Commit 3772d53

Browse files
[Release] Release v0.273.0
## Release v0.273.0 ### Notable Changes * (via Terraform v1.92.0) DABs will no longer try to update pipeline permissions upon pipeline deletion. This fixes PERMISSION\_ERROR upon 'bundle destroy' for pipelines that have run\_as setting enabled (described in https://community.databricks.com/t95/data-engineering/dab-dlt-destroy-fails-due-to-ownership-permissions-mismatch/td-p/132101) The downside is that if 'permissions:' block is removed from the resource, DABs will not try anymore to restore permissions to just the owner of the pipeline. ### CLI * Add the `--configure-serverless` flag to `databricks auth login` to configure Databricks Connect to use serverless. ### Dependency updates * Upgrade Go SDK to 0.82.0 ([#3769](#3769)) * Upgrade TF provider to 1.92.0 ([#3772](#3772)) ### Bundles * Updated the internal lakeflow-pipelines template to use an "src" layout ([#3671](#3671)). * Fix for pip flags with equal sign being incorrectly treated as local file names ([#3766](#3766))
1 parent 70a01f2 commit 3772d53

File tree

8 files changed

+28
-18
lines changed

8 files changed

+28
-18
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-08 13:51:51+0000"
2+
"timestamp": "2025-10-16 08:26:42+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.273.0
4+
5+
### Notable Changes
6+
7+
* (via Terraform v1.92.0) DABs will no longer try to update pipeline permissions upon pipeline deletion. This fixes PERMISSION\_ERROR upon 'bundle destroy'
8+
for pipelines that have run\_as setting enabled (described in https://community.databricks.com/t95/data-engineering/dab-dlt-destroy-fails-due-to-ownership-permissions-mismatch/td-p/132101)
9+
The downside is that if 'permissions:' block is removed from the resource, DABs will not try anymore to restore permissions to just the owner of the pipeline.
10+
11+
### CLI
12+
13+
* Add the `--configure-serverless` flag to `databricks auth login` to configure Databricks Connect to use serverless.
14+
15+
### Dependency updates
16+
* Upgrade Go SDK to 0.82.0 ([#3769](https://github.com/databricks/cli/pull/3769))
17+
* Upgrade TF provider to 1.92.0 ([#3772](https://github.com/databricks/cli/pull/3772))
18+
19+
### Bundles
20+
* Updated the internal lakeflow-pipelines template to use an "src" layout ([#3671](https://github.com/databricks/cli/pull/3671)).
21+
* Fix for pip flags with equal sign being incorrectly treated as local file names ([#3766](https://github.com/databricks/cli/pull/3766))
22+
23+
324
## Release v0.272.0
425

526
### Bundles

NEXT_CHANGELOG.md

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

3-
## Release v0.273.0
3+
## Release v0.274.0
44

55
### Notable Changes
66

7-
* (via Terraform v1.92.0) DABs will no longer try to update pipeline permissions upon pipeline deletion. This fixes PERMISSION\_ERROR upon 'bundle destroy'
8-
for pipelines that have run\_as setting enabled (described in https://community.databricks.com/t95/data-engineering/dab-dlt-destroy-fails-due-to-ownership-permissions-mismatch/td-p/132101)
9-
The downside is that if 'permissions:' block is removed from the resource, DABs will not try anymore to restore permissions to just the owner of the pipeline.
10-
117
### CLI
128

13-
* Add the `--configure-serverless` flag to `databricks auth login` to configure Databricks Connect to use serverless.
14-
159
### Dependency updates
16-
* Upgrade Go SDK to 0.82.0 ([#3769](https://github.com/databricks/cli/pull/3769))
17-
* Upgrade TF provider to 1.92.0 ([#3772](https://github.com/databricks/cli/pull/3772))
18-
1910

2011
### Bundles
21-
* Updated the internal lakeflow-pipelines template to use an "src" layout ([#3671](https://github.com/databricks/cli/pull/3671)).
22-
* Fix for pip flags with equal sign being incorrectly treated as local file names ([#3766](https://github.com/databricks/cli/pull/3766))
2312

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

0 commit comments

Comments
 (0)