Skip to content

Commit 2fae55e

Browse files
[Release] Release v0.249.0
## Release v0.249.0 ### CLI * Added `exclude-from` and `include-from` flags support to sync command ([#2660](#2660)) ### Bundles * Correctly translate paths to local requirements.txt file in environment dependencies ([#2736](#2736)) * Check for running resources with --fail-on-active-runs before any mutative operation during deploy ([#2743](#2743))
1 parent 39565c8 commit 2fae55e

File tree

7 files changed

+16
-9
lines changed

7 files changed

+16
-9
lines changed

.release_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"timestamp": "2025-04-16 13:15:41+0000"
2+
"timestamp": "2025-04-23 15:08:07+0000"
33
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Version changelog
22

3+
## Release v0.249.0
4+
5+
### CLI
6+
* Added `exclude-from` and `include-from` flags support to sync command ([#2660](https://github.com/databricks/cli/pull/2660))
7+
8+
### Bundles
9+
* Correctly translate paths to local requirements.txt file in environment dependencies ([#2736](https://github.com/databricks/cli/pull/2736))
10+
* Check for running resources with --fail-on-active-runs before any mutative operation during deploy ([#2743](https://github.com/databricks/cli/pull/2743))
11+
12+
313
## Release v0.248.0
414

515
### Notable Changes

NEXT_CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# NEXT CHANGELOG
22

3-
## Release v0.249.0
3+
## Release v0.250.0
44

55
### Notable Changes
66

77
### Dependency updates
88

99
### CLI
10-
* Added `exclude-from` and `include-from` flags support to sync command ([#2660](https://github.com/databricks/cli/pull/2660))
1110

1211
### Bundles
13-
* Correctly translate paths to local requirements.txt file in environment dependencies ([#2736](https://github.com/databricks/cli/pull/2736))
14-
* Check for running resources with --fail-on-active-runs before any mutative operation during deploy ([#2743](https://github.com/databricks/cli/pull/2743))
1512

1613
### API Changes

experimental/python/README.md

+1-1
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.248.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.249.0 or above
1717
2. Authenticate to your Databricks workspace if you have not done so already:
1818

1919
```bash
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.248.0"
1+
__version__ = "0.249.0"

experimental/python/pyproject.toml

+1-1
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.248.0"
4+
version = "0.249.0"
55

66
authors = [
77
{ name = "Gleb Kanterov", email = "[email protected]" },

libs/template/templates/experimental-jobs-as-code/library/versions.tmpl

+1-1
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.248.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.249.0{{- end}}

0 commit comments

Comments
 (0)