Skip to content

Commit 47673ec

Browse files
committed
Fix documented Feature Flags for main, 1.18 and 1.17
Signed-off-by: Yury Tsarev <[email protected]>
1 parent a65aa24 commit 47673ec

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

content/master/software/install.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,14 @@ at the table below.
250250
{{< table caption="Feature flags" >}}
251251
| Status | Flag | Description |
252252
| --- | --- | --- |
253-
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
254-
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected with `--enable-composition-functions` enabled. |
255253
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
256254
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
257-
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
255+
| Beta | `--enable-usages` | Enable support for Usages. |
258256
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
259257
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
260258
| Alpha | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
261-
| Alpha | `--enable-usages` | Enable support for Usages. |
262259
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
260+
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
263261
{{< /table >}}
264262
{{< /expand >}}
265263

content/v1.17/software/install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ at the table below.
250250
{{< table caption="Feature flags" >}}
251251
| Status | Flag | Description |
252252
| --- | --- | --- |
253-
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
254-
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected with `--enable-composition-functions` enabled. |
255253
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
256254
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
257255
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |

content/v1.18/software/install.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,16 +250,14 @@ at the table below.
250250
{{< table caption="Feature flags" >}}
251251
| Status | Flag | Description |
252252
| --- | --- | --- |
253-
| Beta | `--enable-composition-functions` | Enable support for Composition Functions. |
254-
| Beta | `--enable-composition-functions-extra-resources` | Enable support for Composition Functions Extra Resources. Only respected with `--enable-composition-functions` enabled. |
255253
| Beta | `--enable-composition-webhook-schema-validation` | Enable Composition validation using schemas. |
256254
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
257-
| Alpha | `--enable-environment-configs` | Enable support for EnvironmentConfigs. |
258255
| Alpha | `--enable-external-secret-stores` | Enable support for External Secret Stores. |
259256
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
260257
| Alpha | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
261258
| Alpha | `--enable-usages` | Enable support for Usages. |
262259
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
260+
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
263261
{{< /table >}}
264262
{{< /expand >}}
265263

0 commit comments

Comments
 (0)