Skip to content

Commit 6806a38

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v2.1.0-preview (#1203)
## packages/databricks-vscode ## (2024-04-24) * Add a interface for specifying bundle variables (#1157) ([b279467](b279467)), closes [#1157](#1157) * Add integration tests for resource explorer refresh and bundle job resource run (#1108) ([5177b8d](5177b8d)), closes [#1108](#1108) * Allow opting out of cluster override and make it more visible in UI (#1171) ([f00ebd2](f00ebd2)), closes [#1171](#1171) * Bump databricks CLI to v0.218.0 (#1201) ([132044e](132044e)), closes [#1201](#1201) * Improve auto-migration template (#1200) ([370e0f5](370e0f5)), closes [#1200](#1200) * Prompt users to setup virtual environment (#1169) ([5a85750](5a85750)), closes [#1169](#1169) ## packages/databricks-vscode-types ## (2024-04-24) * Allow opting out of cluster override and make it more visible in UI (#1171) ([f00ebd2](f00ebd2)), closes [#1171](#1171) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Kartik Gupta <[email protected]>
1 parent 370e0f5 commit 6806a38

File tree

6 files changed

+29
-12
lines changed

6 files changed

+29
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v2.1.0-preview
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-04-24)
6+
17
# Release: v2.0.4-preview
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release: v2.1.0-preview
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-04-24)
6+
7+
- Feature: Add a interface for specifying bundle variables.
8+
- Feature: Allow opting out of cluster override and make it more visible in UI.
9+
- Feature: Update databricks CLI to v0.218.0. Databricks Asset Bundles (DABs) are now GA!
10+
- Feature: Add UI and wizard to help manage virtual environments and Databricks Connect v2 versions.
11+
112
# Release: v2.0.4-preview
213

314
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This Software contains code from the following open source projects:
1111
| [@colors/colors](https://www.npmjs.com/package/@colors/colors) | 1.5.0 | MIT | http://github.com/DABH/colors.js.git |
1212
| [@colors/colors](https://www.npmjs.com/package/@colors/colors) | 1.6.0 | MIT | http://github.com/DABH/colors.js.git |
1313
| [@dabh/diagnostics](https://www.npmjs.com/package/@dabh/diagnostics) | 2.0.3 | MIT | git://github.com/3rd-Eden/diagnostics.git |
14-
| [@fastify/busboy](https://www.npmjs.com/package/@fastify/busboy) | 2.1.0 | MIT | https://github.com/fastify/busboy.git |
1514
| [@microsoft/1ds-core-js](https://www.npmjs.com/package/@microsoft/1ds-core-js) | 4.0.4 | MIT | https://github.com/microsoft/ApplicationInsights-JS/tree/main/shared/1ds-core-js |
1615
| [@microsoft/1ds-post-js](https://www.npmjs.com/package/@microsoft/1ds-post-js) | 4.0.4 | MIT | https://github.com/microsoft/ApplicationInsights-JS/tree/main/channels/1ds-post-js |
1716
| [@microsoft/applicationinsights-channel-js](https://www.npmjs.com/package/@microsoft/applicationinsights-channel-js) | 3.0.6 | MIT | github:Microsoft/applicationinsights-js |
@@ -30,8 +29,8 @@ This Software contains code from the following open source projects:
3029
| [@nevware21/ts-utils](https://www.npmjs.com/package/@nevware21/ts-utils) | 0.9.5 | MIT | https://github.com/nevware21/ts-utils.git |
3130
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3231
| [@types/lodash](https://www.npmjs.com/package/@types/lodash) | 4.14.202 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
33-
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.11.16 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
34-
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.6 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
32+
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.12.7 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
33+
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.8 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3534
| [@types/shell-quote](https://www.npmjs.com/package/@types/shell-quote) | 1.7.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3635
| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
3736
| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.64.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
@@ -60,13 +59,13 @@ This Software contains code from the following open source projects:
6059
| [extend](https://www.npmjs.com/package/extend) | 3.0.2 | MIT | https://github.com/justmoon/node-extend.git |
6160
| [fecha](https://www.npmjs.com/package/fecha) | 4.2.3 | MIT | https://[email protected]/taylorhakes/fecha.git |
6261
| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
63-
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.2.0 | Apache-2.0 | googleapis/gaxios |
62+
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.4.0 | Apache-2.0 | googleapis/gaxios |
6463
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.0 | Apache-2.0 | googleapis/gcp-metadata |
65-
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.6.3 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
64+
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.7.0 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
6665
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.1.0 | MIT | google/node-gtoken |
67-
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.2 | MIT | https://github.com/TooTallNate/proxy-agents.git |
66+
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 7.0.4 | MIT | https://github.com/TooTallNate/proxy-agents.git |
6867
| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
69-
| [ini](https://www.npmjs.com/package/ini) | 4.1.1 | ISC | https://github.com/npm/ini.git |
68+
| [ini](https://www.npmjs.com/package/ini) | 4.1.2 | ISC | https://github.com/npm/ini.git |
7069
| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
7170
| [is-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
7271
| [json-bigint](https://www.npmjs.com/package/json-bigint) | 1.0.0 | MIT | [email protected]:sidorares/json-bigint.git |
@@ -81,7 +80,7 @@ This Software contains code from the following open source projects:
8180
| [node-fetch](https://www.npmjs.com/package/node-fetch) | 2.7.0 | MIT | https://github.com/bitinn/node-fetch.git |
8281
| [one-time](https://www.npmjs.com/package/one-time) | 1.0.0 | MIT | https://github.com/3rd-Eden/one-time.git |
8382
| [readable-stream](https://www.npmjs.com/package/readable-stream) | 3.6.2 | MIT | git://github.com/nodejs/readable-stream |
84-
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.2.1 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
83+
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.2.2 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
8584
| [safe-buffer](https://www.npmjs.com/package/safe-buffer) | 5.2.1 | MIT | git://github.com/feross/safe-buffer.git |
8685
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.3 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
8786
| [semver](https://www.npmjs.com/package/semver) | 7.5.4 | ISC | https://github.com/npm/node-semver.git |
@@ -97,8 +96,9 @@ This Software contains code from the following open source projects:
9796
| [tslib](https://www.npmjs.com/package/tslib) | 1.14.1 | 0BSD | https://github.com/Microsoft/tslib.git |
9897
| [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | 0BSD | https://github.com/Microsoft/tslib.git |
9998
| [undici-types](https://www.npmjs.com/package/undici-types) | 5.26.5 | MIT | git+https://github.com/nodejs/undici.git |
100-
| [undici](https://www.npmjs.com/package/undici) | 6.6.2 | MIT | git+https://github.com/nodejs/undici.git |
99+
| [undici](https://www.npmjs.com/package/undici) | 6.13.0 | MIT | git+https://github.com/nodejs/undici.git |
101100
| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
101+
| [uuid](https://www.npmjs.com/package/uuid) | 9.0.1 | MIT | https://github.com/uuidjs/uuid.git |
102102
| [webidl-conversions](https://www.npmjs.com/package/webidl-conversions) | 3.0.1 | BSD-2-Clause | jsdom/webidl-conversions |
103103
| [whatwg-url](https://www.npmjs.com/package/whatwg-url) | 5.0.0 | MIT | jsdom/whatwg-url |
104104
| [winston-transport](https://www.npmjs.com/package/winston-transport) | 4.5.0 | MIT | [email protected]:winstonjs/winston-transport.git |

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.0.4",
7+
"version": "2.1.0",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)