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

Tanzu Framework v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 10:04
· 1516 commits to main since this release
v0.12.0
ff02d46

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

From v0.11.1 release, 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

  • Fix bug to enable setting up proxy for cap* infrastructure controllers. (#1216, @saimanoj01)

Miscellaneous

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.