Skip to content

Commit

Permalink
Mark tep75&76 implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
chuangw6 authored and tekton-robot committed Sep 27, 2022
1 parent da8cad4 commit 6d8056d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 8 deletions.
21 changes: 18 additions & 3 deletions teps/0075-object-param-and-result-types.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
status: implementable
status: implemented
title: Object/Dictionary param and result types
creation-date: '2021-07-14'
last-updated: '2022-04-08'
last-updated: '2022-09-26'
authors:
- '@bobcatfish'
- '@skaegi' # proposed most of this in https://github.com/tektoncd/pipeline/issues/1393 2.5 years ago XD
Expand Down Expand Up @@ -1099,7 +1099,22 @@ _(Thanks to @wlynch for the suggestion and above example!)_

## Implementation Pull request(s)

TBD.
- https://github.com/tektoncd/pipeline/pull/4786
- https://github.com/tektoncd/pipeline/pull/4861
- https://github.com/tektoncd/pipeline/pull/4867
- https://github.com/tektoncd/pipeline/pull/4878
- https://github.com/tektoncd/pipeline/pull/4883
- https://github.com/tektoncd/pipeline/pull/4902
- https://github.com/tektoncd/pipeline/pull/4904
- https://github.com/tektoncd/pipeline/pull/5007
- https://github.com/tektoncd/pipeline/pull/5083
- https://github.com/tektoncd/pipeline/pull/5088
- https://github.com/tektoncd/pipeline/pull/5090
- https://github.com/tektoncd/pipeline/pull/5142
- https://github.com/tektoncd/pipeline/pull/5144
- https://github.com/tektoncd/pipeline/pull/5197
- https://github.com/tektoncd/pipeline/pull/5222
- https://github.com/tektoncd/pipeline/pull/5427

## References

Expand Down
15 changes: 12 additions & 3 deletions teps/0076-array-result-types.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
status: implementable
status: implemented
title: Array result types
creation-date: '2021-07-14'
last-updated: '2022-03-18'
last-updated: '2022-09-26'
authors:
- '@bobcatfish'
---
Expand Down Expand Up @@ -661,7 +661,16 @@ Note: This section is exclusively for merged pull requests, for this TEP.
It will be a quick reference for those looking for implementation of this TEP.
-->

TBD
- https://github.com/tektoncd/pipeline/pull/4779
- https://github.com/tektoncd/pipeline/pull/4818
- https://github.com/tektoncd/pipeline/pull/4855
- https://github.com/tektoncd/pipeline/pull/4908
- https://github.com/tektoncd/pipeline/pull/4911
- https://github.com/tektoncd/pipeline/pull/4920
- https://github.com/tektoncd/pipeline/pull/4965
- https://github.com/tektoncd/pipeline/pull/5088
- https://github.com/tektoncd/pipeline/pull/5132
- https://github.com/tektoncd/pipeline/pull/5139

## References

Expand Down
4 changes: 2 additions & 2 deletions teps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,8 @@ This is the complete list of Tekton teps:
|[TEP-0072](0072-results-json-serialized-records.md) | Results: JSON Serialized Records | implementable | 2021-07-26 |
|[TEP-0073](0073-simplify-metrics.md) | Simplify metrics | implemented | 2022-02-28 |
|[TEP-0074](0074-deprecate-pipelineresources.md) | Deprecate PipelineResources | implementable | 2022-04-11 |
|[TEP-0075](0075-object-param-and-result-types.md) | Object/Dictionary param and result types | implementable | 2022-04-08 |
|[TEP-0076](0076-array-result-types.md) | Array result types | implementable | 2022-03-18 |
|[TEP-0075](0075-object-param-and-result-types.md) | Object/Dictionary param and result types | implemented | 2022-09-26 |
|[TEP-0076](0076-array-result-types.md) | Array result types | implemented | 2022-09-26 |
|[TEP-0079](0079-tekton-catalog-support-tiers.md) | Tekton Catalog Support Tiers | proposed | 2022-01-25 |
|[TEP-0080](0080-support-domainscoped-parameterresult-names.md) | Support domain-scoped parameter/result names | implemented | 2021-08-19 |
|[TEP-0081](0081-add-chains-subcommand-to-the-cli.md) | Add Chains sub-command to the CLI | implemented | 2022-04-27 |
Expand Down

0 comments on commit 6d8056d

Please sign in to comment.