Skip to content

v1.4.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 22:35
· 48 commits to main since this release
d4ed21c

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

✨ Features

  • Add official support for the asdf package manager (MacOS and Linux) (#787, @marckhouzam)
  • Support entry-specific active context type check in command mapping (#783, @vuil)

🐛 Bug Fixes

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

♻️ Deprecations

  • Deprecate the plugin invocation form tanzu kubernetes <plugin> in favour 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)

📄 Documentation

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

Nothing has changed.

New Contributors

Full Changelog: v1.3.0...v1.4.0-rc.0