From d8869ba52bb88b5b1f5841eb5519f217ca1e258b Mon Sep 17 00:00:00 2001 From: Chitrang Patel Date: Thu, 23 Feb 2023 17:01:14 -0500 Subject: [PATCH] TEP0122 Complete Build Instructions Implemented This PR marks the TEP as implemented. See https://github.com/tektoncd/chains/issues/683 for reference. --- teps/0122-complete-build-instructions-and-parameters.md | 9 +++++++-- teps/README.md | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/teps/0122-complete-build-instructions-and-parameters.md b/teps/0122-complete-build-instructions-and-parameters.md index 123095ded..00b0fd1b7 100644 --- a/teps/0122-complete-build-instructions-and-parameters.md +++ b/teps/0122-complete-build-instructions-and-parameters.md @@ -1,8 +1,8 @@ --- -status: implementable +status: implemented title: Complete Build Instructions and Parameters creation-date: '2022-09-14' -last-updated: '2022-12-14' +last-updated: '2023-02-23' authors: - '@chitrangpatel' see-also: @@ -24,6 +24,7 @@ see-also: - [Configuration Feature Flags](#configuration-feature-flags) - [Materials](#materials) - [Provenance for executed TaskRun](#provenance-for-executed-taskrun) +- [References](#references) ## Summary @@ -239,3 +240,7 @@ The generated provenance for the executed **task run** should contain the follow sha256: 8ee90344c1281efa6e8bcf09b1240ff8e9dda3a7403f0f040891f4644c1ca18e" ... ``` +## References + +* [Implementation Pull Requests Chains](https://github.com/tektoncd/chains/pulls?q=is%3Apr+author%3Achitrangpatel+is%3Aclosed+*TEP0122*) +* [Implementation Pull Requests Pipelines](https://github.com/tektoncd/pipeline/pulls?q=is%3Apr+author%3Achitrangpatel+is%3Aclosed+%2BTEP0122%2B) diff --git a/teps/README.md b/teps/README.md index c8478468e..4b62dbc8f 100644 --- a/teps/README.md +++ b/teps/README.md @@ -112,7 +112,7 @@ This is the complete list of Tekton TEPs: |[TEP-0119](0119-add-taskrun-template-in-pipelinerun.md) | Add taskRun template in PipelineRun | implementable | 2022-09-01 | |[TEP-0120](0120-canceling-concurrent-pipelineruns.md) | Canceling Concurrent PipelineRuns | proposed | 2022-09-23 | |[TEP-0121](0121-refine-retries-for-taskruns-and-customruns.md) | Refine Retries for TaskRuns and CustomRuns | implemented | 2022-12-21 | -|[TEP-0122](0122-complete-build-instructions-and-parameters.md) | Complete Build Instructions and Parameters | implementable | 2022-12-14 | +|[TEP-0122](0122-complete-build-instructions-and-parameters.md) | Complete Build Instructions and Parameters | implemented | 2023-02-23 | |[TEP-0123](0123-specifying-on-demand-retry-in-pipelinetask.md) | Specifying on-demand-retry in a PipelineTask | proposed | 2022-10-11 | |[TEP-0124](0124-distributed-tracing-for-tasks-and-pipelines.md) | Distributed tracing for Tasks and Pipelines | implemented | 2023-01-29 | |[TEP-0125](0125-add-credential-filter-to-entrypoint-logger.md) | Add credential filter to entrypoint logger | proposed | 2022-10-27 |