Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 22:10
· 39 commits to main since this release

Tanzu CLI Installation Instructions

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

Users are advised to uninstall older pre-release versions of the Tanzu CLI prior to installing this version.

Changes by Kind

✨ Features

  • Add official support for the asdf package manager (MacOS and Linux) (#787, @marckhouzam)
  • Add support to update the CSP issuer to TCSP (#793, @prkalle)
  • Deprecate the plugin invocation form tanzu kubernetes <plugin> in favor of the shorter and more consistent tanzu <plugin> (#781, @marckhouzam)
  • Hide the tanzu init command which is no longer performing any actual initialization. (#773, @marckhouzam)
  • Respect command mapping for the help command for plugins (#777, @marckhouzam)
  • Support Activating plugins on Plugin Group Publish/Activation (#794, @anujc25)
  • Support entry-specific active context type check in command mapping (#783, @vuil)

📄 Documentation

🐛 Bug Fixes

  • Show the description of the latest (instead of oldest) version of a plugin in the tanzu plugin search output. (#769, @marckhouzam)
  • Respect command mapping for the help command for plugins (#777, @marckhouzam)

Dependencies

Added

  • github.com/alexflint/go-filemutex: v1.3.0
  • github.com/anujc25/tablewriter: v0.0.1
  • github.com/r3labs/sse/v2: v2.10.0
  • gopkg.in/cenkalti/backoff.v1: v1.1.0

Changed

Removed

New Contributors

Full Changelog: v1.3.0...v1.4.0