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.246.0
### Notable Changes
Previously ".internal" folder under artifact_path was not cleaned up as expected. In this release this behaviour is fixed and now DABs cleans up this folder before uploading artifacts to it.
### Dependency updates
* Bump golangci-lint version to v2.0.2 from v1.63.4 ([#2586](#2586)).
### CLI
* Include supported values for enum positional args in docs ([#2557](#2557))
* Upgrade Go SDK to 0.61.0 ([#2575](#2575))
* Fix `databricks api` command usage string to include PATH positional argument ([#2591](#2591))
### Bundles
* Fixed cleaning up artifact path .internal folder ([#2572](#2572))
* Fixed sync include/exclude not working correctly on Windows ([#2609](#2609))
* Added support for quality monitors in deployment bind/unbind commands ([#2583](#2583))
* Comment out email\_notifications section in builtin templates ([#2565](#2565))
* New DATABRICKS_BUNDLE_RESTRICTED_CODE_EXECUTION environment variable that rejects running scripts and Python code when it is set ([#2598](#2598))
* Upgrade TF provider to 1.71.0 ([#2611](#2611))
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Version changelog
2
2
3
+
## Release v0.246.0
4
+
5
+
### Notable Changes
6
+
Previously ".internal" folder under artifact_path was not cleaned up as expected. In this release this behaviour is fixed and now DABs cleans up this folder before uploading artifacts to it.
7
+
8
+
### Dependency updates
9
+
* Bump golangci-lint version to v2.0.2 from v1.63.4 ([#2586](https://github.com/databricks/cli/pull/2586)).
10
+
11
+
### CLI
12
+
* Include supported values for enum positional args in docs ([#2557](https://github.com/databricks/cli/pull/2557))
13
+
* Upgrade Go SDK to 0.61.0 ([#2575](https://github.com/databricks/cli/pull/2575))
14
+
* Fix `databricks api` command usage string to include PATH positional argument ([#2591](https://github.com/databricks/cli/pull/2591))
15
+
16
+
### Bundles
17
+
* Fixed cleaning up artifact path .internal folder ([#2572](https://github.com/databricks/cli/pull/2572))
18
+
* Fixed sync include/exclude not working correctly on Windows ([#2609](https://github.com/databricks/cli/pull/2609))
19
+
* Added support for quality monitors in deployment bind/unbind commands ([#2583](https://github.com/databricks/cli/pull/2583))
20
+
* Comment out email\_notifications section in builtin templates ([#2565](https://github.com/databricks/cli/pull/2565))
21
+
* New DATABRICKS_BUNDLE_RESTRICTED_CODE_EXECUTION environment variable that rejects running scripts and Python code when it is set ([#2598](https://github.com/databricks/cli/pull/2598))
22
+
* Upgrade TF provider to 1.71.0 ([#2611](https://github.com/databricks/cli/pull/2611))
Previously ".internal" folder under artifact_path was not cleaned up as expected. In this release this behaviour is fixed and now DABs cleans up this folder before uploading artifacts to it.
7
6
8
7
### Dependency updates
9
-
* Bump golangci-lint version to v2.0.2 from v1.63.4 ([#2586](https://github.com/databricks/cli/pull/2586)).
10
8
11
9
### CLI
12
-
* Include supported values for enum positional args in docs ([#2557](https://github.com/databricks/cli/pull/2557))
13
-
* Upgrade Go SDK to 0.61.0 ([#2575](https://github.com/databricks/cli/pull/2575))
14
-
* Fix `databricks api` command usage string to include PATH positional argument ([#2591](https://github.com/databricks/cli/pull/2591))
15
10
16
11
### Bundles
17
-
* Fixed cleaning up artifact path .internal folder ([#2572](https://github.com/databricks/cli/pull/2572))
18
-
* Fixed sync include/exclude not working correctly on Windows ([#2609](https://github.com/databricks/cli/pull/2609))
19
-
* Added support for quality monitors in deployment bind/unbind commands ([#2583](https://github.com/databricks/cli/pull/2583))
20
-
* Comment out email\_notifications section in builtin templates ([#2565](https://github.com/databricks/cli/pull/2565))
21
-
* New DATABRICKS_BUNDLE_RESTRICTED_CODE_EXECUTION environment variable that rejects running scripts and Python code when it is set ([#2598](https://github.com/databricks/cli/pull/2598))
22
-
* Upgrade TF provider to 1.71.0 ([#2611](https://github.com/databricks/cli/pull/2611))
0 commit comments