Skip to content

Commit 57f5665

Browse files
pratap0007tekton-robot
authored andcommitted
Update CLI docs for v0.44.0 release
signed-off-by: Shiv Verma <shverma@redhat.com>
1 parent 698d2ea commit 57f5665

5 files changed

Lines changed: 35 additions & 26 deletions

File tree

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Download the latest binary executable for your operating system.
2121
brew install tektoncd-cli
2222
```
2323

24-
- Use [released tarball](https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Darwin_all.tar.gz)
24+
- Use [released tarball](https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Darwin_all.tar.gz)
2525

2626
```shell
2727
# Get the tar.xz
28-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Darwin_all.tar.gz
28+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Darwin_all.tar.gz
2929
# Extract tkn to your PATH (e.g. /usr/local/bin)
30-
sudo tar xvzf tkn_0.43.0_Darwin_all.tar.gz -C /usr/local/bin tkn
30+
sudo tar xvzf tkn_0.44.0_Darwin_all.tar.gz -C /usr/local/bin tkn
3131
```
3232

3333
### Windows
@@ -44,13 +44,13 @@ choco install tektoncd-cli --confirm
4444
scoop install tektoncd-cli
4545
```
4646

47-
- Use [Powershell](https://docs.microsoft.com/en-us/powershell) [released zip](https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Windows_x86_64.zip)
47+
- Use [Powershell](https://docs.microsoft.com/en-us/powershell) [released zip](https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Windows_x86_64.zip)
4848

4949
```powershell
5050
#Create directory
5151
New-Item -Path "$HOME/tektoncd/cli" -Type Directory
5252
# Download file
53-
Start-BitsTransfer -Source https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Windows_x86_64.zip -Destination "$HOME/tektoncd/cli/."
53+
Start-BitsTransfer -Source https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Windows_x86_64.zip -Destination "$HOME/tektoncd/cli/."
5454
# Uncompress zip file
5555
Expand-Archive $HOME/tektoncd/cli/*.zip -DestinationPath C:\Users\Developer\tektoncd\cli\.
5656
#Add to Windows `Environment Variables`
@@ -59,40 +59,40 @@ Expand-Archive $HOME/tektoncd/cli/*.zip -DestinationPath C:\Users\Developer\tekt
5959

6060
### Linux tarballs
6161

62-
- [Linux AMD 64](https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_x86_64.tar.gz)
62+
- [Linux AMD 64](https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_x86_64.tar.gz)
6363

6464
```shell
6565
# Get the tar.xz
66-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_x86_64.tar.gz
66+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_x86_64.tar.gz
6767
# Extract tkn to your PATH (e.g. /usr/local/bin)
68-
sudo tar xvzf tkn_0.43.0_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn
68+
sudo tar xvzf tkn_0.44.0_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn
6969
```
7070

71-
- [Linux AARCH 64](https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_aarch64.tar.gz)
71+
- [Linux AARCH 64](https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_aarch64.tar.gz)
7272

7373
```shell
7474
# Get the tar.xz
75-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_aarch64.tar.gz
75+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_aarch64.tar.gz
7676
# Extract tkn to your PATH (e.g. /usr/local/bin)
77-
sudo tar xvzf tkn_0.43.0_Linux_aarch64.tar.gz -C /usr/local/bin/ tkn
77+
sudo tar xvzf tkn_0.44.0_Linux_aarch64.tar.gz -C /usr/local/bin/ tkn
7878
```
7979

80-
- [Linux IBM Z](https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_s390x.tar.gz)
80+
- [Linux IBM Z](https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_s390x.tar.gz)
8181

8282
```shell
8383
# Get the tar.gz
84-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_s390x.tar.gz
84+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_s390x.tar.gz
8585
# Extract tkn to your PATH (e.g. /usr/local/bin)
86-
sudo tar xvzf tkn_0.43.0_Linux_s390x.tar.gz -C /usr/local/bin/ tkn
86+
sudo tar xvzf tkn_0.44.0_Linux_s390x.tar.gz -C /usr/local/bin/ tkn
8787
```
8888

89-
- [Linux IBM P](https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_ppc64le.tar.gz)
89+
- [Linux IBM P](https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_ppc64le.tar.gz)
9090

9191
```shell
9292
# Get the tar.gz
93-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Linux_ppc64le.tar.gz
93+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_ppc64le.tar.gz
9494
# Extract tkn to your PATH (e.g. /usr/local/bin)
95-
sudo tar xvzf tkn_0.43.0_Linux_ppc64le.tar.gz -C /usr/local/bin/ tkn
95+
sudo tar xvzf tkn_0.44.0_Linux_ppc64le.tar.gz -C /usr/local/bin/ tkn
9696
```
9797

9898
### Linux RPMs
@@ -112,12 +112,12 @@ dnf copr enable chmouel/tektoncd-cli
112112
dnf install tektoncd-cli
113113
```
114114

115-
- [Binary RPM package](https://github.com/tektoncd/cli/releases/download/v0.43.0/tektoncd-cli-0.43.0_Linux-64bit.rpm)
115+
- [Binary RPM package](https://github.com/tektoncd/cli/releases/download/v0.44.0/tektoncd-cli-0.44.0_Linux-64bit.rpm)
116116

117117
On any other RPM based distros, you can install the rpm directly:
118118

119119
```shell
120-
rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.43.0/tektoncd-cli-0.43.0_Linux-64bit.rpm
120+
rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.44.0/tektoncd-cli-0.44.0_Linux-64bit.rpm
121121
```
122122

123123
### Linux Debs
@@ -135,13 +135,13 @@ sudo apt update && sudo apt install -y tektoncd-cli
135135

136136
The PPA may work with older releases, but that hasn't been tested.
137137

138-
- [Binary DEB package](https://github.com/tektoncd/cli/releases/download/v0.43.0/tektoncd-cli-0.43.0_Linux-64bit.deb)
138+
- [Binary DEB package](https://github.com/tektoncd/cli/releases/download/v0.44.0/tektoncd-cli-0.44.0_Linux-64bit.deb)
139139

140140
On any other Debian or Ubuntu based distro, you can simply install the binary package directly with `dpkg`:
141141

142142
```shell
143-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.43.0/tektoncd-cli-0.43.0_Linux-64bit.deb
144-
dpkg -i tektoncd-cli-0.43.0_Linux-64bit.deb
143+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tektoncd-cli-0.44.0_Linux-64bit.deb
144+
dpkg -i tektoncd-cli-0.44.0_Linux-64bit.deb
145145
```
146146

147147
### NixOS/Nix

choco/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ To update this package to a newer version of `tkn`, the following updates should
3232

3333
- Edit the version property in [tektoncd-cli.nuspec](./tektoncd-cli.nuspec#L5) to the latest available version of `tkn`.
3434
- Change the [version in the download url for the Windows `tkn` zip](./tools/chocolateyinstall.ps1#L4) to the latest available version of `tkn`.
35-
- Update the [checksum for the package](./tools/chocolateyinstall.ps1#L11) by getting the sha256 of the zip file. Example: `Get-FileHash '.\tkn_0.43.0_Windows_x86_64.zip'`. The zip can be downloaded using the release download url from GitHub; just remember to change the version numbers in the url: https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Windows_x86_64.zip.
35+
- Update the [checksum for the package](./tools/chocolateyinstall.ps1#L11) by getting the sha256 of the zip file. Example: `Get-FileHash '.\tkn_0.44.0_Windows_x86_64.zip'`. The zip can be downloaded using the release download url from GitHub; just remember to change the version numbers in the url: https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Windows_x86_64.zip.
3636
- Run `choco pack` in the `choco` directory to build the package
3737
- Run `choco push` to push the built package and make it available for download (NOTE: You will need permissions to push the package/to be authenticated. Reach out to [@danielhelfand](https://github.com/danielhelfand) for more details.)

choco/tektoncd-cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>tektoncd-cli</id>
5-
<version>0.43.0</version>
5+
<version>0.44.0</version>
66
<title>Tekton CLI (tkn)</title>
77
<authors>Tekton authors, see https://github.com/tektoncd/cli/graphs/contributors</authors>
88
<projectUrl>https://github.com/tektoncd/cli</projectUrl>

choco/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
33
$packageName = 'tektoncd-cli'
4-
$url64 = 'https://github.com/tektoncd/cli/releases/download/v0.43.0/tkn_0.43.0_Windows_x86_64.zip'
4+
$url64 = 'https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Windows_x86_64.zip'
55

66
$packageArgs = @{
77
packageName = $packageName
88
unzipLocation = $toolsDir
99
url64bit = $url64
1010
softwareName = 'tektoncd-cli*'
11-
checksum64 = 'c57dc0f0e97414a7482cb9a420d47eab85410903fabc072925edb09691f0aadc'
11+
checksum64 = 'ad85940171d3c75b6161956b5080741d067398614405831cb0f9654667867c9e'
1212
checksumType64 = 'sha256'
1313
}
1414

releases.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Further documentation available:
3636

3737
## Releases
3838

39+
40+
### v0.44 (LTS)
41+
42+
- **Latest Release**: [v0.44.0][v0-44-0] (2026-02-23) ([docs][v0-44-0-docs])
43+
- **Initial Release**: [v0.44.0][v0-44-0] (2026-02-23) ([docs][v0-44-0-docs])
44+
- **End of Life**: 2027-02-22
45+
3946
### v0.43 (LTS)
4047

4148
- **Latest Release**: [v0.43.0][v0-43-0] (2025-11-21) ([docs][v0-43-0-docs])
@@ -165,6 +172,7 @@ Older releases are EOL and available on [GitHub][tekton-cli-releases].
165172
[tekton-releases-docs]: tekton/README.md
166173
[release-notes-standards]: https://github.com/tektoncd/community/blob/main/standards.md#release-notes
167174
[tekton-release-process]: RELEASE_PROCESS.md
175+
[v0-44-0]: https://github.com/tektoncd/cli/releases/tag/v0.44.0
168176
[v0-43-0]: https://github.com/tektoncd/cli/releases/tag/v0.43.0
169177
[v0-42-0]: https://github.com/tektoncd/cli/releases/tag/v0.42.0
170178
[v0-41-1]: https://github.com/tektoncd/cli/releases/tag/v0.41.1
@@ -194,6 +202,7 @@ Older releases are EOL and available on [GitHub][tekton-cli-releases].
194202
[v0-27-0]: https://github.com/tektoncd/cli/releases/tag/v0.27.0
195203
[v0-26-0]: https://github.com/tektoncd/cli/releases/tag/v0.26.0
196204
[v0-25-0]: https://github.com/tektoncd/cli/releases/tag/v0.25.0
205+
[v0-44-0-docs]: https://github.com/tektoncd/cli/tree/v0.44.0/docs
197206
[v0-43-0-docs]: https://github.com/tektoncd/cli/tree/v0.43.0/docs
198207
[v0-42-0-docs]: https://github.com/tektoncd/cli/tree/v0.42.0/docs
199208
[v0-41-1-docs]: https://github.com/tektoncd/cli/tree/v0.41.1/docs

0 commit comments

Comments
 (0)