This repository was archived by the owner on May 18, 2026. It is now read-only.
Release v0.9.0
Apps Plugin for the Tanzu CLI
Changes
π Features
- [Added] Update tanzu cli to v0.25.0 (#319)
- [Added] Emojis to the
workload getoutput (#280) - [Added] Updates pod section in
workload getoutput to resemblekubectl getcommand (#292) - [Added] Support for environment variable values as flags values (#269)
- [Added] Pass maven artifact through flags (#259)
- [Added] Delivery resource information on
workload getoutput (#258) - [Added] Supply chain output details to
workload getresponse (#250) - [Added] Support for local registry to CI (#252)
- [Removed] Display of deliverable resource in Supply chain section of the
workload getcommand #261) - [Removed] Coupling between CLI code base and e2e test framework (#267)
- [Upgrade] Go1.19 (#304)
- [Changed] Moved workload to overview and remove status (#295)
π Bugs and Regression
- [Fixed] Adds additional validation for source comparison (#311)
- [Fixed] Handles writing crds to cached folder (#262)
- [Fixed] Validate namespace exists when create/apply a workload (#294)
- [Fixed] Recognize maven
typeflag (#284) - [Fixed] Remove display of
typefield in maven source when its null or empty (#279) - [Fixed] Hide ready message when empty (#264)
- [Fixed] Hide healthcondition when there is no message (#255)
- [Fixed] Update appearance of supply chain resource output from faint to normal when resource is present (#254)
- [Fixed] As an app dev, I can tab to autocomplete flag names for any command (#318)
π Full Changelog
π Install Instructions
macOS
- Download binary executable
tanzu-apps-plugin-darwin-amd64-v0.9.0.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.9.0
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.9.0.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.9.0tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.9.0 --version v0.9.0Linux
- Download binary executable
tanzu-apps-plugin-linux-amd64-v0.9.0.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.9.0
tar -xvf tanzu-apps-plugin-linux-amd64-v0.9.0.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.9.0tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.9.0 --version v0.9.0Windows
- Download binary executable
tanzu-apps-plugin-windows-amd64-v0.9.0.tar.gz - Unzip the file
tanzu-apps-plugin-windows-amd64-v0.9.0.tar.gz
tanzu plugin install apps --local . --version v0.9.0NOTE: --local should point to the directory which has discovery and distribution folder in it after unzipping.