Skip to content

Commit 9440703

Browse files
[Release] Release v0.262.0
## Release v0.262.0 ### CLI * Fixed auth login ignoring DATABRICKS_CONFIG_FILE environmental variable when saving profile ([#3266](#3266)) ### Bundles * Modified run flag validation to allow `--refresh` and `--full-refresh` flags to be used together ([#3300](#3300)) * Fixed bundle generate for not yet deployed apps ([#3319](#3319)) * Respect export format for notebooks on bundle generate ([#3316](#3316))
1 parent a0ac4ed commit 9440703

File tree

8 files changed

+18
-11
lines changed

8 files changed

+18
-11
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-07-23 14:59:27+0000"
2+
"timestamp": "2025-07-30 13:51:31+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.262.0
4+
5+
### CLI
6+
* Fixed auth login ignoring DATABRICKS_CONFIG_FILE environmental variable when saving profile ([#3266](https://github.com/databricks/cli/pull/3266))
7+
8+
### Bundles
9+
* Modified run flag validation to allow `--refresh` and `--full-refresh` flags to be used together ([#3300](https://github.com/databricks/cli/pull/3300))
10+
* Fixed bundle generate for not yet deployed apps ([#3319](https://github.com/databricks/cli/pull/3319))
11+
* Respect export format for notebooks on bundle generate ([#3316](https://github.com/databricks/cli/pull/3316))
12+
13+
314
## Release v0.261.0
415

516
### Notable Changes

NEXT_CHANGELOG.md

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

3-
## Release v0.262.0
3+
## Release v0.263.0
44

55
### Notable Changes
66

77
### Dependency updates
88

99
### CLI
10-
* Fixed auth login ignoring DATABRICKS_CONFIG_FILE environmental variable when saving profile ([#3266](https://github.com/databricks/cli/pull/3266))
1110

1211
### Bundles
13-
* Modified run flag validation to allow `--refresh` and `--full-refresh` flags to be used together ([#3300](https://github.com/databricks/cli/pull/3300))
14-
* Fixed bundle generate for not yet deployed apps ([#3319](https://github.com/databricks/cli/pull/3319))
15-
* Respect export format for notebooks on bundle generate ([#3316](https://github.com/databricks/cli/pull/3316))
1612

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

0 commit comments

Comments
 (0)