Skip to content

Release v0.12.0-build.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 May 15:22
fd35b06

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 create and workload 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.3
tanzu plugin install apps --local ./tanzu-apps-plugin-darwin-amd64-v0.12.0-build.3/darwin/amd64 --version v0.12.0-build.3

Linux

  • 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.3
tanzu plugin install apps --local ./tanzu-apps-plugin-linux-amd64-v0.12.0-build.3/linux/amd64 --version v0.12.0-build.3

Windows

  • 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.3

NOTE: --local should point to the directory which has windows/amd64 folder and plugin_manifest.yaml file in it after unzipping.

Known Issues

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