Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 22:48
6074427

Apps Plugin for the Tanzu CLI

Changes

πŸš€ Features

  • [Added] Update tanzu cli to v0.25.0 (#319)
  • [Added] Emojis to the workload get output (#280)
  • [Added] Updates pod section in workload get output to resemble kubectl get command (#292)
  • [Added] Support for environment variable values as flags values (#269)
  • [Added] Pass maven artifact through flags (#259)
  • [Added] Delivery resource information on workload get output (#258)
  • [Added] Supply chain output details to workload get response (#250)
  • [Added] Support for local registry to CI (#252)
  • [Removed] Display of deliverable resource in Supply chain section of the workload get command #261)
  • [Removed] Coupling between CLI code base and e2e test framework (#267)
  • [Upgrade] Go1.19 (#304)
  • [Changed] Moved workload to overview and remove status (#295)

πŸ› Bugs and Regression

  • [Fixed] Adds additional validation for source comparison (#311)
  • [Fixed] Handles writing crds to cached folder (#262)
  • [Fixed] Validate namespace exists when create/apply a workload (#294)
  • [Fixed] Recognize maven type flag (#284)
  • [Fixed] Remove display of type field in maven source when its null or empty (#279)
  • [Fixed] Hide ready message when empty (#264)
  • [Fixed] Hide healthcondition when there is no message (#255)
  • [Fixed] Update appearance of supply chain resource output from faint to normal when resource is present (#254)
  • [Fixed] As an app dev, I can tab to autocomplete flag names for any command (#318)

πŸ““ Full Changelog

v0.8.0...v0.9.0

😎 Install Instructions

macOS

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

Linux

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

Windows

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

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