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

Tanzu Framework v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 18:49
· 1644 commits to main since this release
v0.9.0
0a5520c

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 nodepool CRUD operation support for TKGS(vSphere with Kubernetes service) provider (#905, @prkalle)
  • Docker pre-requisite checks now validate that user has sufficient memory and CPU settings selected. Minimum CPU required is 4 and minimum Total Memory is 6GB. (#831, @miclettej)
  • If there's only one possible choice, preselect it and save the user some time (#919, @raymondz1)
  • Kickstart UI now includes an EXPORT CONFIGURATION button on the configuration review page. (#911, @swalner-vmware)

Miscellaneous

  • Ability to provide TMC registration URL has been removed from all provider workflows in Kickstart UI (#995, @miclettej)
  • Adds secret plugin to the default plugin list (#957, @maralavi)
  • Calico 3.19.1 support for ClusterResourceSet (#989, @12345lcr)
  • Optimize cluster upgrade to reduce addons compatibility issues (#959, @blc1996)
  • Removed the deprecated "config show" command. Use config get as an alternative. (#964, @yharish991)
  • Update Scale API to accept a node-pool name, which will scale just the desired node-pool to the desired number of replicas. (#906, @tenczar)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

New Contributors