Skip to content

Release v0.11.1

Choose a tag to compare

@github-actions github-actions released this 27 Feb 22:19
c27dd5e

Apps Plugin for the Tanzu CLI

Changes

🐛 Bugs and Regression

  • [Fixed] Do not wait to print workload when using --output in workload create/apply unless --wait or --tail flags are specified (#488)

📓 Full Changelog

v0.11.0...v0.11.1

😎 Install Instructions

macOS

  • Download binary executable tanzu-apps-plugin-darwin-amd64-v0.11.1.tar.gz
mkdir tanzu-apps-plugin-darwin-amd64-v0.11.1
tar -xvf tanzu-apps-plugin-darwin-amd64-v0.11.1.tar.gz -C tanzu-apps-plugin-darwin-amd64-v0.11.1
tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.11.1 --version v0.11.1

Linux

  • Download binary executable tanzu-apps-plugin-linux-amd64-v0.11.1.tar.gz
mkdir tanzu-apps-plugin-linux-amd64-v0.11.1
tar -xvf tanzu-apps-plugin-linux-amd64-v0.11.1.tar.gz -C tanzu-apps-plugin-linux-amd64-v0.11.1
tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.11.1 --version v0.11.1

Windows

  • Download binary executable tanzu-apps-plugin-windows-amd64-v0.11.1.tar.gz
  • Unzip the file tanzu-apps-plugin-windows-amd64-v0.11.1.tar.gz
tanzu plugin install apps --local . --version v0.11.1

NOTE: --local should point to the directory which has discovery and distribution folder in it after unzipping.