Skip to content

Commit df8195c

Browse files
committed
doc: update docs for v0.45.0 release
Signed-off-by: Shiv Verma <shverma@redhat.com>
1 parent ce8b7d0 commit df8195c

3 files changed

Lines changed: 30 additions & 23 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.44.0/tkn_0.44.0_Darwin_all.tar.gz)
24+
- Use [released tarball](https://github.com/tektoncd/cli/releases/download/v0.45.0/tkn_0.45.0_Darwin_all.tar.gz)
2525

2626
```shell
2727
# Get the tar.xz
28-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Darwin_all.tar.gz
28+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.45.0/tkn_0.45.0_Darwin_all.tar.gz
2929
# Extract tkn to your PATH (e.g. /usr/local/bin)
30-
sudo tar xvzf tkn_0.44.0_Darwin_all.tar.gz -C /usr/local/bin tkn
30+
sudo tar xvzf tkn_0.45.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.44.0/tkn_0.44.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.45.0/tkn_0.45.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.44.0/tkn_0.44.0_Windows_x86_64.zip -Destination "$HOME/tektoncd/cli/."
53+
Start-BitsTransfer -Source https://github.com/tektoncd/cli/releases/download/v0.45.0/tkn_0.45.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.44.0/tkn_0.44.0_Linux_x86_64.tar.gz)
62+
- [Linux AMD 64](https://github.com/tektoncd/cli/releases/download/v0.45.0/tkn_0.45.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.44.0/tkn_0.44.0_Linux_x86_64.tar.gz
66+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.45.0/tkn_0.45.0_Linux_x86_64.tar.gz
6767
# Extract tkn to your PATH (e.g. /usr/local/bin)
68-
sudo tar xvzf tkn_0.44.0_Linux_x86_64.tar.gz -C /usr/local/bin/ tkn
68+
sudo tar xvzf tkn_0.45.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.44.0/tkn_0.44.0_Linux_aarch64.tar.gz)
71+
- [Linux AARCH 64](https://github.com/tektoncd/cli/releases/download/v0.45.0/tkn_0.45.0_Linux_aarch64.tar.gz)
7272

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

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

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

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

9191
```shell
9292
# Get the tar.gz
93-
curl -LO https://github.com/tektoncd/cli/releases/download/v0.44.0/tkn_0.44.0_Linux_ppc64le.tar.gz
93+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.45.0/tkn_0.45.0_Linux_ppc64le.tar.gz
9494
# Extract tkn to your PATH (e.g. /usr/local/bin)
95-
sudo tar xvzf tkn_0.44.0_Linux_ppc64le.tar.gz -C /usr/local/bin/ tkn
95+
sudo tar xvzf tkn_0.45.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.44.0/tektoncd-cli-0.44.0_Linux-64bit.rpm)
115+
- [Binary RPM package](https://github.com/tektoncd/cli/releases/download/v0.45.0/tektoncd-cli-0.45.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.44.0/tektoncd-cli-0.44.0_Linux-64bit.rpm
120+
rpm -Uvh https://github.com/tektoncd/cli/releases/download/v0.45.0/tektoncd-cli-0.45.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.44.0/tektoncd-cli-0.44.0_Linux-64bit.deb)
138+
- [Binary DEB package](https://github.com/tektoncd/cli/releases/download/v0.45.0/tektoncd-cli-0.45.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.44.0/tektoncd-cli-0.44.0_Linux-64bit.deb
144-
dpkg -i tektoncd-cli-0.44.0_Linux-64bit.deb
143+
curl -LO https://github.com/tektoncd/cli/releases/download/v0.45.0/tektoncd-cli-0.45.0_Linux-64bit.deb
144+
dpkg -i tektoncd-cli-0.45.0_Linux-64bit.deb
145145
```
146146

147147
### NixOS/Nix

releases.md

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

3737
## Releases
3838

39+
### v0.45 (LTS)
40+
41+
- **Latest Release**: [v0.44.0][v0-45-0] (2026-05-12) ([docs][v0-45-0-docs])
42+
- **Initial Release**: [v0.44.0][v0-45-0] (2026-05-12) ([docs][v0-45-0-docs])
43+
- **End of Life**: 2027-05-11
3944

4045
### v0.44 (LTS)
4146

@@ -172,6 +177,7 @@ Older releases are EOL and available on [GitHub][tekton-cli-releases].
172177
[tekton-releases-docs]: tekton/README.md
173178
[release-notes-standards]: https://github.com/tektoncd/community/blob/main/standards.md#release-notes
174179
[tekton-release-process]: RELEASE_PROCESS.md
180+
[v0-45-0]: https://github.com/tektoncd/cli/releases/tag/v0.45.0
175181
[v0-44-0]: https://github.com/tektoncd/cli/releases/tag/v0.44.0
176182
[v0-43-0]: https://github.com/tektoncd/cli/releases/tag/v0.43.0
177183
[v0-42-0]: https://github.com/tektoncd/cli/releases/tag/v0.42.0
@@ -202,6 +208,7 @@ Older releases are EOL and available on [GitHub][tekton-cli-releases].
202208
[v0-27-0]: https://github.com/tektoncd/cli/releases/tag/v0.27.0
203209
[v0-26-0]: https://github.com/tektoncd/cli/releases/tag/v0.26.0
204210
[v0-25-0]: https://github.com/tektoncd/cli/releases/tag/v0.25.0
211+
[v0-45-0-docs]: https://github.com/tektoncd/cli/tree/v0.45.0/docs
205212
[v0-44-0-docs]: https://github.com/tektoncd/cli/tree/v0.44.0/docs
206213
[v0-43-0-docs]: https://github.com/tektoncd/cli/tree/v0.43.0/docs
207214
[v0-42-0-docs]: https://github.com/tektoncd/cli/tree/v0.42.0/docs

tekton/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
- name: github-token-secret-key
105105
value: $(params.github-token-secret-key)
106106
- name: image
107-
value: goreleaser/goreleaser:v2.14.0
107+
value: goreleaser/goreleaser:v2.15.4
108108
- name: flags
109109
value: --timeout=60m
110110
workspaces:

0 commit comments

Comments
 (0)