Skip to content

Release v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 20:24
2c35214

Apps Plugin for the Tanzu CLI

Changes

๐Ÿš€ Features

  • [Added] --update-strategy flag to allow users to change tanzu apps workload apply behavior when contents from file is applied (#402)
  • [Added] Ability for users to pass URL for --file flag (#395)
  • [Added] Show fully qualified resource name in the resources column of Supply chain and Delivery sections of the tanzu apps workload get command (#396)
  • [Added] New short hand flag alias -a for --app, -e for --env, -i for --image, -l for label, -p for --param and -t for --type (#398)
  • [Added] Emojis to tanzu apps workload create/apply/delete commands (#367)
  • [Added] Do not print Emojis when --no-color flag is set (#362)
  • [Added] Namespace to tanzu apps workload get command's overview section (#357)
  • [Added] Progress bar to provide feedback to users when uploading source code to registry (#307)
  • [Added] Remove color from tail command output when --no-color flag is passed (#405)
  • [Added] Inclusive terminology scan and update text to comply (#394)

๐Ÿ› Bugs and Regression

  • [Fixed] Fixes tail command output for displaying extra init container log lines (#406)
  • [Fixed] tanzu apps workload tail not showing all logs (#400)

Deprecations

  • The default value for the --update-strategy flag supported by tanzu apps create/apply will change from merge to replace in the release on or after January 10, 2024
  • The tanzu apps workload update command is deprecated marked for removal in the release on or after October 10, 2023. Please use tanzu apps workload apply instead.

๐Ÿงน CI

  • [Added] mac-os runner in CI (#397)
  • [Added] windows runner in CI (#374)
  • [Changed] Fix unit test failure to publish local source code in windows (#350)
  • [Changed] Fix unit test failure for wait flag in windows (#333)
  • [Changed] Fix unit test failure in windows for archive file (#335)
  • [Changed] Fix unit test failure in windows for file path issue in client. (#331)
  • [Changed] Fix e2e test to work in both local development and CI (#306)
  • [Changed] Survey prompt library and add missing unit tests (#346)

๐Ÿ““ Full Changelog

v0.9.0...v0.10.0

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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