From 96dca5740ad52371675ae5750faa7ea03885a66b Mon Sep 17 00:00:00 2001 From: Jerop Date: Thu, 25 Feb 2021 13:21:54 -0500 Subject: [PATCH] Add PipelineRun and TaskRun Status work to the Roadmap Adding redesign of PipelineRun and TaskRun Status as a priority in the 2021 roadmap as we work towards V1 https://github.com/tektoncd/pipeline/issues/3792 --- roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/roadmap.md b/roadmap.md index 475e2dc59d0..1a168c05e94 100644 --- a/roadmap.md +++ b/roadmap.md @@ -57,3 +57,4 @@ This is an incomplete list of work we hope to tackle in 2021! * [Config as code](https://github.com/tektoncd/pipeline/issues/859) ([TEP-0048](https://github.com/tektoncd/community/pull/341), [task references via git](https://github.com/tektoncd/pipeline/issues/2298)) +* [Rework PipelineRun and TaskRun Status](https://github.com/tektoncd/pipeline/issues/3792)