Skip to content

Commit f2fb7a4

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v2.0.2-preview (#1167)
## packages/databricks-vscode ## (2024-04-03) * Add currently selected python environment to path for wheel builds (#1159) ([2128013](2128013)), closes [#1159](#1159) * Add extension name to the private preview terms and conditions popup (#1144) ([5370f04](5370f04)), closes [#1144](#1144) * Bump databricks cli to v0.216.0 (#1166) ([fdd0a17](fdd0a17)), closes [#1166](#1166) * Fixes to initialisation UI (#1160) ([77267f4](77267f4)), closes [#1160](#1160) * Ignore stderr for validate and summary commands (#1151) ([3780ec4](3780ec4)), closes [#1151](#1151) * Rename some things (#1146) ([450b002](450b002)), closes [#1146](#1146) * Use packaged CLI if a cli path is not specified in .databrickscfg profile (#1150) ([2cff68e](2cff68e)), closes [#1150](#1150) ## packages/databricks-vscode-types ## (2024-04-03) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Kartik Gupta <[email protected]> Co-authored-by: kartikgupta-db <[email protected]>
1 parent fdd0a17 commit f2fb7a4

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
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.1",
3+
"version": "2.0.2",
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.0.2-preview
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-04-03)
6+
17
# Release: v2.0.1-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.1",
3+
"version": "2.0.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release: v2.0.2-preview
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-04-03)
6+
7+
- Fix: Add currently selected python environment to path for wheel builds.
8+
- Fix: Add extension name to the private preview terms and conditions popup.
9+
- Bump databricks cli to v0.216.0.
10+
- Revamp the welcome views so that users can see all the critical actions in all scenarios.
11+
- Fix: Ignore stderr for validate and summary commands
12+
- Fix: Use packaged CLI if a cli path is not specified in .databrickscfg profile
13+
114
# Release: v2.0.1-preview
215

316
## packages/databricks-vscode

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.1",
7+
"version": "2.0.2",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)