Skip to content

Releases: zowe/zowe-cli

v8.0.0-next.202409111528

11 Sep 15:30
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202409111528 to next

v8.0.0-next.202409091603

09 Sep 16:04
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202409091603 to next

v8.0.0-next.202408271330

27 Aug 13:31
Compare
Choose a tag to compare
Pre-release

Imperative

  • LTS Breaking: #2231
    • Removed the obsolete V1 profiles property from IHandlerParameters interface
    • Deprecated the following obsolete V1 profile interfaces:
      • IProfileTypeConfiguration.dependencies - For team config, use nested profiles instead
      • IProfileTypeConfiguration.validationPlanModule - For team config, validate with JSON schema instead
    • Deprecated the following obsolete V1 profile classes/functions:
      • CliUtils.getOptValueFromProfiles - Use getOptValuesFromConfig instead to load from team config
      • CommandProfiles - Use the V1ProfileRead class if you still need to read V1 profiles

CLI Test Utils

  • BugFix: Removed obsolete V1 profiles property from the parameters object returned by mockHandlerParameters method.

v8.0.0-next.202408261543

26 Aug 15:45
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • BugFix: Updated micromatch dependency for technical currency. #2242

v7.29.1

26 Aug 16:52
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Updated micromatch dependency for technical currency. #2242

v8.0.0-next.202408231832

23 Aug 18:34
Compare
Choose a tag to compare
Pre-release

Imperative

  • LTS Breaking: Fixed command parsing error where string typed options would be converted into numbers if the value provided by the user consists only of numeric characters. #1881
  • LTS Breaking: Renamed Proxy class to ProxySettings to avoid name conflict with JS built-in Proxy object. #2230

v8.0.0-next.202408191401

19 Aug 14:03
Compare
Choose a tag to compare
Pre-release

Imperative

  • Update: See 5.26.3 and 5.27.0 for details

v8.0.0-next.202408131445

13 Aug 14:46
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • Update: See 7.28.3 for details

Imperative

  • Update: See 5.26.2 for details

z/OS Console SDK

  • Update: See 7.28.3 for details

z/OS Files SDK

  • Update: See 7.28.3 for details

z/OS Logs SDK

  • Update: See 7.28.3 for details

Provisioning SDK

  • Update: See 7.28.3 for details

z/OS TSO SDK

  • Update: See 7.28.3 for details

z/OS USS SDK

  • Update: See 7.28.3 for details

Workflows SDK

  • Update: See 7.28.3 for details

z/OSMF SDK

  • Update: See 7.28.3 for details
  • LTS Breaking: Removed the following obsolete V1 profile attributes from ZosmfBaseHandler:
    • mZosmfProfile
    • mZosmfLoadedProfile

CLI Test Utils

  • Update: See 7.28.3 for details

v7.29.0

13 Aug 20:38
Compare
Choose a tag to compare

Imperative

  • BugFix: Modified showMsgWhenDeprecated function to allow an empty string as a parameter when no replacement is available for the deprecated command. When no replacement is available an alternative message will be printed. #2041
  • BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770

z/OS USS SDK

  • BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770
  • Enhancement: SshBaseHandler command processor will now prompt user up to 3 times to enter the correct keyPassphrase in the case that the stored value is incorrect or no value is stored. #1770

v8.0.0-next.202408092029

09 Aug 20:30
Compare
Choose a tag to compare
Pre-release

Imperative

  • BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770

z/OS USS SDK

  • BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770
  • Enhancement: SshBaseHandler command processor will now prompt user up to 3 times to enter the correct keyPassphrase in the case that the stored value is incorrect or no value is stored. #1770