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

Tanzu Framework v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 01:46
· 1801 commits to main since this release
98525fc

Changes by Kind

Enhancement

  • Allow packages to be installed into GKE clusters (#588, @scothis)
  • When running on vSphere with Avi load balancer enabled the Pinniped Supervisor and Dex Services will use LoadBalancer as Service type (#161, @benjaminapetersen)

Bug or Regression

  • Community edition docker provider cluster name required
    • Community edition CLI command equivalent in UI now correct (#608, @jpmcb)
  • Fixes the cluster provider templates for TKGS to not include resources related to the MachineHealthChecks and Capabilties (#618, @prkalle)
  • Updated the supported kubernetes version matrix for v1.5 management clusters which was blocking the workload cluster creation for v1.5 management-cluster (#607, @prkalle)
  • Tanzu package installed get && tanzu package installed list will show version of installed package from status attribute of PackageInstall CR (#601, @vijaykatam)

Other (Cleanup or Flake)

  • Controllers now output build version information in one of the first lines printed in the log (#594, @imikushin)

Uncategorized

  • Added capability to create a resource in the server via the standard input. e.g.: cat <file> | tanzu example-resource create -f - (#509, @pgandigesang)
  • Fixed the input format for API Token in the login command flow. Previously this field was visible to users. Now marking it as sensitive. (#455, @giri-varma)
  • Tanzu CLI initialization installs these plugins:
    "login", "pinniped-auth", "cluster", "management-cluster", "kubernetes-release", "package" (#555, @vuil)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.