Skip to content

Commit

Permalink
New version v0.9.0
Browse files Browse the repository at this point in the history
tektoncd#754 | [16yuki0702] A little Refactoring log reader. changes are following. | 2020/02/28-04:53
tektoncd#761 | [Daniel Helfand] improve keep description and unit tests for prompts | 2020/02/28-08:29
tektoncd#759 | [Vincent Demeester] Add support for yubikey in debbuild ๐ŸฆŒ | 2020/02/28-08:41
tektoncd#762 | [Daniel Helfand] version v0.8.0 README update | 2020/03/02-02:51
tektoncd#750 | [Vibhav Bobade] - Add Timeout Description to TaskRun and PipelineRun | 2020/03/02-03:36
tektoncd#751 | [Vibhav Bobade] Remove -t timeout shorthand from tkn task start | 2020/03/02-03:36
tektoncd#760 | [Vincent Demeester] Use `#!/usr/bin/env bash` instead of `bin/bash` ๐Ÿ‘ผ | 2020/03/02-03:50
tektoncd#760 | [Vincent Demeester] Use scripts for goreleaser task ๐Ÿ‘ผ | 2020/03/02-03:50
tektoncd#756 | [Vincent Demeester] Move version out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move log out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move params out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move options out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move labels out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move names out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move file out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move validate out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move pods out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move deleter out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move task out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move taskrun out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move pipelinerun out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Move pipeline out of the helper package ๐ŸŒฟ | 2020/03/02-07:56
null | [Vincent Demeester] Fix logs_test.go import ๐Ÿ˜‡ | 2020/03/02-07:56
null | [Vincent Demeester] Run goimports ๐Ÿ˜… | 2020/03/02-07:56
null | [Vincent Demeester] Re-generate the docs ๐Ÿ“– | 2020/03/02-07:56
null | [Piyush Garg] Remove the name param in cluster resource creation | 2020/03/03-07:50
null | [Pavol Pitonak] Fix several typos | 2020/03/04-08:39
null | [Pradeep Kumar] Change timeout to string for tkn task start | 2020/03/05-09:04
null | [Daniel Helfand] use text/template instead of html/template for pipelinerun describe | 2020/03/06-03:17
null | [Vincent Demeester] Bump to v0.11.0-rc1 ๐ŸšŒ | 2020/03/06-11:30
null | [16yuki0702] Fix SIGSEGV on pipelinerun logs. Related issue is tektoncd#775 | 2020/03/08-21:24
null | [Vincent Demeester] Add tkn official image on contrib ๐Ÿ–Œ | 2020/03/09-06:59
null | [Daniel Helfand] add sidecar status to tkn tr describe | 2020/03/10-08:18
null | [Daniel Helfand] convert --all to delete all pipelines and tasks in namespace | 2020/03/10-08:41
null | [Vibhav Bobade] Add flag to reverse sort taskruns/pipelineruns | 2020/03/10-08:41
null | [pthangad] Added Pipeline E2E tests | 2020/03/10-09:40
null | [Dibyo Mukherjee] Update Triggers dependency for CLI | 2020/03/11-03:15
null | [Piyush Garg] Bump to tektoncd/pipeline 0.11.0-rc2 | 2020/03/11-11:31
null | [Daniel Helfand] change pipelineruns to taskruns for tkn tr delete --keep desc | 2020/03/13-01:19
null | [Daniel Helfand] change status check for pr and tr cancel for color | 2020/03/13-01:37
null | [Piyush Garg] Add description to task, clustertask, condition list | 2020/03/13-03:32
null | [pthangad] Build tkn binary before running cli tests | 2020/03/13-04:24
null | [Piyush Garg] Add description to describe command | 2020/03/13-11:29
null | [Daniel Helfand] change tr and pr sorting from sort.Slice to sort.Sort | 2020/03/16-03:35
null | [Daniel Helfand] remove duplicate error message when deleting nonexistent resource | 2020/03/17-10:58
null | [pthangad] Add license to e2e tests | 2020/03/18-04:53
null | [Pradeep Kumar] Refactor task list cmd with v1beta1 support | 2020/03/18-10:18
null | [Daniel Helfand] add warning message in v0.9.0 about clustertask timeout | 2020/03/20-02:59
null | [Vibhav Bobade] Add flag to list TaskRuns from all namespaces | 2020/03/20-09:37
null | [Vibhav Bobade] Add flag to list PipelineRuns from all namespaces | 2020/03/20-09:37
null | [Vibhav Bobade] Update e2e to support TaskRun and PipelineRun List to use templates | 2020/03/20-09:37
null | [Daniel Helfand] start pipelinerun from local or remote file | 2020/03/20-10:37
null | [Pradeep Kumar] Add v1beta1 support for clustertask list | 2020/03/23-10:56
null | [Pradeep Kumar] Adds test for list v1beta1 | 2020/03/23-11:42
null | [Pradeep Kumar] v1beta1 support for taskrun list | 2020/03/24-11:26
null | [Daniel Helfand] fix test failure from go v1.14.0 update | 2020/03/26-06:43
null | [Pradeep Kumar] v1beta1 support for pipeline list cmd | 2020/03/26-12:18
null | [Vincent Demeester] Add RELEASE_VERSION build-arg to the image ๐Ÿ“Ÿ | 2020/03/26-15:50
null | [Pradeep Kumar] v1beta1 support for taskrun delete | 2020/03/27-03:22
null | [Pradeep Kumar] v1beta1 support for pipelinerun list & delete cmd | 2020/03/27-08:44
null | [Vincent Demeester] Sort resources in start subcommands ๐ŸŒฎ | 2020/03/30-07:14
null | [Vincent Demeester] Add ROADMAP.md ๐Ÿค– | 2020/03/30-07:38
null | [Khurram Baig] Add workspace option to pipeline start | 2020/03/30-07:55
null | [Vibhav Bobade] Add --noheaders flag to taskrun list subcommand | 2020/03/31-01:35
null | [Vibhav Bobade] Add --noheaders flag to pipelinerun list subcommand | 2020/03/31-01:35
null | [savitaashture] Fix tkn pipeline version issue | 2020/03/31-02:09
null | [Pradeep Kumar] remove redundant code | 2020/03/31-02:43
null | [Pradeep Kumar] v1beta1 support for task delete command | 2020/03/31-03:05
null | [Pradeep Kumar] v1beta1 support for pipeline delete command | 2020/03/31-04:43
null | [Khurram Baig] Add workspace to task start | 2020/03/31-07:19
null | [Daniel Helfand] clustertriggerbinding list command | 2020/03/31-07:47
null | [Daniel Helfand] add tkn ctb delete command | 2020/04/01-02:08
null | [Yulia Gaponenko] Add tekton cli build for s390x architecture This will add s390x target to Makefile and to .goreleaser.yaml | 2020/04/01-02:39
null | [Pradeep Kumar] v1beta1 support for clustertask delete | 2020/04/01-04:28
null | [Pradeep Kumar] fix typo and change function name | 2020/04/01-05:41
null | [Vincent Demeester] Import docs/README.md from website | 2020/04/01-07:55
null | [savitaashture] Add changes to display TaskRun and PipelineRun labels | 2020/04/02-02:27
null | [savitaashture] fix review comments | 2020/04/02-02:27
null | [Piyush Garg] Bump to tektoncd/pipeline v0.11.0 | 2020/04/02-07:25
null | [Daniel Helfand] warning messages about removing create -f | 2020/04/02-23:31
null | [Piyush Garg] Bump tektoncd/triggers to v0.4.0-rc1 | 2020/04/03-12:11
null | [Pradeep Kumar] v1beta1 support for task and taskrun logs command | 2020/04/03-18:03
null | [Pradeep Kumar] adds test for v1beta1 address review comments | 2020/04/03-18:03
null | [Daniel Helfand] add pradeepitm12 to OWNERS | 2020/04/04-09:02
null | [Pradeep Kumar] v1beta1 support for pipeline and run logs command | 2020/04/06-08:50
null | [Daniel Helfand] use timeout of --last or --use-pipelinerun/--use-taskrun | 2020/04/06-09:18
null | [Pradeep Kumar] v1beta1 support for taskrun cancel | 2020/04/06-16:37
null | [Piyush Garg] Bump task describe command to v1beta1 | 2020/04/07-09:56
null | [Khurram Baig] Add Workspace to Interactive Start Pipeline | 2020/04/07-10:23
null | [Piyush Garg] Bump tektoncd/triggers to v0.4.0 | 2020/04/07-17:51
null | [Pradeep Kumar] fix tasrun cancel command | 2020/04/08-04:55
null | [Pradeep Kumar] v1beta1 support for pipelinerun cancel | 2020/04/08-11:42
null | [Daniel Helfand] properly capture APIVersion with --dry-run | 2020/04/08-14:35
null | [Pradeep Kumar] use List from task pkg | 2020/04/09-20:46
null | [Piyush Garg] Refactoring in make file | 2020/04/10-07:52
null | [Piyush Garg] Bump clustertask describe to v1beta1 | 2020/04/12-15:01
null | [Piyush Garg] Fix Makefile | 2020/04/12-15:01
null | [Daniel Helfand] sort taskruns by start time for task describe | 2020/04/12-15:50
null | [Daniel Helfand] sort taskruns by start time for clustertask describe | 2020/04/12-16:05
null | [Piyush Garg] Bump pipeline desc to v1beta1 | 2020/04/13-03:01
null | [Daniel Helfand] sort pipelineruns by start time for pipeline describe | 2020/04/13-14:32
null | [Piyush Garg] Bump pipelinerun describe to v1beta1 | 2020/04/14-07:13
null | [Daniel Helfand] update release process docs on updating plumbing tkn images | 2020/04/14-07:40
null | [Piyush Garg] Fix e2e on pipeline 0.10 | 2020/04/15-11:39
null | [Piyush Garg] Add test for task package | 2020/04/15-12:17
null | [Anshul Verma] Flag to start a Pipeline without prompting for default param value. Even when a param is given through -p, other params to have their default values. | 2020/04/15-14:25
null | [Piyush Garg] Fix lint error and handle properly | 2020/04/15-17:07
null | [Piyush Garg] Fix listing of taskrun | 2020/04/16-07:01
null | [Daniel Helfand] remove default timeout of 1h for pipeline and task start | 2020/04/16-07:48
null | [Chmouel Boudjnah] Use real temporary directory when building debian package | 2020/04/16-10:15
null | [Chmouel Boudjnah] Set properly the release version in Debian package | 2020/04/16-10:15
null | [Nidhi Kakkar] Modified param flag  description | 2020/04/16-15:48
null | [Carlos Iriarte] chore: fix typo inavlid => invalid | 2020/04/17-07:34
null | [Piyush Garg] Bump tektoncd/pipeline to v0.11.2 | 2020/04/17-08:10
null | [Piyush Garg] Bump taskrun describe to v1beta1 | 2020/04/17-09:01
null | [Vibhav Bobade] Sort TaskRuns based on StartTime before deletion with keep | 2020/04/17-11:49
null | [Vibhav Bobade] Add --no-headers and --all-namespaces flag for Task `list` subcommand | 2020/04/17-20:00
null | [Vibhav Bobade] Add --no-headers and --all-namespaces flag for Pipeline `list` | 2020/04/17-20:00
null | [Vibhav Bobade] Docs --no-headers --all-namespaces flags for task/pipeline list | 2020/04/17-20:00
null | [Pradeep Kumar] v1beta1 support for task start command | 2020/04/20-12:49
null | [Pradeep Kumar] adds test for v1beta1 | 2020/04/20-12:49
null | [Daniel Helfand] check status of taskrun for tkn pr describe | 2020/04/20-15:05
null | [Anshul Verma] Corrects `logs` command to validate `--limit` option's value if it is <=0 Resolves tektoncd#909 | 2020/04/20-15:29
null | [Chmouel Boudjnah] Disable colouring on windows | 2020/04/21-10:59
null | [savitaashture] Add tkn triggerbinding describe command | 2020/04/21-14:53
null | [Daniel Helfand] fix keep description and remove need to use with --all flag | 2020/04/21-16:17
null | [savitaashture] fix aliases for clustertriggerbindings | 2020/04/21-20:07
null | [savitaashture] Add tkn clustertriggerbinding describe command | 2020/04/22-08:31
null | [Piyush Garg] Bump pipeline start to v1beta1 | 2020/04/22-08:51
null | [Pradeep Kumar] little refactor for consistency | 2020/04/22-12:53
null | [savitaashture] Add tkn triggertemplate describe command | 2020/04/22-15:55
null | [Daniel Helfand] fix alignment of output resource TYPE column for task desc | 2020/04/24-08:58
null | [Piyush Garg] Implement convertDown function for Taskrun | 2020/04/24-11:50
null | [savitaashture] Add params description to describe commands | 2020/04/24-12:52
null | [Pradeep Kumar] v1beta1 support for task start command | 2020/04/24-16:28
null | [Daniel Helfand] fix --dry-run with --filename tests for all start commands | 2020/04/27-07:24
null | [Piyush Garg] Bump tekton/pipeline to v0.11.3 | 2020/04/27-08:56
null | [Piyush Garg] Fix pipeline version not working | 2020/04/27-10:24
null | [Vincent Demeester] Build and publish tkn image on release ๐Ÿ“Œ | 2020/04/27-20:16
null | [Piyush Garg] Add description command for condition | 2020/04/28-03:37
null | [savitaashture] Add eventlistener describe command | 2020/04/28-06:10
null | [savitaashture] Update template for EventListener Describe command | 2020/04/28-10:46
null | [Anshul Verma] Enable auto selection of the task for `logs` command if only one task is present. Fixes tektoncd#916 | 2020/04/28-12:27
null | [Daniel Helfand] fix description typo and add test with output option for el desc | 2020/04/28-13:48
null | [Piyush Garg] Remove namespace flag from clusterwide cmd's | 2020/04/28-15:02
null | [Piyush Garg] Add flag to skip check flag in version cmd | 2020/04/29-06:56

Signed-off-by: Piyush Garg <[email protected]>
  • Loading branch information
piyush-garg committed Apr 29, 2020
1 parent dd93d03 commit 93f0cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.9.0

0 comments on commit 93f0cd1

Please sign in to comment.