This topic contains release notes for Tanzu Application Platform beta.
Release Date: December 13, 2021
New features and changes in this release:
Installation Profiles
The Full profile now includes Supply Chain Security Tools - Store.
The Dev profile now includes:
The Dev profile no longer includes Image Policy Webhook.
Updated Components
The following components have been updated in Tanzu Application Platform v0.4.0:
Renamed Components
Workload Visibility Plugin is renamed Runtime Visibility Plugin.
This release has the following issues:
Convention Service: Convention Service does not currently support self-signed certificates for integrating with a private registry. Support for self-signed certificates is planned for an upcoming release.
Installing Tanzu Application Platform on Google Kubernetes Engine (GKE): When you install Tanzu Application Platform on GKE, Kubernetes control plane can be unavailable for several minutes during the installation. Package installations can enter the ReconcileFailed
state. When API server becomes available, packages try to reconcile to completion.
This can happen on newly provisioned clusters that have not finished GKE API server autoscaling. When GKE scales up an API server, the current Tanzu Application install continues, and any subsequent installs succeed without interruption.
Supply Chain Security Tools - Sign: If all webhook nodes or pods are evicted by the cluster or scaled down, the admission policy blocks any pods from being created in the cluster. To resolve the issue, delete the MutatingWebhookConfiguration
and reapply it when the cluster is stable. For more information, see Supply Chain Security Tools - Sign known issues.
Release Date: November 8, 2021
New features and changes in this release:
Installation Profiles
You can now install Tanzu Application Platform through profiles. The Full profile installs all of the component packages. The Dev profile installs the packages that a developer needs.
For more information, see Installation Profiles and Profiles in Tanzu Application Platform v0.3 and About Tanzu Application Platform Package Profiles.
New Components
The following components are new in Tanzu Application Platform v0.3.0:
Tanzu Packages:
Updated Components
The following components have been updated in Tanzu Application Platform v0.3.0:
This release has the following issues:
When you use the Tanzu Developer Tools for VSCode
extension, delete the workload before performing any of the following actions. This will avoid workload update errors.
Live Update
& Debug
capabilitiesLive Update
& re-starting Live Update
You can do so by performing the following steps: 1. Click the Terminal
menu and select the Run Task
option 2. Type tanzuWorkload delete
in the command palette that appears and hit enter 3. View the Terminal tab to confirm that the Workload has been deleted
Tanzu App CLI Plugin:
tanzu apps workload get
: passing in --output json
along with and the --export
flag will return YAML rather than JSON (support for honoring the --output json
in conjunction with --export
will be added in the next release).tanzu apps workload create/update/apply
: when the --wait
flag has been included and the “Do you want to create this workload?” prompt is declined, the command continues to wait rather exitThis release has the following security issue:
In Learning Center, exported registry credentials are visible across namespaces: Because SecretExport CR allows you to export registry credentials to other namespaces, they are visible to users of those namespaces. VMware recommends that the registry credentials you export give read-only access to the registry and have minimal scope within the registry.
Release Date: October 07, 2021
The following components are new in Tanzu Application Platform v0.2.0:
Tanzu Packages:
Tanzu CLI Plugins:
The following components have been updated in Tanzu Application Platform v0.2.0
This release has the following issues:
tanzu package installed update
with the --install
flag to continue installation.When you use the Tanzu Developer Tools for VSCode
extension, delete the workload before performing any of the following actions. This will avoid workload update errors.
Live Update
& Debug
capabilitiesLive Update
& re-starting Live Update
You can do so by performing the following steps: 1. Click the Terminal
menu and select the Run Task
option 2. Type tanzuWorkload delete
in the command palette that appears and hit enter 3. View the Terminal tab to confirm that the Workload has been deleted
Release Date: September 1, 2021
Initial release