v0.4.0
TektonCD CLI is a major release that add compatibility with TektonCD Pipeine release v0.7.0 and few other features and bugfixes.
We now provides rpm package in a COPR repository to make it easy to install tektoncd-cli on rpm based distros. See the README for details and other installation methods.
ChangeLog
Features ✨
- #12 - Cancel pipeline run
- #196 - InitParams before arg validation in pipeline start
- #214 Make the resource and param input interactively
- #224 - Sort pipelineruns based on time started with configurable limit kind/bug
- #232 - Add --last to tkn
- #235 - Add delete pipeline command
- #290 - 🎨 Add rainbow colouring of steps label
- #236 - Add delete pipelinerun command
- #237 - Add delete task command
- #238 - Add delete taskrun command
- #334 Bump tektoncd/pipeline to 0.7.x
- #303 - TaskRun Describe Command
Fixes 🐛
- #223 - Fixes 0.6.0 version compatibility issues
- #225 - available subcommands list is missing from help section
- #226 - Fixes show sub commands help section
- #283 - Choose the first pipeline if only one available
- #64 - Fix showing failure reason when specifying -n for a different namespace
Misc 🔨
- #220 - tkn throw errors for array type params kind/bug
- #227 - Auto generate zsh completion
- #229 - Refactor shell completion
- #231 - Add version to release tarball
- #298 - Fix compilation with go1.13