Skip to content

Commit 7ffdd1b

Browse files
[Release] Release v0.247.0
## Release v0.247.0 ### CLI * Added include/exclude flags support to sync command ([#2650](#2650)) ### Bundles * Added support for model serving endpoints in deployment bind/unbind commands ([#2634](#2634)) * Added include/exclude flags support to bundle sync command ([#2650](#2650)) * Added JSON schema for resource permissions ([#2674](#2674)) * Removed pipeline 'deployment' field from jsonschema ([#2653](#2653)) * Updated JSON schema for deprecated pipeline fields ([#2646](#2646)) * The --config-dir and --source-dir flags for "bundle generate app" are now relative to CWD, not bundle root ([#2683](#2683)) * Reverts [#2549](#2549) to resolve issues with Web Terminal host mismatch ([#2685](#2685))
1 parent aa758d2 commit 7ffdd1b

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
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-04-02 13:38:32+0000"
2+
"timestamp": "2025-04-09 13:20:34+0000"
33
}

CHANGELOG.md

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

3+
## Release v0.247.0
4+
5+
### CLI
6+
* Added include/exclude flags support to sync command ([#2650](https://github.com/databricks/cli/pull/2650))
7+
8+
### Bundles
9+
* Added support for model serving endpoints in deployment bind/unbind commands ([#2634](https://github.com/databricks/cli/pull/2634))
10+
* Added include/exclude flags support to bundle sync command ([#2650](https://github.com/databricks/cli/pull/2650))
11+
* Added JSON schema for resource permissions ([#2674](https://github.com/databricks/cli/pull/2674))
12+
* Removed pipeline 'deployment' field from jsonschema ([#2653](https://github.com/databricks/cli/pull/2653))
13+
* Updated JSON schema for deprecated pipeline fields ([#2646](https://github.com/databricks/cli/pull/2646))
14+
* The --config-dir and --source-dir flags for "bundle generate app" are now relative to CWD, not bundle root ([#2683](https://github.com/databricks/cli/pull/2683))
15+
* Reverts [#2549](https://github.com/databricks/cli/pull/2549) to resolve issues with Web Terminal host mismatch ([#2685](https://github.com/databricks/cli/pull/2685))
16+
17+
318
## Release v0.246.0
419

520
### Notable Changes

NEXT_CHANGELOG.md

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

3-
## Release v0.247.0
3+
## Release v0.248.0
44

55
### Notable Changes
66

77
### Dependency updates
88

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

1211
### Bundles
13-
* Added support for model serving endpoints in deployment bind/unbind commands ([#2634](https://github.com/databricks/cli/pull/2634))
14-
* Added include/exclude flags support to bundle sync command ([#2650](https://github.com/databricks/cli/pull/2650))
15-
* Added JSON schema for resource permissions ([#2674](https://github.com/databricks/cli/pull/2674))
16-
* Removed pipeline 'deployment' field from jsonschema ([#2653](https://github.com/databricks/cli/pull/2653))
17-
* Updated JSON schema for deprecated pipeline fields ([#2646](https://github.com/databricks/cli/pull/2646))
18-
* The --config-dir and --source-dir flags for "bundle generate app" are now relative to CWD, not bundle root ([#2683](https://github.com/databricks/cli/pull/2683))
19-
* Reverts [#2549](https://github.com/databricks/cli/pull/2549) to resolve issues with Web Terminal host mismatch ([#2685](https://github.com/databricks/cli/pull/2685))
2012

2113
### API Changes

0 commit comments

Comments
 (0)