Skip to content

v1.3.0-alpha.3

Compare
Choose a tag to compare
@github-actions 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

Removed

Nothing has changed.

What's Changed

Full Changelog: v1.2.0...v1.3.0-alpha.3