This topic contains release notes for Tanzu Application Platform v1.5.
Release Date: April 11, 2023
- Introduces
AuthServer
CORS API that enables configuration of allowed HTTP origins. This is useful for public clients, such as single-page apps. - Introduces an API for filtering external roles, groups, and memberships across OpenID, LDAP, and SAML identity providers
in
AuthServer
resource into theroles
claim of the resulting identity token. For more information, see Roles claim filtering. - Introduces mapping of users' roles, filtered and propagated in the identity
token's
roles
claim, into scopes of the access token. For access tokens that are in the JWT format, the resulting scopes are part of the access token'sscope
claim, if theClientRegistration
contains the scopes. For more information, see Configure authorization. - Introduces default access token scopes for user's authentication by using an identity provider. For more information, see Default authorization scopes.
- Introduces standardized client authentication methods to
ClientRegistration
custom resource. For more information, see ClientRegistration.
- ClusterImagePolicy resync is triggered every 10 hours to get updated values from KMS.
cert-manager.tanzu.vmware.com
has upgraded to cert-managerv1.11.0
. For more information, see cert-manager GitHub repository.
This release has the following breaking changes, listed by area and component.
- The default
ClusterBuilder
now uses the Ubuntu Jammy (22.04) instead of Bionic (18.04) stack, ensure that your workloads can be built and run on Jammy.
This release has the following security fixes, listed by area and component.
The following issues, listed by area and component, are resolved in this release.
- Resolves redirect URI issue with insecure http redirection on TKGm clusters.
This release has the following known issues, listed by area and component.
- When using auto-tls, on by default, DomainMapping resources must have names that are less than 63 characters. Otherwise, the DomainMapping fails to become ready due to
CertificateNotReady
.
The following features, listed by component, are deprecated. Deprecated features will remain on this list until they are retired from Tanzu Application Platform.
ClientRegistration
resourceclientAuthenticationMethod
field valuespost
andbasic
are deprecated. Useclient_secret_post
andclient_secret_basic
instead.
- This component is deprecated in this release and is replaced by Cartographer Conventions. Cartographer Conventions implements the
conventions.carto.run
API that includes all the features that were available in the Convention Controller component.