github tektoncd/cli v0.16.0

latest releases: v0.45.1, v0.44.2, v0.43.2...
5 years ago

v0.16.0 Release 🎉

This release of tkn CLI adds compatibility with pipelines v0.20.1 and triggers v0.11.2. In this release, the auto-completion feature has been reworked with the bump in the cobra library version, adding support for PowerShell, fish, etc also, and giving errors on unexpected shell passed and multiple shells passed together. Support for logs of retried taskruns has also been added and --clustertask flag for deleting all taskruns related to the clustertask along with other bug fixes like tkn version not working without kubeconfig.

Changelog 📋

Features ✨

  • Drop fork of cobra and use latest cobra library #1268
  • Adapt new completion system based on new library version #1268
  • Add support for showing logs of retried taskruns #1262
  • Add support for --clustertask flag with tkn tr delete #1279

Fixes 🐛

  • Fix tkn version not working without kubeconfig #1277
  • tkn completion command will give an error for unexpected arg and more than one arg #1287
  • Update taskrun tests from test builders to structs #1292
  • Update task tests from test builders to structs #1289

Misc 🔨

  • Refactor e2e test script and fix for security contrained environent #1276
  • Do not use tkn version as a check during debian build #1272
  • Fixing clustertask e2e tests #1149
  • Use python3 binary for rpmbuild #1271
  • Add information about homebrew in README #1293
  • Update triggers e2e according to spec changes in latest version #1292
  • Bump pipeline dep to v0.20.1 #1297
  • Bump triggers dep to v0.11.2 #1300

Thanks ❤️

Don't miss a new cli release

NewReleases is sending notifications on new releases.