Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Release v0.11.0

Compare
Choose a tag to compare
@tce-automation tce-automation released this 29 Mar 13:00
16a1647

We are delighted to present version v0.11.0 of Tanzu Community Edition. We look forward to you downloading it, installing it, using it, and opening issues in this repository if you encounter any problems or have ideas on building an even better experience.

For information about our user community resources, visit our project landing site.

A big thank you to everyone who contributed to the release!

Major Changes

Tanzu Mission Control (TMC) and TCE Compatibility

For the TCE v0.11.0 release, management clusters now are able to be registered to TMC.

Experimental Arm Support For Unmanaged Clusters

Experimental support for Darwin ARM (Apple M1) on unmanaged clusters is implemented in limited form. WARNING: For this experimental version only Calico CNI is supported (not Antrea), and the following packages are known to NOT include ARM images: External-dns, Cartographer, cert-injection webhook, Grafana, Harbor, whereabouts, prometheus, and kpack.

Enhancements to unmanaged-cluster Plugin

Additional enhancements to the Unmanaged Cluster Plugin (Alpha release). Changes include:

  • users can provide their own kind config which enables deeper customization for the kind provider
  • unmanaged-cluster diagnostics collection
  • allowing users to set number of nodes for unmanaged-clusters
  • meaningful exit codes for create unmanaged cluster
  • saving kind config during cluster creation for unmanaged-cluster creation
  • has additional general goodness all around 😀

Experimental Application Toolkit Package

Experimental Application Toolkit Package enables the below capabilities:

  • Enables users to install a set of application lifecycle related packages together with a single command and single configuration file
  • Enables users to create tanzu workloads from their source code in a github repo

This is an experimental package, and we would love to get your feedback on the feature.

Known Issues

  • A race condition exists within TCE when creating CAPD clusters. In some cases, creation of a CAPD cluster will fail as several components of the cluster reach a state where they are waiting on each other to complete. To work around this issue, delete the cluster and try again.

Deprecation & Removal Notices

Since we are currently shipping versions pre-v1.0.0, backward compatibility with prior releases is best effort at this time. This is a notice that prior releases may not function as intended.

Removal Notice

standalone-cluster has been deprecated in v0.10.0 and removed from the source tree in this v0.11.0 release.

Upgrading the CLI (Client Binaries Only)

Download the latest release, and run the install.sh / install.bat script within the package.

Full Changelog From Latest Minor Release

Can be found here: v0.10.0...v0.11.0