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

Tanzu Framework v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 10:49
· 1501 commits to main since this release
v0.13.0
d16b3cc

Tanzu CLI Installation Instructions

If you are installing Tanzu CLI using the artifacts published as part of this release, please follow the instructions.

Known Issues

  • Cluster lifecycle features for AWS provider are not functioning as expected. Please refer issue #1355.

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

  • Fix issue with enabling ceip for tkg management clusters (#1257, @saimanoj01)
  • Fix the issue where where cluster upgrade doesn't timeout and stuck indefinitely (#1229, @prkalle)
  • Version prefix matching changed to exact match when updating TKR compatibility condition (#1139, @prkalle)

Miscellaneous

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/cluster-api/test: v1.0.0 → v1.0.1
  • sigs.k8s.io/cluster-api: v1.0.0 → v1.0.1
  • sigs.k8s.io/controller-runtime: v0.10.2 → v0.10.3

Removed

Nothing has changed.

New Contributors

Full Changelog: v0.12.0...v0.13.0