Skip to content

Releases: tektoncd/cli

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

v0.36.0

20 Mar 13:16
v0.36.0
e0dddfb
Compare
Choose a tag to compare

v0.36.0 Release 🎉

This release comes with support for Pipelines v0.57.0, Triggers v0.26.0, Chains v0.20.0 and Hub v1.16.0 CLI. This release contains couple of bug fixes such as we can now stream logs from PipelineRun having retries specified. Also when pushing the bundle, we can use -l or --label to set labels in the config JSON of the image.

ChangeLog 📋

Features ✨

  • Add labeling support to tkn bundle push #2257

Fixes 🐛

  • Fix triggertemplate describe command breaks backward compatibility #2244
  • Fix logs command not showing logs #2251

Misc 🔨

  • Prepare setup for moving e2e to kind #2259
  • Bump docs to latest v0.35.0 #2239
  • Drafted a basic doc for tkn-plugins to resolve issue #1273 #2255
  • Updated the README.md with prerequisites required for running the tests. #2226
  • Bump golang.org/x/term from 0.16.0 to 0.17.0 #2240
  • Bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.0 in /tools #2241
  • Bump github.com/golangci/golangci-lint from 1.56.0 to 1.56.1 in /tools #2242
  • Bump readme for v0.35.1 #2246
  • Bump github.com/tektoncd/pipeline from 0.56.0 to 0.56.1 #2247
  • Bump knative.dev/serving from 0.38.6 to 0.39.0 #2248
  • Bump k8s.io/cli-runtime from 0.26.13 to 0.26.14 #2249
  • Bump github.com/golangci/golangci-lint from 1.56.1 to 1.56.2 in /tools #2250
  • Bump go.uber.org/zap from 1.26.0 to 1.27.0 #2254
  • Bump github.com/tektoncd/pipeline from 0.56.1 to 0.57.0 #2253
  • Bump github.com/sigstore/sigstore from 1.8.1 to 1.8.2 #2258
  • Bump golangci-lint to v0.56.2 #2260
  • Bump golang.org/x/term from 0.17.0 to 0.18.0 https://github.comtektoncd/cli/pull/2261
  • Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.4+incompatible #2263
  • Bump github.com/go-jose/go-jose/v3 from 3.0.2 to 3.0.3 #2266
  • Bump github.com/docker/cli from 25.0.3+incompatible to 25.0.4+incompatible #2264
  • Bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.2 #2262
  • Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 #2265
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools #2267
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #2268
  • Bump golang to 1.21 as minimum requirement #2269
  • Bump github.com/google/go-containerregistry from 0.19.0 to 0.19.1 #2270
  • Bump k8s.io/cli-runtime from 0.26.14 to 0.26.15 #2271

Thanks ❤️