Skip to content

Release v0.12.0-build.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 18:20
9344335

Apps Plugin for the Tanzu CLI

Changes

πŸš€ Features

  • [Removed] Delete tanzu apps workload update from Apps CLI Plugin subcommands (#541)

πŸ› Bugs and Regression

  • [Fixed] Allow change from Local Source Proxy source to any other source and from other sources to Local Source Proxy (#560)
  • [Fixed] Use url decode in the output message from Local Source Proxy (#547)

πŸ““ Full Changelog

v0.12.0-build.1...v0.12.0-build.2

😎 Install Instructions

macOS

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

Linux

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

Windows

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

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

Known Issues

  • subpath is being removed when updating Local Source Proxy or source image workload from file (#565)