v8.8.1
·
1849 commits
to master
since this release
Imperative
- BugFix: Fixed an issue where the
ProfileInfo.profileManagerWillLoadmethod failed if profiles were not yet read from disk. #2284 - BugFix: Fixed an issue where the
ProfileInfo.onlyV1ProfilesExistmethod could wrongly return true when V2 profiles exist. #2311- Deprecated the static method
ProfileInfo.onlyV1ProfilesExistand replaced it with anonlyV1ProfilesExistinstance method on theProfileInfoclass.
- Deprecated the static method
- BugFix: Fixed an issue where the
ConvertV1Profiles.convertmethod may create team configuration files in the wrong directory if the environment variableZOWE_CLI_HOMEis set. #2312 - BugFix: Fixed an issue where the Imperative Event Emitter would fire event callbacks for the same app that triggered the event. #2279
- BugFix: Fixed an issue where the
ProfileInfo.updateKnownPropertymethod could rewrite team config file to disk without any changes when storing secure value. #2324