Skip to content

v0.6.0

Compare
Choose a tag to compare
@danielhelfand danielhelfand released this 11 Dec 17:37
v0.6.0

TektonCD CLI v0.6.0 is a major release that adds compatibility with TektonCD Pipeine release v0.9.1.

The release adds a new create feature that can be used to create pipelines, tasks, and pipeline resources from a YAML file. tkn task start now features the ability to set a --timeout option to set a timeout in seconds for a taskrun. tkn task start will also feature a --filename option to start a task that has not been created in a cluster namespace. Both taskrun and pipelinerun logs will have new interactive abilities to select from the logs of taskruns or pipelineruns in a namepsace. tkn pipeline start has now added support for the cloudEvent resource. tkn also now supports the ability to set a kubernetes context.

ChangeLog

Features ✨

  • #443 - Show param default value in task describe
  • #451 - Add cloudEvent resource support to start command
  • #450 - Show Status of Steps with TaskRun Describe
  • #459 - Add a --filename parameter to 'tkn tasks start'.
  • #478 - Adding Timeout to tkn task start
  • #432 - Make pipelinerun logs interactive
  • #481 - Set current k8s context via tkn
  • #483 - Improve message for creating new resource in start
  • #491 - Making taskrun logs interactive.
  • #501 - Bump tektoncd/pipeline to version 0.9.0
  • #492 - tkn pipeline create Command
  • #502 - Add tkn task create
  • #506 - Bump to tektoncd/pipeline 0.9.1
  • #504 - Add tkn resource create -f Option
  • #509 - Add NFPM (deb/rpm) release to goreleaser
  • #510 - Debian package

Fixes 🐛

  • #445 - Fix brew install from tap
  • #466 - Fix interactive input params on pipeline start
  • #464 - Add Installtion instruction when compiling from source
  • #471 - Add Check in PipelineRun Logs for if Condition Available
  • #469 - Include TaskRun Failure Message in Logs
  • #483 - Fix failure in case of array param having single value
  • #495 - Use serviceAccountName instead of serviceAccount
  • #512 - Fix input params are not respected

Misc 🔨

  • #447 - Add Release process documentation
  • #462 - Bump plumbing to latest changes
  • #472 - Include Operating System and tkn Version in Issue Template
  • #474 - Uses vendored deps while building the binary in Makefile
  • #500 - Add golint to the linters

Thanks ❤️