v1.3.0-alpha.4
Pre-release
Pre-release
github-actions
released this
29 Apr 23:14
·
53 commits
to main
since this release
Changes by Kind
Feature
- Extend plugin mapping to command-level remapping. Introduce CommandMapEntry which replaces InvokedAs in PluginDescriptor. (#177, @vuil)
- Enhance GetTanzuContextActiveResource API to include organization name retrieval (#181, @prkalle)
- Fix generate-docs for plugins with command mapping directives (#183, @vuil)
- Fix usage string and aliases of help for commands involved in command-level mapping (#180, @vuil)
Miscellaneous
- Add support for dynamic columns with the OutputWriter's
TableOutputType
output format (#168, @anujc25) - Add the new target
operations
(#163, @anujc25) - Added support to get kubeconfig for kubernetes context for GetKubeconfigForContext API (#162, @mpanchajanya)
- Remove the Upper casing of headers for the
listtable
output type and add padding (#169, @anujc25) - Set command displayname annotation when command is mapped (#165, @vuil)
- The spinner API has been updated to track all active spinners and stop them when the command ends or is terminated by the user. (#170, @chandrareddyp)
- Update GetKubeconfigForContext API to accept Project ID instead of Project Name (#173, @prkalle)
- Update SetTanzuContextActiveResource API and GetTanzuContextActiveResource to use Project ID along with Project Name (#172, @prkalle)
Dependencies
Added
Nothing has changed.
Changed
- github.com/cpuguy83/go-md2man/v2: v2.0.2 → v2.0.3
- github.com/spf13/cobra: v1.7.0 → v1.8.0
Removed
Nothing has changed.