Skip to content

Releases: tektoncd/cli

v0.41.1

14 Jul 09:43
v0.41.1
a7e6eb3
Compare
Choose a tag to compare

v0.41.1 Release 🎉

This is a bugfix release which comes with a patch fix for tkn logs command where there was a deadlock when following logs for pipelineruns and taskruns.

Fixes 🐛

  • Fix deadlock issue when following logs #2556

Thanks ❤️

Full Changelog: v0.41.0...v0.41.1

v0.41.0

20 May 13:52
v0.41.0
3fa7cdf
Compare
Choose a tag to compare

v0.41.0 Release 🎉

This release comes with support for Pipelines LTS v1.0.0, Triggers v0.32.0, Chains v0.25.1 and Hub v1.21.0 CLI. Also in this release, couple of dependencies have been bumped to their respective stable versions.

Removal Notice ❗

Support for ClusterTask has been removed in this release #2523

ChangeLog 📋

Misc 🔨

Thanks ❤️

Full Changelog: v0.40.0...v0.41.0

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 ❤️