This repository was archived by the owner on May 18, 2026. It is now read-only.
Release v0.10.0
Apps Plugin for the Tanzu CLI
Changes
๐ Features
- [Added]
--update-strategyflag to allow users to changetanzu apps workload applybehavior when contents from file is applied (#402) - [Added] Ability for users to pass URL for
--fileflag (#395) - [Added] Show fully qualified resource name in the resources column of Supply chain and Delivery sections of the
tanzu apps workload getcommand (#396) - [Added] New short hand flag alias
-afor--app,-efor--env,-ifor--image,-lforlabel,-pfor--paramand-tfor--type(#398) - [Added] Emojis to
tanzu apps workload create/apply/deletecommands (#367) - [Added] Do not print Emojis when
--no-colorflag is set (#362) - [Added] Namespace to
tanzu apps workload getcommand's overview section (#357) - [Added] Progress bar to provide feedback to users when uploading source code to registry (#307)
- [Added] Remove color from tail command output when
--no-colorflag is passed (#405) - [Added] Inclusive terminology scan and update text to comply (#394)
๐ Bugs and Regression
- [Fixed] Fixes tail command output for displaying extra init container log lines (#406)
- [Fixed]
tanzu apps workload tailnot showing all logs (#400)
Deprecations
- The default value for the
--update-strategyflag supported bytanzu apps create/applywill change frommergetoreplacein the release on or after January 10, 2024 - The
tanzu apps workload updatecommand is deprecated marked for removal in the release on or after October 10, 2023. Please usetanzu apps workload applyinstead.
๐งน CI
- [Added] mac-os runner in CI (#397)
- [Added] windows runner in CI (#374)
- [Changed] Fix unit test failure to publish local source code in windows (#350)
- [Changed] Fix unit test failure for
waitflag in windows (#333) - [Changed] Fix unit test failure in windows for archive file (#335)
- [Changed] Fix unit test failure in windows for file path issue in client. (#331)
- [Changed] Fix e2e test to work in both local development and CI (#306)
- [Changed] Survey prompt library and add missing unit tests (#346)
๐ Full Changelog
๐ Install Instructions
macOS
- Download binary executable
tanzu-apps-plugin-darwin-amd64-v0.10.0.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.10.0
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.10.0.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.10.0tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.10.0 --version v0.10.0Linux
- Download binary executable
tanzu-apps-plugin-linux-amd64-v0.10.0.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.10.0
tar -xvf tanzu-apps-plugin-linux-amd64-v0.10.0.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.10.0tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.10.0 --version v0.10.0Windows
- Download binary executable
tanzu-apps-plugin-windows-amd64-v0.10.0.tar.gz - Unzip the file
tanzu-apps-plugin-windows-amd64-v0.10.0.tar.gz
tanzu plugin install apps --local . --version v0.10.0NOTE: --local should point to the directory which has discovery and distribution folder in it after unzipping.