From 1c398c54f332305d8a8626e2f3eb61046e469e0c Mon Sep 17 00:00:00 2001 From: Daniel Helfand Date: Wed, 30 Sep 2020 14:27:46 -0500 Subject: [PATCH] update README to v0.13.0 --- README.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 97a1c4f3ff..a01fcc6f83 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Download the latest binary executable for your operating system: brew install tektoncd/tools/tektoncd-cli ``` - - Or by the [released tarball](https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Darwin_x86_64.tar.gz): + - Or by the [released tarball](https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Darwin_x86_64.tar.gz): ```shell # Get the tar.xz - curl -LO https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Darwin_x86_64.tar.gz + curl -LO https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Darwin_x86_64.tar.gz # Extract tkn to your PATH (e.g. /usr/local/bin) - sudo tar xvzf tkn_0.12.1_Darwin_x86_64.tar.gz -C /usr/local/bin tkn + sudo tar xvzf tkn_0.13.0_Darwin_x86_64.tar.gz -C /usr/local/bin tkn ``` * Windows @@ -42,7 +42,7 @@ Download the latest binary executable for your operating system: - Or by the released zip file in the instructions below: - - Uncompress the [zip file](https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Windows_x86_64.zip) + - Uncompress the [zip file](https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Windows_x86_64.zip) - Add the location of where the executable is to your `Path` by opening `Control Panel>System and Security>System>Advanced System Settings` - Click on `Environment Variables`, select the `Path` variable, and click `Edit` - Click `New` and add the location of the uncompressed zip to the `Path` @@ -50,40 +50,40 @@ Download the latest binary executable for your operating system: #### Linux tarballs -* [Linux AMD 64](https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_x86_64.tar.gz) +* [Linux AMD 64](https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_x86_64.tar.gz) ```shell # Get the tar.xz - curl -LO https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_x86_64.tar.gz + curl -LO https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_x86_64.tar.gz # Extract tkn to your PATH (e.g. /usr/local/bin) - sudo tar xvzf tkn_0.12.1_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn + sudo tar xvzf tkn_0.13.0_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn ``` -* [Linux ARM 64](https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_arm64.tar.gz) +* [Linux ARM 64](https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_arm64.tar.gz) ```shell # Get the tar.xz - curl -LO https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_arm64.tar.gz + curl -LO https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_arm64.tar.gz # Extract tkn to your PATH (e.g. /usr/local/bin) - sudo tar xvzf tkn_0.12.1_Linux_arm64.tar.gz -C /usr/local/bin/ tkn + sudo tar xvzf tkn_0.13.0_Linux_arm64.tar.gz -C /usr/local/bin/ tkn ``` -* [Linux IBM Z](https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_s390x.tar.gz) +* [Linux IBM Z](https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_s390x.tar.gz) ```shell # Get the tar.gz - curl -LO https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_s390x.tar.gz + curl -LO https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_s390x.tar.gz # Extract tkn to your PATH (e.g. /usr/local/bin) - sudo tar xvzf tkn_0.12.1_Linux_s390x.tar.gz -C /usr/local/bin/ tkn + sudo tar xvzf tkn_0.13.0_Linux_s390x.tar.gz -C /usr/local/bin/ tkn ``` -* [Linux IBM P](https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_ppc64le.tar.gz) +* [Linux IBM P](https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_ppc64le.tar.gz) ```shell # Get the tar.gz - curl -LO https://github.com/tektoncd/cli/releases/download/v0.12.1/tkn_0.12.1_Linux_ppc64le.tar.gz + curl -LO https://github.com/tektoncd/cli/releases/download/v0.13.0/tkn_0.13.0_Linux_ppc64le.tar.gz # Extract tkn to your PATH (e.g. /usr/local/bin) - sudo tar xvzf tkn_0.12.1_Linux_ppc64le.tar.gz -C /usr/local/bin/ tkn + sudo tar xvzf tkn_0.13.0_Linux_ppc64le.tar.gz -C /usr/local/bin/ tkn ``` @@ -106,12 +106,12 @@ Download the latest binary executable for your operating system: dnf install tektoncd-cli ``` - * [Binary RPM package](https://github.com/tektoncd/cli/releases/download/v0.12.1/tektoncd-cli-0.12.1_Linux-64bit.rpm) + * [Binary RPM package](https://github.com/tektoncd/cli/releases/download/v0.13.0/tektoncd-cli-0.13.0_Linux-64bit.rpm) On any other RPM based distros, you can install the rpm directly: ```shell - rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.12.1/tektoncd-cli-0.12.1_Linux-64bit.rpm + rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.13.0/tektoncd-cli-0.13.0_Linux-64bit.rpm ``` #### Linux Debs @@ -129,13 +129,13 @@ Download the latest binary executable for your operating system: The PPA may work with older releases, but that hasn't been tested. - * [Binary DEB package](https://github.com/tektoncd/cli/releases/download/v0.12.1/tektoncd-cli-0.12.1_Linux-64bit.deb) + * [Binary DEB package](https://github.com/tektoncd/cli/releases/download/v0.13.0/tektoncd-cli-0.13.0_Linux-64bit.deb) On any other Debian or Ubuntu based distro, you can simply install the binary package directly with `dpkg`: ```shell - curl -LO https://github.com/tektoncd/cli/releases/download/v0.12.1/tektoncd-cli-0.12.1_Linux-64bit.deb - dpkg -i tektoncd-cli-0.12.1_Linux-64bit.deb + curl -LO https://github.com/tektoncd/cli/releases/download/v0.13.0/tektoncd-cli-0.13.0_Linux-64bit.deb + dpkg -i tektoncd-cli-0.13.0_Linux-64bit.deb ``` # Source install