Skip to content

Commit f8fb360

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v1.2.2 (#915)
## packages/databricks-vscode ## <small>1.2.2 (2023-10-23)</small> * Bump databricks cli to v0.208.2 (#914) ([9e8076b](9e8076b)), closes [#914](#914) * Bump databricks-sdk-js to v0.5.2 (#898) ([06d308c](06d308c)), closes [#898](#898) ## packages/databricks-vscode-types ## <small>1.2.2 (2023-10-23)</small> * Bump databricks-sdk-js to v0.5.2 (#898) ([06d308c](06d308c)), closes [#898](#898) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Kartik Gupta <[email protected]>
1 parent 9e8076b commit f8fb360

File tree

6 files changed

+24
-7
lines changed

6 files changed

+24
-7
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": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release: v1.2.2
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>1.2.2 (2023-10-23)</small>
6+
7+
- Bump databricks-sdk-js to v0.5.2 (#898) ([06d308c](https://github.com/databricks/databricks-vscode/commit/06d308c)), closes [#898](https://github.com/databricks/databricks-vscode/issues/898)
8+
19
# Release: v1.2.1
210

311
## 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": "1.2.1",
3+
"version": "1.2.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release: v1.2.2
2+
3+
## packages/databricks-vscode
4+
5+
## <small>1.2.2 (2023-10-23)</small>
6+
7+
- Fix: 'Error 403 Token is expiring within 30 seconds.' error when authenticating to an Azure workspace using Azure CLI authentication type.
8+
19
# Release: v1.2.1
210

311
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ This Software contains code from the following open source projects:
4343
| [@opentelemetry/sdk-trace-base](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base) | 1.13.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
4444
| [@opentelemetry/semantic-conventions](https://www.npmjs.com/package/@opentelemetry/semantic-conventions) | 1.13.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
4545
| [@tootallnate/once](https://www.npmjs.com/package/@tootallnate/once) | 2.0.0 | MIT | git://github.com/TooTallNate/once.git |
46-
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 1.3.31 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
47-
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.4.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
48-
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
46+
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 1.3.32 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
47+
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.8.7 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
48+
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.4 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
4949
| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
5050
| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.61.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
5151
| [@vscode/debugprotocol](https://www.npmjs.com/package/@vscode/debugprotocol) | 1.61.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
5252
| [@vscode/extension-telemetry](https://www.npmjs.com/package/@vscode/extension-telemetry) | 0.8.1 | MIT | https://github.com/Microsoft/vscode-extension-telemetry.git |
5353
| [@vscode/webview-ui-toolkit](https://www.npmjs.com/package/@vscode/webview-ui-toolkit) | 1.2.2 | MIT | git+https://github.com/microsoft/vscode-webview-ui-toolkit.git |
54+
| [add](https://www.npmjs.com/package/add) | 2.0.6 | MIT | https://github.com/ben-ng/add.git |
5455
| [agent-base](https://www.npmjs.com/package/agent-base) | 6.0.2 | MIT | git://github.com/TooTallNate/node-agent-base.git |
5556
| [ansi-to-html](https://www.npmjs.com/package/ansi-to-html) | 0.7.2 | MIT | https://github.com/rburns/ansi-to-html.git |
5657
| [applicationinsights](https://www.npmjs.com/package/applicationinsights) | 2.7.0 | MIT | https://github.com/microsoft/ApplicationInsights-node.js |
@@ -85,7 +86,6 @@ This Software contains code from the following open source projects:
8586
| [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent) | 5.0.1 | MIT | git://github.com/TooTallNate/node-https-proxy-agent.git |
8687
| [inherits](https://www.npmjs.com/package/inherits) | 2.0.4 | ISC | git://github.com/isaacs/inherits |
8788
| [ini](https://www.npmjs.com/package/ini) | 4.1.1 | ISC | https://github.com/npm/ini.git |
88-
| [inversify](https://www.npmjs.com/package/inversify) | 6.0.1 | MIT | https://github.com/inversify/InversifyJS.git |
8989
| [is-arrayish](https://www.npmjs.com/package/is-arrayish) | 0.3.2 | MIT | https://github.com/qix-/node-is-arrayish.git |
9090
| [is-core-module](https://www.npmjs.com/package/is-core-module) | 2.12.1 | MIT | git+https://github.com/inspect-js/is-core-module.git |
9191
| [is-stream](https://www.npmjs.com/package/is-stream) | 2.0.1 | MIT | sindresorhus/is-stream |
@@ -119,6 +119,7 @@ This Software contains code from the following open source projects:
119119
| [triple-beam](https://www.npmjs.com/package/triple-beam) | 1.4.1 | MIT | git+https://github.com/winstonjs/triple-beam.git |
120120
| [tslib](https://www.npmjs.com/package/tslib) | 1.14.1 | 0BSD | https://github.com/Microsoft/tslib.git |
121121
| [tslib](https://www.npmjs.com/package/tslib) | 2.5.0 | 0BSD | https://github.com/Microsoft/tslib.git |
122+
| [undici-types](https://www.npmjs.com/package/undici-types) | 5.25.3 | MIT | git+https://github.com/nodejs/undici.git |
122123
| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
123124
| [uuid](https://www.npmjs.com/package/uuid) | 8.3.2 | MIT | https://github.com/uuidjs/uuid.git |
124125
| [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": "1.2.1",
7+
"version": "1.2.2",
88
"engines": {
99
"vscode": "^1.83.0"
1010
},

0 commit comments

Comments
 (0)