From 93ad960a9be6156289f9e8bb54d6720b47702bbe Mon Sep 17 00:00:00 2001 From: Andrew Bayer Date: Thu, 16 Dec 2021 11:28:02 -0500 Subject: [PATCH] TEP-0033: Mark as implemented https://github.com/tektoncd/pipeline/pull/3881 is the "main" PR for this Signed-off-by: Andrew Bayer --- teps/0033-tekton-feature-gates.md | 5 +++-- teps/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/teps/0033-tekton-feature-gates.md b/teps/0033-tekton-feature-gates.md index cb9a06c5f..877f97e43 100644 --- a/teps/0033-tekton-feature-gates.md +++ b/teps/0033-tekton-feature-gates.md @@ -1,8 +1,8 @@ --- -status: implementable +status: implemented title: Tekton Feature Gates creation-date: '2020-11-20' -last-updated: '2021-03-23' +last-updated: '2021-12-16' authors: - '@vdemeester' - '@frittoli' @@ -779,3 +779,4 @@ as well. - [Tekton Pipeline API Compatibility Policy](https://github.com/tektoncd/pipeline/blob/master/api_compatibility_policy.md) - [Kubenetes API Versioning](https://kubernetes.io/docs/reference/using-api/#api-versioning) - [Kubernetes Feature Gates](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) +- [tektoncd/pipeline PR #3881 - Implement TEP-0033: Add enable-api-fields feature flag](https://github.com/tektoncd/pipeline/pull/3881) diff --git a/teps/README.md b/teps/README.md index 74beb62b7..d649ae148 100644 --- a/teps/README.md +++ b/teps/README.md @@ -187,7 +187,7 @@ This is the complete list of Tekton teps: |[TEP-0030](0030-workspace-paths.md) | workspace-paths | proposed | 2020-10-18 | |[TEP-0031](0031-tekton-bundles-cli.md) | tekton-bundles-cli | implemented | 2021-03-26 | |[TEP-0032](0032-tekton-notifications.md) | Tekton Notifications | proposed | 2020-11-18 | -|[TEP-0033](0033-tekton-feature-gates.md) | Tekton Feature Gates | implementable | 2021-03-23 | +|[TEP-0033](0033-tekton-feature-gates.md) | Tekton Feature Gates | implemented | 2021-12-16 | |[TEP-0035](0035-document-tekton-position-around-policy-authentication-authorization.md) | document-tekton-position-around-policy-authentication-authorization | implementable | 2020-12-09 | |[TEP-0036](0036-start-measuring-tekton-pipelines-performance.md) | Start Measuring Tekton Pipelines Performance | proposed | 2020-11-20 | |[TEP-0037](0037-remove-gcs-fetcher.md) | Remove `gcs-fetcher` image | implementing | 2021-01-27 |