Release v0.11.0
Apps Plugin for the Tanzu CLI
Changes
π Features
- [Added] support for
-ojson
and-oyaml
output flag inworkload create/apply
(#460) - [Added] support for hiding progress bar when
--no-color
flag is set (#457) - [Added] Allow users to unset git flags by passing them as empty string (#449)
π Bugs and Regression
- [Fixed] Allow user to pass only git commit for git ref (#423)
- [Fixed] Do not delete subpath when there are updates to source spec (#441)
π Full Changelog
π Install Instructions
macOS
- Download binary executable
tanzu-apps-plugin-darwin-amd64-v0.11.0.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.11.0
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.11.0.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.11.0
tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.11.0 --version v0.11.0
Linux
- Download binary executable
tanzu-apps-plugin-linux-amd64-v0.11.0.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.11.0
tar -xvf tanzu-apps-plugin-linux-amd64-v0.11.0.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.11.0
tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.11.0 --version v0.11.0
Windows
- Download binary executable
tanzu-apps-plugin-windows-amd64-v0.11.0.tar.gz
- Unzip the file
tanzu-apps-plugin-windows-amd64-v0.11.0.tar.gz
tanzu plugin install apps --local . --version v0.11.0
NOTE: --local
should point to the directory which has discovery
and distribution
folder in it after unzipping.