From fc53cc73989647ae07667f01d59ce6146f3d8415 Mon Sep 17 00:00:00 2001 From: Prashant Sharma Date: Thu, 22 Dec 2022 12:05:54 +0530 Subject: [PATCH] TEP-0101 Mark as implemented. --- teps/0101-env-in-pod-template.md | 7 ++++--- teps/README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/teps/0101-env-in-pod-template.md b/teps/0101-env-in-pod-template.md index 4fe96c8ab..5ca2f2193 100644 --- a/teps/0101-env-in-pod-template.md +++ b/teps/0101-env-in-pod-template.md @@ -1,8 +1,8 @@ --- -status: implementable +status: implemented title: Env in POD template creation-date: '2022-03-17' -last-updated: '2022-12-02' +last-updated: '2022-12-22' authors: - '@rafalbigaj' - '@tomcli' @@ -878,7 +878,8 @@ 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. --> -Previously open: https://github.com/tektoncd/pipeline/pull/3566 +1. Previously open: https://github.com/tektoncd/pipeline/pull/3566 +2. https://github.com/tektoncd/pipeline/pull/5699 ## References (optional) diff --git a/teps/README.md b/teps/README.md index f4a17eb69..02e402b32 100644 --- a/teps/README.md +++ b/teps/README.md @@ -269,7 +269,7 @@ This is the complete list of Tekton teps: |[TEP-0097](0097-breakpoints-for-taskruns-and-pipelineruns.md) | breakpoints-for-taskruns-and-pipelineruns | implementable | 2022-07-12 | |[TEP-0098](0098-workflows.md) | Workflows | proposed | 2022-11-03 | |[TEP-0100](0100-embedded-taskruns-and-runs-status-in-pipelineruns.md) | Embedded TaskRuns and Runs Status in PipelineRuns | implemented | 2022-04-18 | -|[TEP-0101](0101-env-in-pod-template.md) | Env in POD template | implementable | 2022-12-02 | +|[TEP-0101](0101-env-in-pod-template.md) | Env in POD template | implemented | 2022-12-22 | |[TEP-0102](0102-https-connection-to-triggers-interceptor.md) | HTTPS Connection to Triggers ClusterInterceptor | implementable | 2022-04-20 | |[TEP-0103](0103-skipping-reason.md) | Skipping Reason | implemented | 2022-05-05 | |[TEP-0104](0104-tasklevel-resource-requirements.md) | Task-level Resource Requirements | implemented | 2022-08-16 |