This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Tanzu Framework v0.11.1
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
Deprecation
API-driven context aware plugin discovery has been enabled which adds context-awareness to the CLI in the Tanzu CLI
Following are the deprecated commands to install plugins
tanzu plugin repo update -b tanzu-cli-framework core
tanzu plugin install --local tanzu/cli all
and replaced by
tanzu plugin sync
which installs plugins from the OCI bucket.
Warning:
With context-aware plugin discovery enabled by default, context-aware plugins like (cluster, kubernetes-release) are discovered when a user is logged in to a management cluster. Users logged in to the management-cluster version before v1.5.0 will require to upgrade their management-cluster to use cluster and kubernetes-release commands.
Bug or Regression
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.