Release v0.8.0
Apps Plugin for the Tanzu CLI
Changes
π Features
- [Added] Indent
workload get
andcsc get
output for better visibility. (#247) - [Added] Display Information when there is no change in local source code. (#233)
- [Added]
healthy
column toworkload get
command output. (#237) - [Added] Color coding to
healthy
column inworkload get
command output. (#238) - [Added]
--registry-ca-cert
flag allowing users to pass CA Certificate path to connect to private registry using self-signed certs. (#220) - [Added]
--registry-username
,--registry-password
and--registry-token
flag that allows users to pass registry credentials essentially removing theapps
plugin dependency on docker/docker-credentials-helper. (#220) - [Added]
Overview
section in the output forworkload get
. (#232) - [Added] Column
type
to the output ofworkload list
command. (#231) - [Changed] Go language based Integration test suite. (#208)
- [Deprecated]
tanzu apps workload update
command is deprecated in favor oftanzu apps workload apply
.(#229)
π Bugs and Regression
- [Fixed] Delete unused flag
azure-container-registry-config
coming from imgpkg (#201) - [Fixed] Fix
workload list --output
behavior to show all workloads correctly (#185) - [Fixed] Delete info message pointing to
workload get
after 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.0
tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.8.0 --version v0.8.0
Linux
- 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.0
tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.8.0 --version v0.8.0
Windows
- 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.0
NOTE: --local
should point to the directory which has discovery
and distribution
folder in it after unzipping.