You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Version changelog
2
2
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))
* Added include/exclude flags support to sync command ([#2650](https://github.com/databricks/cli/pull/2650))
11
10
12
11
### 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))
0 commit comments