Version: v2.13.x LTS
Version 2.13.0 (December 2023)
Version 2.13.0 (December 2023)
Welcome to the Zowe Version 2.13.0 release!
See New features and enhancements for a full list of changes to the functionality. See Bug fixes for a list of issues addressed in this release.
Download v2.13.0 build: Want to try new features as soon as possible? You can download the v2.13.0 build from Zowe.org.
New features and enhancements​
Zowe Version 2.13.0 contains the enhancements that are described in the following topics.
Zowe installation and packaging​
- Added utility
getesm
intobin/utils
. It tells you whichESM
your system is using. (#3662)
Zowe Application Framework​
ZLUX App Server​
- Updated schema to allow
cipher
customization inIANA
format. (#284) - Updated schema to allow
curve
customization. (#284) - Updated defaults to read
TLS
settings andIP
settings from thezowe.network.server
attribute ofZowe.yaml
. (#284)
ZLUX Server Framework​
- Added support for using
zowe.network
andcomponents.app-server.zowe.network
to set listener IP and TLS properties includingmax and min version
,ciphers
, andECDH curves
. (#511)
Zowe Common C​
- Added support for using
zowe.network
andcomponents.zss.zowe.network
to setTLS
version properties. (#411
ZSS​
- Added support for using
zowe.network
andcomponents.zss.zowe.network
to set listenerIP
andTLS
version properties. (#659) - Added support for using
zowe.network
andcomponents.zss.zowe.network
to setcipher
suites. - Changed pattern matching for keyrings to allow more types of keyrings in the future. (#581)
- Consolidated
JWK warnings
into improvedZWES1606W message
. (#663)
Zowe API Mediation Layer​
- CORS is now enabled in default mode with AT-TLS profile. This configuration allows for AT-TLS to allow all origins by default. (#3221)
- Zowe authentication scheme has been added to the Cloud Gateway. (#3214)
- The endpoint
/zaas/zoweJwt
has been added to provide Zowe JWT token for Spring Cloud Gateway. (#3199) - The endpoint
/zaas/zosmf
has been added to provide z/OSMF JWT/LTPA2 token for Spring Cloud Gateway. (#3153) - The endpoint
/zaas/safIdt
has been added to provide the SAF IDT token for Spring Cloud Gateway. (#3220) - z/OSMF scheme in Spring Cloud Gateway is now supported. (#3190)
- Fixes have been applied for Azure JWKS reader. (#3200)
- Additional Discovery Service registration by Spring Cloud Gateway is now supported. (#3181)
- Gateway additional registrations HA (#3127)
- Fetch JWK from OIDC providers. This feature implements a mechanism and new properties in OIDC to configure the JWK keys location obtained according to documentation from the authorization server's metadata. (#3137)
- The following two properties in the zowe.yaml file have been deprecated in the current release as OIDC configuration has become more general:
components.gateway.apiml.security.oidc.clientId
components.gateway.apiml.security.oidc.clientSecret
Zowe CLI​
Zowe CLI (Core)​
- Incorporated all source code from the
zowe/imperative
Github repository into thezowe/zowe-cli
repository for a more streamlined code architecture. This change should have no user impact. (#1821) - Deprecated
getDataSet
in thezosfiles
command group utility functions.getDataSet
will be removed in Zowe V3. Usezosfiles
SDK'sZosFilesUtils.getDataSetFromName
command instead. (#1696)