Skip to content

Release v0.12.0-build.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 20:53
f7f81e8

Apps Plugin for the Tanzu CLI

Changes

πŸš€ Features

  • [Added] Add client side in Apps CLI Plugin for Local Source Proxy (#470)
  • [Added] Check Local Source Proxy health when creating or updating a workload (#535)
  • [Added] Add new local-source-proxy health command to check Local Source Proxy status (#524)
  • [Added] Add autocompletion for workload type (#516)
  • [Added] Add Git revision in tanzu apps workload get (#485)
  • [Added] Add -e as shorthand for --export flag (#486)
  • [Added] Default workload type to web (#498)
  • [Changed] Upgrade to go v1.20 (#508)
  • [Changed] Delete prompt that was asking for confirmation to publish into local registry (#492)

πŸ› Bugs and Regression

  • [Fixed] Do not fail when waiting to apply workload changes (#533)
  • [Fixed] Handle 2xx status as healthy for Local Source Proxy (#530)
  • [Fixed] Add max log requests for Stern tailer (#522)
  • [Fixed] Do not panic with wait error for wait/tail commands (#497)

πŸ““ Full Changelog

v0.11.1...v0.12.0-build.1

😎 Install Instructions

macOS

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

Linux

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

Windows

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

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