Skip to content

Commit

Permalink
Merge pull request #3146 from zowe/chore/update-2v3
Browse files Browse the repository at this point in the history
Update Zowe SDKs to v8 & FTP CLI plugin to v3
  • Loading branch information
JillieBeanSim authored Sep 27, 2024
2 parents 4c55d12 + 0e461e1 commit 838f34d
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 106 deletions.
1 change: 1 addition & 0 deletions packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t
- Updated the `TableViewProvider.setTableView` function to show the Zowe Resources panel if a table is provided. If `null` is passed, the Zowe Resources panel will be hidden. [#3113](https://github.com/zowe/zowe-explorer-vscode/issues/3113)
- Fixed behavior of logout action when token is defined in both base profile and parent profile. [#3076](https://github.com/zowe/zowe-explorer-vscode/issues/3076)
- Fixed profile cached by `FileSystemProvider` not refreshing on password change. [#3120](https://github.com/zowe/zowe-explorer-vscode/issues/3120)
- Update Zowe SDKs to `8.0.0` for technical currency.

## `3.0.0-next.202409132122`

Expand Down
18 changes: 9 additions & 9 deletions packages/zowe-explorer-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"dependencies": {
"@types/vscode": "^1.53.2",
"@zowe/core-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/imperative": "8.0.0-next.202408301809",
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-console-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-tso-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-uss-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/imperative": "^8.0.0",
"@zowe/secrets-for-zowe-sdk": "^8.0.0",
"@zowe/zos-console-for-zowe-sdk": "^8.0.0",
"@zowe/zos-files-for-zowe-sdk": "^8.0.0",
"@zowe/zos-jobs-for-zowe-sdk": "^8.0.0",
"@zowe/zos-tso-for-zowe-sdk": "^8.0.0",
"@zowe/zos-uss-for-zowe-sdk": "^8.0.0",
"@zowe/zosmf-for-zowe-sdk": "^8.0.0",
"deep-object-diff": "^1.1.9",
"mustache": "^4.2.0",
"semver": "^7.6.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum

### Bug fixes

- Update Zowe SDKs to `8.0.0` for technical currency.
- Update z/OS FTP Plug-in for Zowe CLI dependency to `3.0.0`.

## `3.0.0-next.202409251932`

### Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/zowe-explorer-ftp-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"vscode": "^1.79.0"
},
"dependencies": {
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-ftp-for-zowe-cli": "3.0.0-next.202407311518",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-files-for-zowe-sdk": "^8.0.0",
"@zowe/zos-ftp-for-zowe-cli": "^3.0.0",
"@zowe/zos-jobs-for-zowe-sdk": "^8.0.0",
"@zowe/zowe-explorer-api": "3.0.0-SNAPSHOT",
"tmp": "0.2.3"
},
Expand Down
1 change: 1 addition & 0 deletions packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Fixed issue where file extensions were removed from data sets, causing language detection to sometimes fail for Zowe Explorer extenders. [#3121](https://github.com/zowe/zowe-explorer-vscode/issues/3121)
- Fixed an issue where copying and pasting a file/folder in the USS tree would fail abruptly, displaying an error. [#3128](https://github.com/zowe/zowe-explorer-vscode/issues/3128)
- Removal of broken VSC command to `Zowe Explorer: Refresh Zowe Explorer`, use VS Code's `Extensions: Refresh` command instead. [#3100](https://github.com/zowe/zowe-explorer-vscode/issues/3100)
- Update Zowe SDKs to `8.0.0` for technical currency. [#3146](https://github.com/zowe/zowe-explorer-vscode/issues/3146)
- Fixed issue where Zowe Explorer would reload the VS Code window during initialization when no config files are present. [#3147](https://github.com/zowe/zowe-explorer-vscode/issues/3147)
- Fixed issue where obsolete credentials persisted for PDS member nodes in Data Sets tree. [#3112](https://github.com/zowe/zowe-explorer-vscode/issues/3112)
- Fixed issue where Search operation did not prompt for credentials if profile contains expired token. [#2259](https://github.com/zowe/zowe-explorer-vscode/issues/2259)
Expand Down
10 changes: 5 additions & 5 deletions packages/zowe-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1830,11 +1830,11 @@
},
"dependencies": {
"@vscode/codicons": "^0.0.35",
"@zowe/core-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/secrets-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-files-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zos-jobs-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/zosmf-for-zowe-sdk": "8.0.0-next.202408301809",
"@zowe/core-for-zowe-sdk": "^8.0.0",
"@zowe/secrets-for-zowe-sdk": "^8.0.0",
"@zowe/zos-files-for-zowe-sdk": "^8.0.0",
"@zowe/zos-jobs-for-zowe-sdk": "^8.0.0",
"@zowe/zosmf-for-zowe-sdk": "^8.0.0",
"@zowe/zowe-explorer-api": "3.0.0-SNAPSHOT",
"dayjs": "^1.11.10",
"fs-extra": "8.0.1",
Expand Down
Loading

0 comments on commit 838f34d

Please sign in to comment.