Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Release v0.6.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 20:27
207cc4f

Apps Plugin for the Tanzu CLI

Changes

πŸš€ Features

  • [Added] Adding source info from workload spec to workload get command output (#74)
  • [Added] Add support for subPath for source (#65)
  • [Added] Add support for --output flag to workloads list command (#59)
  • [Removed] Removing label selector column in clustersupplychain list command (#48)

πŸ› Bugs and Regression

  • [Fixed] Update output for list when there are no workloads (#73)
  • [Fixed] Error message for empty kubeconfig and non-exist context (#62)
  • [Fixed] Log-sink verbosity level for error (#60)
  • [Fixed] Fixed incorrect error message for workload create (#54)

πŸ““ Full Changelog

v0.5.1...v0.6.0

😎 Install Instructions

  • Download binary executable tanzu-apps-plugin-[OS_ARCH]-v0.6.0.tar.gz
  • Run the following commands(for example for macOS)
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.6.0.tar.gz
tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.6.0 --version v0.6.0