Skip to content

Commit 5fe0428

Browse files
[Release] Release v0.264.0
## Release v0.264.0 ### Dependency updates * Upgrade TF provider to 1.86.0 ([#3374](#3374)) * Update Go SDK to 0.79.0 ([#3376](#3376)) ### CLI * Fixed panic when providing a CLI command with an incorrect JSON input ([#3398](#3398)) ### Bundles * Changed logic for resolving `${resources...}` references. Previously this would be done by terraform at deploy time. Now if it references a field that is present in the config, it will be done by DABs during bundle loading ([#3370](#3370)) * Add support for tagging pipelines ([#3086](#3086)) * Add warning for when an invalid value is specified for an enum field ([#3050](#3050)) * Add support for running specified job tasks instead of all job tasks ([#3388](#3388))
1 parent e741f21 commit 5fe0428

File tree

8 files changed

+23
-14
lines changed

8 files changed

+23
-14
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-06 13:16:04+0000"
2+
"timestamp": "2025-08-13 13:52:17+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.264.0
4+
5+
### Dependency updates
6+
* Upgrade TF provider to 1.86.0 ([#3374](https://github.com/databricks/cli/pull/3374))
7+
* Update Go SDK to 0.79.0 ([#3376](https://github.com/databricks/cli/pull/3376))
8+
9+
### CLI
10+
* Fixed panic when providing a CLI command with an incorrect JSON input ([#3398](https://github.com/databricks/cli/pull/3398))
11+
12+
### Bundles
13+
* Changed logic for resolving `${resources...}` references. Previously this would be done by terraform at deploy time. Now if it references a field that is present in the config, it will be done by DABs during bundle loading ([#3370](https://github.com/databricks/cli/pull/3370))
14+
* Add support for tagging pipelines ([#3086](https://github.com/databricks/cli/pull/3086))
15+
* Add warning for when an invalid value is specified for an enum field ([#3050](https://github.com/databricks/cli/pull/3050))
16+
* Add support for running specified job tasks instead of all job tasks ([#3388](https://github.com/databricks/cli/pull/3388))
17+
18+
319
## Release v0.263.0
420

521
### CLI

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.264.0
3+
## Release v0.265.0
44

55
### Notable Changes
66

77
### Dependency updates
8-
* Upgrade TF provider to 1.86.0 ([#3374](https://github.com/databricks/cli/pull/3374))
9-
* Update Go SDK to 0.79.0 ([#3376](https://github.com/databricks/cli/pull/3376))
108

119
### CLI
12-
* Fixed panic when providing a CLI command with an incorrect JSON input ([#3398](https://github.com/databricks/cli/pull/3398))
1310

1411
### Bundles
15-
* Changed logic for resolving `${resources...}` references. Previously this would be done by terraform at deploy time. Now if it references a field that is present in the config, it will be done by DABs during bundle loading ([#3370](https://github.com/databricks/cli/pull/3370))
16-
* Add support for tagging pipelines ([#3086](https://github.com/databricks/cli/pull/3086))
17-
* Add warning for when an invalid value is specified for an enum field ([#3050](https://github.com/databricks/cli/pull/3050))
18-
* Add support for running specified job tasks instead of all job tasks ([#3388](https://github.com/databricks/cli/pull/3388))
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.263.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.264.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.263.0"
1+
__version__ = "0.264.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.263.0"
4+
version = "0.264.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.263.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.264.0{{- end}}

0 commit comments

Comments
 (0)