Realtime compositions are beta now

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2025-08-13 12:34:01 -07:00
parent b0b75ce67b
commit 939bfd2cac
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ at the table below.
| --- | --- | --- |
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
| Beta | `--enable-usages` | Enable support for Usages. |
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
| Beta | `--enable-realtime-compositions` | Enable support for real time compositions. |
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
| Alpha | `--enable-signature-verification` | Enable support for package signature verification via ImageConfig API. |
{{< /table >}}

View File

@ -137,7 +137,7 @@ Kubernetes API server when a composed resource changes. For example, when
a provider sets the `Ready` condition to `true`.
{{<hint "important" >}}
Real time compositions are an alpha feature. Alpha features aren't enabled by
Real time compositions are a beta feature. Beta features are enabled by
default.
{{< /hint >}}