Release v0.12.0-build.3
Pre-release
Pre-release
Apps Plugin for the Tanzu CLI
Changes
π Features
- [Added] Use Tanzu CLI Core v0.90.x and Plugin Runtime with new core structure (#534)
π Bugs and Regression
- [Fixed] Adds validations to check if multiple sources come via flags in
workload createandworkload apply(#568)
π Full Changelog
v0.12.0-build.2...v0.12.0-build.3
π Install Instructions
macOS
- Download binary executable
tanzu-apps-plugin-darwin-amd64-v0.12.0-build.3.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.12.0-build.3
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.12.0-build.3.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.12.0-build.3tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.12.0-build.3/darwin/amd64 --version v0.12.0-build.3Linux
- Download binary executable
tanzu-apps-plugin-linux-amd64-v0.12.0-build.3.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.12.0-build.3
tar -xvf tanzu-apps-plugin-linux-amd64-v0.12.0-build.3.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.12.0-build.3tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.12.0-build.3/linux/amd64 --version v0.12.0-build.3Windows
- Download binary executable
tanzu-apps-plugin-windows-amd64-v0.12.0-build.3.tar.gz - Unzip the file
tanzu-apps-plugin-windows-amd64-v0.12.0-build.3.tar.gz
tanzu plugin install apps --local ./windows/amd64 --version v0.12.0-build.3NOTE: --local should point to the directory which has windows/amd64 folder and plugin_manifest.yaml file in it after unzipping.
Known Issues
subpathis being removed when updating Local Source Proxy or source image workload from file (#565)