Skip to content

Releases: vmware-tanzu/apps-cli-plugin

Release v0.13.0

16 Oct 21:04
48923f6
Compare
Choose a tag to compare

Apps Plugin for the Tanzu CLI

Changes

๐Ÿš€ Features

  • [Added] Add --delay flag to adjust the time to prevent premature exit before supply chain is ready when waiting (#652)

๐Ÿ““ Full Changelog

v0.12.0...v0.13.0

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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

Release v0.13.0-build.1

13 Oct 21:05
111d547
Compare
Choose a tag to compare
Pre-release

Apps Plugin for the Tanzu CLI

Changes

๐Ÿš€ Features

  • [Added] Add --delay flag to adjust the time to prevent premature exit before supply chain is ready when waiting (#652)

๐Ÿ““ Full Changelog

v0.12.1...v0.13.0-build.1

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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

Release v0.12.1

13 Jun 19:10
9b8761b
Compare
Choose a tag to compare

Apps Plugin for the Tanzu CLI

Changes

๐Ÿ› Bugs and Regression

  • [Fixed] the regression where subpath from the --file input was added to the workload while using that with the --local-path option. (#598)

๐Ÿ““ Full Changelog

v0.12.0...v0.12.1

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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

Release v0.12.0

09 Jun 17:02
8783fd7
Compare
Choose a tag to compare

Apps Plugin for the Tanzu CLI

Changes

๐Ÿš€ Features

  • [Changed] Update Tanzu CLI to v0.90.0 (#593)
  • [Changed] Updated the Local Source Proxy error messages to change health check as well as workload apply and create output (#576)
  • [Removed] Delete tanzu apps workload update from Apps CLI Plugin subcommands (#541)
  • [Added] Check Local Source Proxy health when creating or updating a workload (#535)
  • [Added] Use Tanzu CLI Core v0.90.x and Plugin Runtime with new core structure (#534)
  • [Added] Add new local-source-proxy health command to check Local Source Proxy status (#524)
  • [Added] Add autocompletion for workload type (#516)
  • [Changed] Upgrade to go v1.20 (#508)
  • [Added] Default workload type to web (#498)
  • [Changed] Delete prompt that was asking for confirmation to publish into local registry (#492)
  • [Added] Add -e as shorthand for --export flag (#486)
  • [Added] Add Git revision in tanzu apps workload get (#485)
  • [Added] Add client side in Apps CLI Plugin for Local Source Proxy (#470)

๐Ÿ› Bugs and Regression

  • [Fixed] Do not add Local Source Proxy annotation when it's set from file (#584)
  • [Fixed] subpath is no longer removed from a workload that was created with Local Source Proxy or source image and is updated from file (#580)
  • [Fixed] Adds validations to check if multiple sources come via flags in workload create and workload apply (#568)
  • [Fixed] Allow change from Local Source Proxy source to any other source and from other sources to Local Source Proxy (#560)
  • [Fixed] Use url decode in the output message from Local Source Proxy (#547)
  • [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.12.0-build.4...v0.12.0

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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

Release v0.12.0-build.4

01 Jun 17:28
af0e78f
Compare
Choose a tag to compare
Pre-release

Apps Plugin for the Tanzu CLI

Changes

๐Ÿš€ Features

  • [Changed] Updated the Local Source Proxy error messages to change health check as well as workload apply and create output (#576)

๐Ÿ› Bugs and Regression

  • [Fixed] Do not add Local Source Proxy annotation when it's set from file (#584)
  • [Fixed] subpath is no longer removed from a workload that was created with Local Source Proxy or source image and is updated from file (#580)

๐Ÿ““ Full Changelog

v0.12.0-build.3...v0.12.0-build.4

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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

Release v0.12.0-build.3

24 May 15:22
fd35b06
Compare
Choose a tag to compare
Pre-release

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)

Release v0.12.0-build.2

15 May 18:20
9344335
Compare
Choose a tag to compare
Pre-release

Apps Plugin for the Tanzu CLI

Changes

๐Ÿš€ Features

  • [Removed] Delete tanzu apps workload update from Apps CLI Plugin subcommands (#541)

๐Ÿ› Bugs and Regression

  • [Fixed] Allow change from Local Source Proxy source to any other source and from other sources to Local Source Proxy (#560)
  • [Fixed] Use url decode in the output message from Local Source Proxy (#547)

๐Ÿ““ Full Changelog

v0.12.0-build.1...v0.12.0-build.2

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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

Known Issues

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

Release v0.12.0-build.1

26 Apr 20:53
f7f81e8
Compare
Choose a tag to compare
Pre-release

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.

Release v0.11.1

27 Feb 22:19
c27dd5e
Compare
Choose a tag to compare

Apps Plugin for the Tanzu CLI

Changes

๐Ÿ› Bugs and Regression

  • [Fixed] Do not wait to print workload when using --output in workload create/apply unless --wait or --tail flags are specified (#488)

๐Ÿ““ Full Changelog

v0.11.0...v0.11.1

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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

Release v0.11.0

30 Jan 22:16
dcac777
Compare
Choose a tag to compare

Apps Plugin for the Tanzu CLI

Changes

๐Ÿš€ Features

  • [Added] support for -ojson and -oyaml output flag in workload create/apply (#460)
  • [Added] support for hiding progress bar when --no-color flag is set (#457)
  • [Added] Allow users to unset git flags by passing them as empty string (#449)

๐Ÿ› Bugs and Regression

  • [Fixed] Allow user to pass only git commit for git ref (#423)
  • [Fixed] Do not delete subpath when there are updates to source spec (#441)

๐Ÿ““ Full Changelog

v0.10.0...v0.11.0

๐Ÿ˜Ž Install Instructions

macOS

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

Linux

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

Windows

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

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