Skip to content

Commit

Permalink
Merge pull request #2661 from zowe/release/2.14.0
Browse files Browse the repository at this point in the history
Prepare 2.14.0 release
  • Loading branch information
JillieBeanSim authored Jan 25, 2024
2 parents 12572ed + 8f61b77 commit b75d3d9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.14.0-SNAPSHOT",
"version": "2.14.0",
"command": {
"version": {
"forcePublish": true,
Expand Down
4 changes: 0 additions & 4 deletions packages/eslint-plugin-zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ All notable changes to the "eslint-plugin-zowe-explorer" package will be documen

## TBD Release

### New features and enhancements

### Bug fixes

## `2.13.1`

## `2.13.0`
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t

### Bug fixes

- Added return type for `IZoweUSSTreeNode.openUSS`.
- Added a return type of void for `IZoweUSSTreeNode.openUSS`.
- Fixed use of `this` in static methods in `ZoweVsCodeExtension`. [#2606](https://github.com/zowe/vscode-extension-for-zowe/pull/2606)
- Fixed `ZoweVsCodeExtension.promptUserPass` to not use hardcoded values for user and password. [#2666](https://github.com/zowe/vscode-extension-for-zowe/issues/2666)

Expand Down
4 changes: 0 additions & 4 deletions packages/zowe-explorer-ftp-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum

## TBD Release

### New features and enhancements

### Bug fixes

## `2.13.1`

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen
- Fixed failure to refresh token value after user logs in to authentication. [#2638](https://github.com/zowe/vscode-extension-for-zowe/issues/2638)
- Fixed order of spool files reverses when the Job is expanded and collapsed. [#2644](https://github.com/zowe/vscode-extension-for-zowe/pull/2644)
- Fixed local filtering of jobs to work with SMFID (exec-member field). [#2651](https://github.com/zowe/vscode-extension-for-zowe/pull/2651)
- Fixed tree item labels failing to update after renaming an MVS or USS file or folder. [#2656](https://github.com/zowe/vscode-extension-for-zowe/issues/2656)
- Updated the `@zowe/cli` dependency to address the "blksz to 0 after an Allocate Like" issue. [#2610](https://github.com/zowe/vscode-extension-for-zowe/pull/2610). Thanks @KevinLoesch1
- Fixed unintended behavior in `ProfileUtils.isProfileUsingBasicAuth`. [#2664](https://github.com/zowe/vscode-extension-for-zowe/issues/2664)
- Fixed issue seen after renaming an MVS or USS file or folder. [#2656](https://github.com/zowe/vscode-extension-for-zowe/issues/2656)
- Fixed the recent search job id filter. [#2562](https://github.com/zowe/vscode-extension-for-zowe/issues/2562)

## `2.13.1`
Expand Down
22 changes: 11 additions & 11 deletions packages/zowe-explorer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![codecov](https://codecov.io/gh/zowe/vscode-extension-for-zowe/branch/main/graph/badge.svg)](https://codecov.io/gh/zowe/vscode-extension-for-zowe)
[![slack](https://img.shields.io/badge/chat-on%20Slack-blue)](https://slack.openmainframeproject.org/)

> ## With the removal of keytar shim from VS Code we will be replacing `node-keytar` with `@zowe/secrets-for-zowe-sdk` in the v2.10.0 release to avoid user interruptions. Extenders, please check out the usage [documentation](https://github.com/zowe/vscode-extension-for-zowe/wiki/Secure-Credentials-for-Extenders)
>
> ## v3 Pre-release is now available in our [Github Releases](https://github.com/zowe/vscode-extension-for-zowe/releases) with the removal of v1 profile support. Keep an eye on [changes affecting users and extenders](https://github.com/zowe/vscode-extension-for-zowe/wiki/v3-Changes-for-Users-and-Extenders) for the full list of changes
>
> ## With the removal of the keytar shim from VS Code, we have replaced `node-keytar` with `@zowe/secrets-for-zowe-sdk` in the v2.10.0 release to avoid user interruptions. Extenders, please check out the usage [documentation](https://github.com/zowe/vscode-extension-for-zowe/wiki/Secure-Credentials-for-Extenders)
## Introduction

Expand Down Expand Up @@ -108,7 +108,7 @@ The first time profiles are used you will be prompted for user name and password

### Updating securely stored credentials

Securing credentials for v1 profiles and secure fields in the team configuration file are handled by the Zowe Imperative dependency. To update securely stored user names and passwords in Zowe Explorer, the user can right click the profile and select **Update Credentials**. This prompts the user for the new credentials and the secure credentials vault is updated.
Securing credentials for v1 profiles and secure fields in the team configuration file are handled by the Zowe Imperative dependency. To update securely stored user names and passwords in Zowe Explorer, the user can right click the profile and select **Manage Profile**, then **Update Credentials** from the drop down list. This prompts the user for the new credentials and the secure credentials vault is updated.

### Editing team configuration file

Expand Down Expand Up @@ -169,8 +169,8 @@ If the token for your base profile is no longer valid, you can log in again to g
- The feature supports only API Mediation Layer at the moment. Other extenders may use a different authentication service.

1. Open VS Code and select the Zowe Explorer icon in the **Side Bar**.
2. Right-click your profile.
3. Select the **Log in to Authentication Service** option.
2. Right-click your profile and select **Manage Profile**.
3. Select the **Log in to Authentication Service** option from the drop down list.

You are prompted to enter your username and password.

Expand All @@ -181,8 +181,8 @@ If you do not want to store your token, you can request the server to end your s
1. Open Zowe Explorer.
2. Hover over **DATA SETS**, **USS**, or **JOBS**.
3. Click the **+** icon.
4. Right-click your profile.
5. Select the **Log out from Authentication Service** option.
4. Right-click your profile and select **Manage Profile**..
5. Select the **Log out from Authentication Service** option from the drop down list.

Your token has been successfully invalidated.

Expand All @@ -192,15 +192,15 @@ Your token has been successfully invalidated.

- **Syntax Highlighting:** Zowe Explorer supports syntax highlighting for data sets. You can search for and install such extensions in VS Code Marketplace.

- **Update a profile**: Right-click a profile, select the **Update Profile** option, and modify the information inside the profile.
- **Update a profile**: Right-click a profile, select the **Manage Profile** option then select **Edit Profile** option from drop down list, and modify the information inside the profile.

- **Delete a profile**: For Zowe V1 profiles, right-click a profile and select the **Delete Profile** option to permanently delete the profile and delete the profile from your `.zowe` folder.
- **Delete a profile**: For Zowe V1 profiles, right-click a profile and select the **Manage Profile** then select **Delete Profile** option from the drop down list to permanently delete the profile and delete the profile from your `.zowe` folder.

For Zowe V2 profiles, **Delete Profile** opens the `zowe.config.json` file for the user to delete the profile manually:
For Zowe V2 profiles, the **Delete Profile** option opens the `zowe.config.json` file for the user to delete the profile manually:

![Delete a V2 profile](/docs/images/ZE-v2-delete-profile.gif)

- **Hide a profile**: You can hide a profile from the profile tree by right-clicking the profile and selecting the **Hide Profile** option. To unhide the profile, click the **+** button and select the profile from the quick pick list.
- **Hide a profile**: You can hide a profile from the profile tree by right-clicking the profile and selecting the **Manage Profile** and then select **Hide Profile** option from the drop down menu. Finally, if the profile is in multiple trees, choose whether the to hide from all trees or just the tree the action was started in. To unhide the profile, click the **+** button and select the profile from the quick pick list.

- **Open recent members**: Zowe Explorer lets you open a list of members you worked on earlier. You can access the list by pressing `Ctrl`+`Alt`+`R` (Windows) or `Command`+`Option`+`R` (Mac).

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11636,7 +11636,7 @@ vite-plugin-checker@^0.6.2:
vscode-languageserver-textdocument "^1.0.1"
vscode-uri "^3.0.2"

vite@^4.4.12:
vite@^4.5.2:
version "4.5.2"
resolved "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82"
integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==
Expand Down

0 comments on commit b75d3d9

Please sign in to comment.