diff --git a/teps/0075-object-param-and-result-types.md b/teps/0075-object-param-and-result-types.md index e0cfe7045..90d014487 100644 --- a/teps/0075-object-param-and-result-types.md +++ b/teps/0075-object-param-and-result-types.md @@ -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 @@ -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 diff --git a/teps/0076-array-result-types.md b/teps/0076-array-result-types.md index 0402696fd..cc7913960 100644 --- a/teps/0076-array-result-types.md +++ b/teps/0076-array-result-types.md @@ -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' --- @@ -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 diff --git a/teps/README.md b/teps/README.md index 77b5a3713..7fd37f655 100644 --- a/teps/README.md +++ b/teps/README.md @@ -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 |