Skip to content

Commit 3c9ada8

Browse files
[Release] Release v0.261.0
## Release v0.261.0 ### Notable Changes The following CLI commands now have additional required positional arguments: * `alerts-v2 update-alert ID UPDATE_MASK` - Update an alert (v2) * `database update-database-instance NAME UPDATE_MASK` - Update a database instance * `external-lineage create-external-lineage-relationship SOURCE TARGET` - Create an external lineage relationship * `external-lineage update-external-lineage-relationship UPDATE_MASK SOURCE TARGET` - Update an external lineage relationship * `external-metadata update-external-metadata NAME UPDATE_MASK SYSTEM_TYPE ENTITY_TYPE` - Update external metadata * `feature-store update-online-store NAME UPDATE_MASK CAPACITY` - Update an online store * `lakeview create-schedule DASHBOARD_ID CRON_SCHEDULE` - Create a schedule * `lakeview create-subscription DASHBOARD_ID SCHEDULE_ID SUBSCRIBER` - Create a subscription * `lakeview update-schedule DASHBOARD_ID SCHEDULE_ID CRON_SCHEDULE` - Update a schedule * `network-connectivity update-private-endpoint-rule NETWORK_CONNECTIVITY_CONFIG_ID PRIVATE_ENDPOINT_RULE_ID UPDATE_MASK` - Update a private endpoint rule ### CLI * Add required query parameters as positional arguments in CLI commands ([#3289](#3289)) ### Bundles * Fixed an issue where `allow_duplicate_names` field on the pipeline definition was ignored by the bundle ([#3274](#3274)) * Add warning for when required bundle fields are not set ([#3044](#3044))
1 parent 328abfa commit 3c9ada8

File tree

8 files changed

+30
-21
lines changed

8 files changed

+30
-21
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-16 15:49:42+0000"
2+
"timestamp": "2025-07-23 14:59:27+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.261.0
4+
5+
### Notable Changes
6+
The following CLI commands now have additional required positional arguments:
7+
* `alerts-v2 update-alert ID UPDATE_MASK` - Update an alert (v2)
8+
* `database update-database-instance NAME UPDATE_MASK` - Update a database instance
9+
* `external-lineage create-external-lineage-relationship SOURCE TARGET` - Create an external lineage relationship
10+
* `external-lineage update-external-lineage-relationship UPDATE_MASK SOURCE TARGET` - Update an external lineage relationship
11+
* `external-metadata update-external-metadata NAME UPDATE_MASK SYSTEM_TYPE ENTITY_TYPE` - Update external metadata
12+
* `feature-store update-online-store NAME UPDATE_MASK CAPACITY` - Update an online store
13+
* `lakeview create-schedule DASHBOARD_ID CRON_SCHEDULE` - Create a schedule
14+
* `lakeview create-subscription DASHBOARD_ID SCHEDULE_ID SUBSCRIBER` - Create a subscription
15+
* `lakeview update-schedule DASHBOARD_ID SCHEDULE_ID CRON_SCHEDULE` - Update a schedule
16+
* `network-connectivity update-private-endpoint-rule NETWORK_CONNECTIVITY_CONFIG_ID PRIVATE_ENDPOINT_RULE_ID UPDATE_MASK` - Update a private endpoint rule
17+
18+
### CLI
19+
* Add required query parameters as positional arguments in CLI commands ([#3289](https://github.com/databricks/cli/pull/3289))
20+
21+
### Bundles
22+
* Fixed an issue where `allow_duplicate_names` field on the pipeline definition was ignored by the bundle ([#3274](https://github.com/databricks/cli/pull/3274))
23+
* Add warning for when required bundle fields are not set ([#3044](https://github.com/databricks/cli/pull/3044))
24+
25+
326
## Release v0.260.0
427

528
### Notable Changes

NEXT_CHANGELOG.md

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

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

55
### Notable Changes
6-
The following CLI commands now have additional required positional arguments:
7-
* `alerts-v2 update-alert ID UPDATE_MASK` - Update an alert (v2)
8-
* `database update-database-instance NAME UPDATE_MASK` - Update a database instance
9-
* `external-lineage create-external-lineage-relationship SOURCE TARGET` - Create an external lineage relationship
10-
* `external-lineage update-external-lineage-relationship UPDATE_MASK SOURCE TARGET` - Update an external lineage relationship
11-
* `external-metadata update-external-metadata NAME UPDATE_MASK SYSTEM_TYPE ENTITY_TYPE` - Update external metadata
12-
* `feature-store update-online-store NAME UPDATE_MASK CAPACITY` - Update an online store
13-
* `lakeview create-schedule DASHBOARD_ID CRON_SCHEDULE` - Create a schedule
14-
* `lakeview create-subscription DASHBOARD_ID SCHEDULE_ID SUBSCRIBER` - Create a subscription
15-
* `lakeview update-schedule DASHBOARD_ID SCHEDULE_ID CRON_SCHEDULE` - Update a schedule
16-
* `network-connectivity update-private-endpoint-rule NETWORK_CONNECTIVITY_CONFIG_ID PRIVATE_ENDPOINT_RULE_ID UPDATE_MASK` - Update a private endpoint rule
176

187
### Dependency updates
198

209
### CLI
21-
* Add required query parameters as positional arguments in CLI commands ([#3289](https://github.com/databricks/cli/pull/3289))
2210

2311
### Bundles
24-
* Fixed an issue where `allow_duplicate_names` field on the pipeline definition was ignored by the bundle ([#3274](https://github.com/databricks/cli/pull/3274))
25-
* Add warning for when required bundle fields are not set ([#3044](https://github.com/databricks/cli/pull/3044))
2612

2713
### 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.260.0 or above
16+
1. Install the [Databricks CLI](https://github.com/databricks/cli), version 0.261.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.260.0"
1+
__version__ = "0.261.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.260.0"
4+
version = "0.261.0"
55

66
authors = [
77
{ name = "Gleb Kanterov", email = "gleb.kanterov@databricks.com" },

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.260.0{{- end}}
9+
{{define "latest_databricks_bundles_version" -}}0.261.0{{- end}}

0 commit comments

Comments
 (0)