From 83602763d1f08db21dede618f03a5d3a2753bfae Mon Sep 17 00:00:00 2001 From: Jerome Ju Date: Fri, 28 Jul 2023 10:13:53 -0400 Subject: [PATCH] Clarify stable features usage This commit helps clarify the usage of stable features to be apparent in also apis other than GA. --- api_compatibility_policy.md | 4 +--- docs/additional-configs.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/api_compatibility_policy.md b/api_compatibility_policy.md index a41d32e9f86..451a0885b89 100644 --- a/api_compatibility_policy.md +++ b/api_compatibility_policy.md @@ -119,9 +119,7 @@ See the current list of [alpha features](https://github.com/tektoncd/pipeline/bl ### GA/Stable features -- GA/Stable features are present in a [GA CRD](#ga-crds) only. - -- GA/Stable features are enabled by default +- GA/Stable features are enabled by default and cannot be disabled. - GA/Stable features will not be removed or changed in a backwards incompatible manner without incrementing the API Version. diff --git a/docs/additional-configs.md b/docs/additional-configs.md index dbe4422668d..f46a0b03f8a 100644 --- a/docs/additional-configs.md +++ b/docs/additional-configs.md @@ -256,7 +256,7 @@ The default is `false`. For more information, see the [associated issue](https:/ - `enable-api-fields`: When using v1beta1 APIs, setting this field to "stable" or "beta" enables [beta features](#beta-features). When using v1 APIs, setting this field to "stable" -allows only stable features, and setting it to "beta" allows only beta features. +allows only stable features, and setting it to "beta" allows also beta features. Set this field to "alpha" to allow [alpha features](#alpha-features) to be used. For example: