v1.4.0
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 consistenttanzu <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
- Document details about ARM64 support. (#776, @marckhouzam)
- Update
packages.vmware.com
topackages-prod.broadcom.com
(#780, @marckhouzam)
🐛 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
- github.com/vmware-tanzu/tanzu-plugin-runtime: v1.3.0 → v1.4.1
Removed
- github.com/juju/fslock: 4d5c94c
New Contributors
- @warango4 made their first contribution in #705
- @mshipkovenski made their first contribution in #784
Full Changelog: v1.3.0...v1.4.0