v1.4.0-rc.0
Pre-release
Pre-release
github-actions
released this
11 Jul 22:35
·
48 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.
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 consistenttanzu <plugin>
(#781, @marckhouzam) - Hide the
tanzu init
command which is no longer performing any actual initialization. (#773, @marckhouzam)
📄 Documentation
- Document details about ARM64 support. (#776, @marckhouzam)
- Update
packages.vmware.com
topackages-prod.broadcom.com
(#780, @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.0
Removed
Nothing has changed.
New Contributors
- @warango4 made their first contribution in #705
- @mshipkovenski made their first contribution in #784
Full Changelog: v1.3.0...v1.4.0-rc.0