From 2964c8108f9d0684a9a0ffb82b018af7db71a70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kesser?= Date: Thu, 11 Jan 2024 08:54:59 +0100 Subject: [PATCH] fix: composition function is beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Kesser --- content/v1.14/software/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v1.14/software/install.md b/content/v1.14/software/install.md index 3e434707f..46206ab6e 100644 --- a/content/v1.14/software/install.md +++ b/content/v1.14/software/install.md @@ -247,7 +247,7 @@ at the table below. | --- | --- | --- | | Beta | `--enable-composition-revisions` | Enable support for CompositionRevisions. | | Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. | -| Alpha | `--enable-composition-functions` | Enable support for Composition Functions. | +| Beta | `--enable-composition-functions` | Enable support for Composition Functions. | | Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. | | Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. | | Alpha | `--enable-usages` | Enable support for Usages. |