From 93022c3df73f7a63b1be65721f091f8900ca4e40 Mon Sep 17 00:00:00 2001 From: Jerop Date: Tue, 21 Mar 2023 09:19:06 -0400 Subject: [PATCH] TEP-0011: Redirecting Step Output Streams - Mark as Implemented TEP-0011 was implemented in https://github.com/tektoncd/pipeline/pull/4882. This change updates the TEP state from `implementable` to `implemented`. --- teps/0011-redirecting-step-output-streams.md | 6 ++++-- teps/README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/teps/0011-redirecting-step-output-streams.md b/teps/0011-redirecting-step-output-streams.md index 60b8da9ba..1f4c13ceb 100644 --- a/teps/0011-redirecting-step-output-streams.md +++ b/teps/0011-redirecting-step-output-streams.md @@ -3,8 +3,8 @@ title: redirecting-step-output-streams authors: - "@chhsia0" creation-date: 2020-08-17 -last-updated: 2020-11-02 -status: implementable +last-updated: 2023-03-21 +status: implemented --- # TEP-0011: Redirecting Step Output Streams @@ -219,3 +219,5 @@ A proof-of-concept implementation is presented in [tektoncd/pipeline#3103](https * Make it possible to extract results from a container's stdout ([tektoncd/pipeline#2925](https://github.com/tektoncd/pipeline/issues/2925)). * Added `-stdout_file` and `-stderr_file` flags to entrypoint ([tektoncd/pipeline#3103](https://github.com/tektoncd/pipeline/pull/3103)). + +* Implementation: https://github.com/tektoncd/pipeline/pull/4882 \ No newline at end of file diff --git a/teps/README.md b/teps/README.md index 6f2ec3878..7e47eb3a5 100644 --- a/teps/README.md +++ b/teps/README.md @@ -16,7 +16,7 @@ This is the complete list of Tekton TEPs: |[TEP-0008](0008-support-knative-service-for-triggers-eventlistener-pod.md) | Support Knative Service for Triggers EventListener Pod | implemented | 2020-08-25 | |[TEP-0009](0009-trigger-crd.md) | Trigger CRD | implemented | 2020-09-08 | |[TEP-0010](0010-optional-workspaces.md) | Optional Workspaces | implemented | 2020-10-15 | -|[TEP-0011](0011-redirecting-step-output-streams.md) | redirecting-step-output-streams | implementable | 2020-11-02 | +|[TEP-0011](0011-redirecting-step-output-streams.md) | redirecting-step-output-streams | implemented | 2023-03-21 | |[TEP-0012](0012-api-spec.md) | API Specification | implemented | 2021-12-14 | |[TEP-0014](0014-step-timeout.md) | Step Timeout | implemented | 2021-12-13 | |[TEP-0015](0015-pending-pipeline.md) | pending-pipeline-run | implemented | 2020-09-10 |