Skip to content

Commit 4b32ca9

Browse files
[Release] Release v0.258.0
## Release v0.258.0 ### Notable Changes * Switch default-python template to use pyproject.toml + dynamic\_version in dev target. uv is now required. ([#3042](#3042)) ### Dependency updates * Upgraded TF provider to 1.84.0 ([#3151](#3151)) ### CLI * Fixed an issue where running `databricks auth login` would remove the `cluster_id` field from profiles in `.databrickscfg`. The login process now preserves the `cluster_id` field. ([#2988](#2988)) ### Bundles * Added support for pipeline environment field ([#3153](#3153)) * "bundle summary" now prints diagnostic warnings to stderr ([#3123](#3123)) * "bundle open" will print the URL before opening the browser ([#3168](#3168))
1 parent 33ee677 commit 4b32ca9

File tree

8 files changed

+24
-13
lines changed

8 files changed

+24
-13
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-06-25 15:27:57+0000"
2+
"timestamp": "2025-07-02 11:22:22+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.258.0
4+
5+
### Notable Changes
6+
* Switch default-python template to use pyproject.toml + dynamic\_version in dev target. uv is now required. ([#3042](https://github.com/databricks/cli/pull/3042))
7+
8+
### Dependency updates
9+
* Upgraded TF provider to 1.84.0 ([#3151](https://github.com/databricks/cli/pull/3151))
10+
11+
### CLI
12+
* Fixed an issue where running `databricks auth login` would remove the `cluster_id` field from profiles in `.databrickscfg`. The login process now preserves the `cluster_id` field. ([#2988](https://github.com/databricks/cli/pull/2988))
13+
14+
### Bundles
15+
* Added support for pipeline environment field ([#3153](https://github.com/databricks/cli/pull/3153))
16+
* "bundle summary" now prints diagnostic warnings to stderr ([#3123](https://github.com/databricks/cli/pull/3123))
17+
* "bundle open" will print the URL before opening the browser ([#3168](https://github.com/databricks/cli/pull/3168))
18+
19+
320
## Release v0.257.0
421

522
### Bundles

NEXT_CHANGELOG.md

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

3-
## Release v0.258.0
3+
## Release v0.259.0
44

55
### Notable Changes
6-
* Switch default-python template to use pyproject.toml + dynamic\_version in dev target. uv is now required. ([#3042](https://github.com/databricks/cli/pull/3042))
76

87
### Dependency updates
9-
* Upgraded TF provider to 1.84.0 ([#3151](https://github.com/databricks/cli/pull/3151))
108

119
### CLI
12-
* Fixed an issue where running `databricks auth login` would remove the `cluster_id` field from profiles in `.databrickscfg`. The login process now preserves the `cluster_id` field. ([#2988](https://github.com/databricks/cli/pull/2988))
1310

1411
### Bundles
15-
* Added support for pipeline environment field ([#3153](https://github.com/databricks/cli/pull/3153))
16-
* "bundle summary" now prints diagnostic warnings to stderr ([#3123](https://github.com/databricks/cli/pull/3123))
17-
* "bundle open" will print the URL before opening the browser ([#3168](https://github.com/databricks/cli/pull/3168))
1812

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

0 commit comments

Comments
 (0)