All notable changes to the Secure Credential Store Plug-in for Zowe CLI will be documented in this file.
- BugFix: Add missing npm-shrinkwrap
- BugFix: Use
keyring
module from@zowe/secrets-for-zowe-sdk
as replacement forkeytar
.
- BugFix: Updated semver transitive dependency for technical currency.
- BugFix: Updated minimist transitive dependency for technical currency.
- BugFix: Fixed local prebuilds of Keytar binaries not found at install time.
- BugFix: Added prebuilt Keytar binaries to the package for installation from registry. #53
- BugFix: Pruned dev dependencies from npm-shrinkwrap file.
- BugFix: Included an npm-shrinkwrap file to lock-down all transitive dependencies.
- BugFix: Updated the Readme
- BugFix: Updated the Keytar dependency to v7.7 to be compatible with Node.js v16.
- BugFix: Updated the Keytar and prebuild-install dependencies to make offline install possible for npm@7 users.
- BugFix: Updated the Keytar dependency to v7 to be compatible with Node.js v15.
- BugFix: Provided additional instruction in readme for npm@7 users.
- BugFix: Updated the Keytar dependency to v6 to support Node.js v14. #28
- Enhancement: Added the
scs revert
command. Use the command to revert securely-stored credentials in your user profiles to be stored in plain text. #22 - Enhancement: Changed the
scs update
andscs revert
commands so that they fail if Secure Credential Manager is not enabled. #23
- Update Keytar dependency to support offline installation for Node.js 13. Thanks @tjohnsonBCM
- Bundle Keytar binaries in NPM package so that plugin can be installed offline. Thanks @awharn, @tjohnsonBCM
- Fix error when loading optional secure fields (e.g., "keyPassphrase" in SSH profile). Thanks @tjohnsonBCM
- Support installing the plugin offline if prebuilt Keytar binaries are bundled. Thanks @tjohnsonBCM
- Fix error when deleting secure profile that has no values stored in credential vault. Thanks @tjohnsonBCM
- Set up Jenkins Pipelines
- Tagged package @zowe-v1-lts
- The Secure Credential Store was contributed to Zowe