This repository was archived by the owner on May 18, 2026. It is now read-only.
Release v0.8.0
Apps Plugin for the Tanzu CLI
Changes
π Features
- [Added] Indent
workload getandcsc getoutput for better visibility. (#247) - [Added] Display Information when there is no change in local source code. (#233)
- [Added]
healthycolumn toworkload getcommand output. (#237) - [Added] Color coding to
healthycolumn inworkload getcommand output. (#238) - [Added]
--registry-ca-certflag allowing users to pass CA Certificate path to connect to private registry using self-signed certs. (#220) - [Added]
--registry-username,--registry-passwordand--registry-tokenflag that allows users to pass registry credentials essentially removing theappsplugin dependency on docker/docker-credentials-helper. (#220) - [Added]
Overviewsection in the output forworkload get. (#232) - [Added] Column
typeto the output ofworkload listcommand. (#231) - [Changed] Go language based Integration test suite. (#208)
- [Deprecated]
tanzu apps workload updatecommand is deprecated in favor oftanzu apps workload apply.(#229)
π Bugs and Regression
- [Fixed] Delete unused flag
azure-container-registry-configcoming from imgpkg (#201) - [Fixed] Fix
workload list --outputbehavior to show all workloads correctly (#185) - [Fixed] Delete info message pointing to
workload getafter wait error (#192) - [Fixed] Windows local path not retaining directory structures and flattening all file names. This was fixed by upgrading imgpkg to v0.30.0 (#235)
π Full Changelog
π Install Instructions
macOS
- Download binary executable
tanzu-apps-plugin-darwin-amd64-v0.8.0.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.8.0
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.8.0.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.8.0tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.8.0 --version v0.8.0Linux
- Download binary executable
tanzu-apps-plugin-linux-amd64-v0.8.0.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.8.0
tar -xvf tanzu-apps-plugin-linux-amd64-v0.8.0.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.8.0tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.8.0 --version v0.8.0Windows
- Download binary executable
tanzu-apps-plugin-windows-amd64-v0.8.0.tar.gz - Unzip the file
tanzu-apps-plugin-windows-amd64-v0.8.0.tar.gz
tanzu plugin install apps --local . --version v0.8.0NOTE: --local should point to the directory which has discovery and distribution folder in it after unzipping.