Skip to content

Commit

Permalink
TEP0122 Complete Build Instructions Implemented
Browse files Browse the repository at this point in the history
This PR marks the TEP as implemented.
See tektoncd/chains#683 for reference.
  • Loading branch information
chitrangpatel authored and tekton-robot committed Feb 24, 2023
1 parent 2fab9e8 commit d8869ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions teps/0122-complete-build-instructions-and-parameters.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -24,6 +24,7 @@ see-also:
- [Configuration Feature Flags](#configuration-feature-flags)
- [Materials](#materials)
- [Provenance for executed TaskRun](#provenance-for-executed-taskrun)
- [References](#references)
<!-- /toc -->

## Summary
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion teps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d8869ba

Please sign in to comment.