Skip to content

Release v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 22:16
dcac777

Apps Plugin for the Tanzu CLI

Changes

πŸš€ Features

  • [Added] support for -ojson and -oyaml output flag in workload create/apply (#460)
  • [Added] support for hiding progress bar when --no-color flag is set (#457)
  • [Added] Allow users to unset git flags by passing them as empty string (#449)

πŸ› Bugs and Regression

  • [Fixed] Allow user to pass only git commit for git ref (#423)
  • [Fixed] Do not delete subpath when there are updates to source spec (#441)

πŸ““ Full Changelog

v0.10.0...v0.11.0

😎 Install Instructions

macOS

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

Linux

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

Windows

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

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