Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark tep75&76 implemented #833

Merged
merged 1 commit into from
Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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