Release v0.12.0-build.4
Pre-release
Pre-release
Apps Plugin for the Tanzu CLI
Changes
π Features
- [Changed] Updated the Local Source Proxy error messages to change health check as well as workload apply and create output (#576)
π Bugs and Regression
- [Fixed] Do not add Local Source Proxy annotation when it's set from file (#584)
- [Fixed]
subpath
is no longer removed from a workload that was created with Local Source Proxy or source image and is updated from file (#580)
π Full Changelog
v0.12.0-build.3...v0.12.0-build.4
π Install Instructions
macOS
- Download binary executable
tanzu-apps-plugin-darwin-amd64-v0.12.0-build.4.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.12.0-build.4
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.12.0-build.4.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.12.0-build.4
tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.12.0-build.4/darwin/amd64 --version v0.12.0-build.4
Linux
- Download binary executable
tanzu-apps-plugin-linux-amd64-v0.12.0-build.4.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.12.0-build.4
tar -xvf tanzu-apps-plugin-linux-amd64-v0.12.0-build.4.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.12.0-build.4
tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.12.0-build.4/linux/amd64 --version v0.12.0-build.4
Windows
- Download binary executable
tanzu-apps-plugin-windows-amd64-v0.12.0-build.4.tar.gz
- Unzip the file
tanzu-apps-plugin-windows-amd64-v0.12.0-build.4.tar.gz
tanzu plugin install apps --local ./windows/amd64 --version v0.12.0-build.4
NOTE: --local
should point to the directory which has windows/amd64
folder and plugin_manifest.yaml
file in it after unzipping.