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

Tanzu Framework v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 21:09
· 1617 commits to main since this release
fd96beb

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

  • Bootstrap clusters will be dual-stack when deploying a dual-stack management-cluster. (#819, @christianang)

Feature

  • Added support for local discovery and artifact distribution for CLIPlugin Discovery
    Implemented tanzu builder publish command to publish artifacts and resources for local discovery and distribution (#972, @anujc25)
  • Implemented tanzu plugin sync command to auto-download available plugin for based on CLIPlugin discovery (#1011, @anujc25)

Bug or Regression

  • Kube-vips pamameters in vsphere overlay updated to match new recommended values. (#987, @srm09)

Other (Cleanup or Flake)

  • This is an internal refactor; it does not provide new functionality to the user.
    The TCE edition will want to modify their standalone version. Instead of specifying a build edition of tce-standalone, they should use the build edition of tce and during installation run the command tanzu config set features.management-cluster.standalone-cluster-mode true (#952, @swalner-vmware)

Miscellaneous

  • "tanzu package available list" command will show the latest package version from the ouput. (#948, @danniel1205)
  • Changed to make "package install" and "package repository add" idempotent. Improved "package delete" experience by explicitly naming any related resources being deleted and removing the misleading resource deletion message (#983, @maralavi)
  • Check values file exist before package install & update command executes (#915, @ggpaue)
  • Increases default poll timeout value to prevent failure in package installation (due to time out) when a package installs many other packages (#1020, @maralavi)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

New Contributors