From b19c7df61b30caa0c5ff0ebc36a4d957bded25bc Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 10 Jun 2020 16:05:48 +0200 Subject: [PATCH] New version v0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit tektoncd/cli#945 | [Piyush Garg] Fix release script and yaml | 2020/04/29-13:39 tektoncd/cli#946 | [Piyush Garg] Update readme for release 0.9.0 | 2020/04/29-14:24 tektoncd/cli#948 | [Piyush Garg] Fix dockerfile of debbuild | 2020/04/29-17:43 tektoncd/cli#793 | [Pablo Caderno] Change clusterTask timeout from int to string and remove -t shorthand | 2020/04/30-14:34 tektoncd/cli#793 | [Pablo Caderno] Removed unnecessary warning message | 2020/04/30-14:34 tektoncd/cli#952 | [Daniel Helfand] remove default 1h for clustertask --timeout and add tests for invalid timeout | 2020/04/30-16:55 tektoncd/cli#954 | [Daniel Helfand] remove tkn create -f | 2020/05/01-07:49 tektoncd/cli#953 | [Vincent Demeester] Bump plumbing to recent master 👼 | 2020/05/01-08:14 tektoncd/cli#935 | [praveen4g0] Add Task start E2E tests | 2020/05/01-14:06 null | [Anshul Verma] Provides an interactive Prompt to select a Pipeline/PipelineRun/PipelineResources/Task/TaskRun/ClusterTask/ to describe just like what is there in subcommand. | 2020/05/04-07:41 null | [Pradeep Kumar] fix task start with file | 2020/05/06-14:07 null | [Yulia Gaponenko] Update Readme with s390x build usage | 2020/05/07-09:53 null | [Vibhav Bobade] Update triggerbinding and template `list` error messages | 2020/05/08-15:56 null | [Piyush Garg] Enable yaml lint | 2020/05/10-10:19 null | [Piyush Garg] Refactoring for --all-namespace flag | 2020/05/10-10:33 null | [Piyush Garg] Makefile changes for new skipCheckFlag | 2020/05/10-11:38 null | [vinamra28] Fix to provide an error for tkn completion without argument | 2020/05/13-14:00 null | [charles-edouard.breteche] refacto get pipelines version | 2020/05/14-14:01 null | [savitaashture] Add triggers version info to the version command | 2020/05/15-17:25 null | [Daniel Helfand] switch to sigs.k8s.io/yaml for yaml unmarshal | 2020/05/19-04:38 null | [Alan Greene] Fix 'Edit this page' and 'Create an issue' links on the website | 2020/05/19-04:45 null | [Daniel Helfand] move e2e tests into subcommand packages | 2020/05/19-07:53 null | [Shivam Mukhade] Add Task's timeout and Params to Pipeline Desc | 2020/05/19-10:30 null | [Vibhav Bobade] Add no-headers and all-namespaces flags for pipeline resources | 2020/05/19-15:20 null | [Anshul Verma] Provides `--last` option of the `describe` of PipelineRun/TaskRun to describe the most recent PipelineRun/TaskRun | 2020/05/22-13:08 null | [Daniel Helfand] change taskrun and pipelinerun delete test names | 2020/05/26-11:54 null | [Divyansh42] Fix tkn task delete --trs deletes ClusterTaskrun also | 2020/05/26-12:06 null | [chetan-rns] Display conditions in the pipeline describe command | 2020/05/26-12:17 null | [Pradeep Kumar] Task start interactive mode | 2020/05/26-13:53 null | [vinamra28] Fix to provide error in case of no pr logs | 2020/05/26-14:20 null | [Piyush Garg] Bump tektoncd/pipeline to v0.12.1 | 2020/05/28-06:09 null | [Piyush Garg] Bump tektoncd/triggers to v0.5.0 | 2020/06/02-09:28 null | [Divyansh42] Add `--trs` flag in `tkn ct delete` command | 2020/06/03-14:34 null | [savitaashture] Modified TriggerTemplate describe command for ResourceTemplates | 2020/06/05-09:29 null | [Daniel Helfand] fix --keep with tr and pr delete when using --task or --pipeline flag | 2020/06/10-09:05 null | [Chmouel Boudjnah] Fix Debian package having an incorrect package name | 2020/06/10-10:06 null | [Chmouel Boudjnah] Decrease minor release version to zero | 2020/06/10-10:06 null | [Piyush Garg] Bump tektoncd/pipeline to v0.13.0 | 2020/06/10-14:18 Signed-off-by: Chmouel Boudjnah --- VERSION | 1 + 1 file changed, 1 insertion(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..78bc1abd1 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.10.0