github tektoncd/cli v0.12.0

latest releases: v0.35.2, v0.36.0, v0.35.1...
3 years ago

v0.12.0 Release 🎉

tkn v0.12.0 is a major release that adds compatibility with TektonCD Pipeline 0.15.2 and TektonCD Triggers 0.7.0.

Describe command enhancements include the ability to see Results and Workspaces for the following resources: Pipeline, Task, ClusterTask, PipelineRun, and TaskRun.

Enhancements to start commands include the ability to start ClusterTasks interactively through tkn clustertask start (#1051), a --use-param-defaults flag for tkn clustertask start that uses param defaults if no value is declared through a --param flag, and the ability to use a PodTemplate definition defined in a remote or local file with all start commands (#1088).

To help with issues around debugging EventListeners, an AVAILABLE column has been added to tkn eventlistener list to denote whether an EventListener has deployed successfully.

Please see all additional features and bug fixes in the notes below, and thank you to all contributors to v0.12.0.

ChangeLog 📋

Features ✨

  • #1076 Display results in the output of task/taskrun describe command
  • #1051 ClusterTask start interactive mode
  • #1105 Display Results in the output of ClusterTask describe command
  • #1088 Add Ability to Specify PodTemplate for TaskRun/PipelineRun
  • #1110 Display results in the output of pipeline/pipelinerun describe command
  • #1094 Add --use-param-defaults option for tkn clustertask start
  • #1129 Bump pipeline dep to v0.15.2
  • #1131 Bump triggers dep to v0.7.0
  • #1121 Display workspaces in tkn task/clustertask/taskrun describe command
  • #1109 Modify --use-param-defaults flag for pipeline start command and add e2e test
  • #1142 Display Workspaces in the output of pipeline/pipelinerun describe command

Fixes 🐛

  • #1101 Add New Line for No ClusterTasks found Output
  • #1124 Add Check for Timeout Status for PipelineRun and TaskRun Cancel
  • #1117 Fix the display of 0 Value for Timeout with tkn tr/pr describe
  • #1126 pkg/suggestions: print help and error out
  • #1127 pkg/suggestions: no help on subcommand errors
  • #1098 Add EventListener Status with tkn eventlistener list
  • #1130 Consistent Error Messaging for Triggers Commands
  • #1123 Throw error when deleting tr/pr with non-existing task/pipeline
  • #1134 Copy Over PipelineRun and TaskRun Spec for --last and use run Options
  • #1141 Refactor status formatting
  • #1144 Refactor taskrun description

Misc 🔨

  • #1044 Reorganise cli E2E folder structure
  • #1108 Add Triggers Installation for e2e Tests

Thanks ❤️

Don't miss a new cli release

NewReleases is sending notifications on new releases.