This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Tanzu Framework v0.8.0
Tanzu CLI Installation Instructions
If you are installing Tanzu CLI using the artifacts published as part of this release, please follow the instructions.
Changes by Kind
Enhancement
- Added CONTROL_PLANE_NODE_NAMESERVERS and WORKER_NODE_NAMESERVERS cluster configuration variable. This allows the user to specify a comma-delimited list of DNS servers to be configured on the control plane and worker node VMs respectively. This is currently supported on vSphere only. (#834, @christianang)
- Added support for cluster lifecycle operations on v1alpha2 based TKGS clusters (#759, @prkalle)
- Tanzu config set features.. <true|false> sets feature flags for a given plugin.
tanzu config set features.global. <true|false> sets feature flags for the entire cli. (#841, @swalner-vmware)
Bug or Regression
- Added check to waits for control-plane nodes to be ready as part of
WaitForClusterReady
implementation (#760, @anujc25) - Allow adding custom root CA certificate for proxy environments with
TKG_PROXY_CA_CERT
.TKG_PROXY_CA_CERT
takes precedence overTKG_CUSTOM_IMAGE_REPOSITORY_CA_CERTIFICATE
for the custom registry. (#918, @anujc25)
Miscellaneous
- Added integration tests for secret plugin, made secret plugin add operation idempotent and changed --server-url flag for "tanzu secret registry add" to --server (#894, @maralavi)
- Deploy secretgen controller as new core addon in tanzu-system namespace when creating or upgrading clusters (#832, @shivaani0505)
- Ship compressed release artifacts, zip bundle for Windows and gzip bundles for macOS/Linux. (#922, @navidshaikh)
- The CLI plugin "imagepullsecret" has been renamed to "secret". Please use "tanzu plugin delete imagepullsecret" to delete the obsolete plugin. (#810, @maralavi)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
New Contributors
- @mamachanko made their first contribution in #897
- @yminnew made their first contribution in #888