Skip to content

Releases: tektoncd/cli

v0.40.0

26 Feb 03:32
v0.40.0
994290b
Compare
Choose a tag to compare

v0.40.0 Release 🎉

This release comes with support for Pipelines LTS v0.68.0, Triggers v0.31.0, Chains v0.24.0 and Hub v1.20.0 CLI. This release contains bug fix around logs and list commands of pipelinerun and taskrun.

ChangeLog 📋

Fixes 🐛

Misc 🔨

New Contributors

Thanks ❤️

Full Changelog: v0.39.0...v0.40.0

v0.37.1

10 Feb 04:10
v0.37.1
edd1eb3
Compare
Choose a tag to compare

v0.37.1 Release 🎉

This is a bug fix release for CVEs GHSA-w32m-9786-jp63 on golang.org/x/net and GHSA-v778-237x-gjrc on golang.org/x/crypto.

ChangeLog 📋

Misc 🔨

  • Bump golang.org/x/net from 0.30.0 to 0.33.0 #2473
  • Bump golang.org/x/crypto from 0.28.0 to 0.31.0 #2447

v0.35.3

10 Feb 09:40
v0.35.3
e1f738e
Compare
Choose a tag to compare

v0.35.3 Release 🎉

This is a bug fix release for CVEs GHSA-w32m-9786-jp63 on golang.org/x/net and GHSA-v778-237x-gjrc on golang.org/x/crypto.

ChangeLog 📋

Misc 🔨

  • Bump golang.org/x/net from 0.30.0 to 0.33.0 #2473
  • Bump golang.org/x/crypto from 0.28.0 to 0.31.0 #2447

v0.39.1

30 Jan 19:44
v0.39.1
89164c1
Compare
Choose a tag to compare

v0.39.1 Release 🎉

This is a bug fix release for CVEs GHSA-w32m-9786-jp63 on golang.org/x/net and GHSA-v778-237x-gjrc on golang.org/x/crypto.

ChangeLog 📋

Misc 🔨

  • Bump golang.org/x/net from 0.30.0 to 0.33.0 #2473
  • Bump golang.org/x/crypto from 0.28.0 to 0.31.0 #2447

v0.38.2

30 Jan 15:43
v0.38.2
6fe77fe
Compare
Choose a tag to compare

v0.38.2 Release 🎉

This is a bug fix release for CVEs GHSA-w32m-9786-jp63 on golang.org/x/net and GHSA-v778-237x-gjrc on golang.org/x/crypto.

ChangeLog 📋

Misc 🔨

  • Bump golang.org/x/net from 0.30.0 to 0.33.0 #2473
  • Bump golang.org/x/crypto from 0.28.0 to 0.31.0 #2447

v0.39.0

26 Nov 10:34
v0.39.0
cb2f679
Compare
Choose a tag to compare

v0.39.0 Release 🎉

This release comes with support for Pipelines LTS v0.65.0, Triggers v0.30.0, Chains v0.23.0 and Hub v1.19.0 CLI. This release contains bug fix around bundle and export commands, with UX improvements.

ChangeLog 📋

Fixes 🐛

  • Use io.ReadFull to read the bundle content by @vdemeester in #2433
  • refactor export function and add finalizers to be removed by @chmouel in #2427
  • Set status to succeeded when the reason is Completed by @chmouel in #2420

Misc 🔨

New Contributors

Thanks ❤️

Full Changelog: v0.38.0...v0.39.0

v0.38.1

10 Sep 13:08
v0.38.1
1da09c0
Compare
Choose a tag to compare

v0.38.1 Release 🎉

This is a bug fix release as tkn start was failing with tkn version v0.38.0 release and old(er) pipeline version. This release comes with Pipelines v0.62.3 and Triggers version v0.29.1

ChangeLog 📋

Misc 🔨

  • Bump tektoncd/pipeline to v0.62.3 #2392
  • Bump github.com/tektoncd/triggers from 0.29.0 to 0.29.1 #2394

v0.38.0

21 Aug 15:21
v0.38.0
0891e96
Compare
Choose a tag to compare

v0.38.0 Release 🎉

This release comes with support for Pipelines LTS v0.62.0, Triggers v0.29.0, Chains v0.22.0 and Hub v1.18.0 CLI. This release contains a new command tkn customrun delete <customrun-name> to delete customruns, enhancement to show resource with yaml separator --- in list commands and a couple of dependency bumps.

ChangeLog 📋

Features ✨

Fixes 🐛

Misc 🔨

Thanks ❤️

v0.37.0

13 May 09:26
v0.37.0
f8b6dc0
Compare
Choose a tag to compare

v0.37.0 Release 🎉

This release comes with support for Pipelines LTS v0.59.0, Triggers v0.27.0, Chains v0.20.0 and Hub v1.17.0 CLI. This release contains a feature to have exit code 0 or 1 or 2 based on PipelineRun status in pipeline start and pipelinerun logs command by providing -E flag and a couple of dependency bumps

ChangeLog 📋

Features ✨

  • Add -E flag to exit with the pr state on unix shell by @chmouel in #2298

Misc 🔨

Thanks ❤️

v0.35.2

25 Mar 14:00
v0.35.2
3ece707
Compare
Choose a tag to compare

v0.35.2 Release 🎉

This is a patch release addressing an issue regarding tkn logs command is used with -f when a pipelinerun containing retries is in progress

ChangeLog 📋

Misc 🔨

  • Fix logs command not showing logs aaa589a

Thanks ❤️