Skip to content

Release v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 21:17
60b424e

Apps Plugin for the Tanzu CLI

Changes

πŸš€ Features

  • [Added] Indent workload get and csc get output for better visibility. (#247)
  • [Added] Display Information when there is no change in local source code. (#233)
  • [Added] healthy column to workload get command output. (#237)
  • [Added] Color coding to healthy column in workload get command output. (#238)
  • [Added] --registry-ca-cert flag allowing users to pass CA Certificate path to connect to private registry using self-signed certs. (#220)
  • [Added] --registry-username, --registry-password and --registry-token flag that allows users to pass registry credentials essentially removing the apps plugin dependency on docker/docker-credentials-helper. (#220)
  • [Added] Overview section in the output for workload get. (#232)
  • [Added] Column type to the output of workload list command. (#231)
  • [Changed] Go language based Integration test suite. (#208)
  • [Deprecated] tanzu apps workload update command is deprecated in favor of tanzu apps workload apply.(#229)

πŸ› Bugs and Regression

  • [Fixed] Delete unused flag azure-container-registry-config coming from imgpkg (#201)
  • [Fixed] Fix workload list --output behavior to show all workloads correctly (#185)
  • [Fixed] Delete info message pointing to workload get after wait error (#192)
  • [Fixed] Windows local path not retaining directory structures and flattening all file names. This was fixed by upgrading imgpkg to v0.30.0 (#235)

πŸ““ Full Changelog

v0.7.0...v0.8.0

😎 Install Instructions

macOS

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

Linux

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

Windows

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

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