v0.10.0 Release π
TektonCD CLI 0.10.0 is a major release that adds compatibility with TektonCD
Pipeline 0.13.0 and TektonCD Triggers 0.5.0 with v1beta1 support for commands
and with backward compatibility for v1alpha1.
We have a new shiny new task start interactive π¨π»βπ³, improved the describe
commands π and provide an interactive prompt for Pipelineruns and Taskruns π¦ΈββοΈ
among other features, fixes and cleanups π§π½ββοΈ
ChangeLog
Features β¨
- #987 Task start interactive mode
- #890 Provides an interactive Prompt to select a PipelineRun/TaskRun
- #935 Add Task start E2E tests
- #947 Improve get pipelines version func
- #981 Add triggers version info to the version command
- #962 Add Task timeout and params in Pipeline Desc
- #971 Add no-headers and all-namespaces flags for
resource list
- #960 Provides
--last
option of thedescribe
of PipelineRun/TaskRun to describe the most recent PipelineRun/TaskRun - #991 Display conditions in the pipeline describe command
- #977 Modified TriggerTemplate describe command for ResourceTemplates
Fixes π
- #793 Change clusterTask timeout from int to string and remove -t shorthand
- #952 Remove Default 1h for clustertask --timeout
- #954 Remove tkn create -f
- #964 fix task start with file
- #973 Fix triggerbinding and template
list
error messages - #993 Fix tkn task delete --trs deletes ClusterTaskrun also
- #1002 Add
--trs
flag intkn ct delete
command - #990 Fix --keep with TaskRun and PipelineRun Delete when Using --task or --pipeline Flags
- #1016 Fix Debian package having an incorrect package name
Miscs π§Ή
- #953 Bump plumbing to recent master πΌ
- #967 Update Readme with s390x build usage
- #975 Enable yaml lint
- #974 Refactoring for --all-namespace flag
- #961 Makefile changes for new skipCheckFlag
- #985 Switch to sigs.k8s.io/yaml for Yaml Unmarshal
- #979 Restructure e2e Tests to Improve Organization
- #986 Fix 'Edit this page' and 'Create an issue' links on the website
- #996 Change Taskrun and PipelineRun Delete Test Names
- #989 Fix to provide error in case of no pr logs