v1.3.0-alpha.3
github-actions
released this
19 Apr 23:54
·
54 commits
to main
since this release
Changes by Kind
Feature
- Introduce two experimental fields in the PluginDescriptor, InvokedAs and SupportedContexttype to support plugin-level remapping (#164, @vuil)
- Extend plugin mapping to command-level remapping. Introduce CommandMapEntry which replaces InvokedAs in PluginDescriptor.
- (#177, @vuil)
Miscellaneous
- Add null pointer checks in GetKubeconfigForContext API (#178, @prkalle)
- 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.
What's Changed
- Update feature flags apis by @mpanchajanya in #140
- UX: Updated the output writer with text format by @chandrareddyp in #148
- Add Context sorter to sort by context name then target by @chandrareddyp in #150
- Revert "UX: Updated the output writer with text format (#148)" by @chandrareddyp in #151
- Update spinner API to accept spinner options and spinner text by @chandrareddyp in #149
- Fix: Update spinner api by @chandrareddyp in #154
- Support requesting CustomPath endpoint for kubeconfig with GetKubeconfigForContext API by @anujc25 in #152
- Implement sync threshold values set using env variable TANZU_CLI_LOG_LEVEL by @mpanchajanya in #156
- Refactor Spinner component and Add
SetText
andStartSpinner
APIs by @anujc25 in #157 - Do not return error for
NewOutputWriterSpinner
API by @anujc25 in #159 - Revert "Implement sync threshold values set using env variable TANZU_CLI_LOG_LEVEL" by @mpanchajanya in #158
- Add new target
operations
/ops
by @anujc25 in #163 - Update GetKubeconfigForContext API for kubernetes context by @mpanchajanya in #162
Full Changelog: v1.2.0...v1.3.0-alpha.3