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

Tanzu Framework v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 19:31
· 1723 commits to main since this release
v0.6.0

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

  • Adds reconciliation wait for package plugin repository operations and package update; also adds progress indicators for repository operations. (#390, @maralavi)
  • Adds imagepullsecret update command (#700, @maralavi)
  • Adds configurability to the worker machine count of management clusters (#645, @saji-pivotal)

Bug or Regression

  • Fixes the default worker machine count of prod management clusters to 3 (#645, @saji-pivotal)
  • Fixes bug where scale operation would scale user created MachineDeployments in a cluster to zero. Workers are now distributed evenly across all MachineDeployments in the cluster. (#537, @tenczar)
  • [Bug-fix]: Addon controller correctly waits for api-resources it depends on. (#635, @vijaykatam)

Miscellaneous

  • Bump kapp controller to version 0.25.0 (#731, @shivaani0505)
  • Change version flag in package update to an optional flag (#768, @maralavi)
  • For tanzu package repository commands, auto detects the repository URL input. If the URL doesn't contain a tag, use the latest release semver as tag. (#766, @blc1996)

Dependencies

Added

  • github.com/cppforlife/color: 6706ac4
  • github.com/k14s/semver/v4: 266d47a

Changed

Removed

  • github.com/blang/semver/v4: v4.0.0

New Contributors