From d66ad455004988b5251027fe01ce59e7e4358303 Mon Sep 17 00:00:00 2001 From: Kanika Rana <46766610+ranakan19@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:17:53 -0500 Subject: [PATCH] fix(docs): update other sections of feature maturity to match feature status in overview (#26411) Signed-off-by: Kanika Rana --- docs/operator-manual/feature-maturity.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/operator-manual/feature-maturity.md b/docs/operator-manual/feature-maturity.md index c6b2400e50..aa836d3a63 100644 --- a/docs/operator-manual/feature-maturity.md +++ b/docs/operator-manual/feature-maturity.md @@ -44,9 +44,9 @@ to indicate their stability and maturity. These are the statuses of non-stable f ### ApplicationSet CRD | Feature | Property | Status | -| ----------------------------- | ---------------------------- | ------ | -| [AppSet Progressive Syncs][2] | `spec.strategy.*` | Alpha | -| [AppSet Progressive Syncs][2] | `status.applicationStatus.*` | Alpha | +| ----------------------------- | ---------------------------- |--------| +| [AppSet Progressive Syncs][2] | `spec.strategy.*` | Beta | +| [AppSet Progressive Syncs][2] | `status.applicationStatus.*` | Beta | ### Configuration @@ -58,11 +58,11 @@ to indicate their stability and maturity. These are the statuses of non-stable f | [AppSets in any Namespace][5] | `Deployment/argocd-applicationset-controller` | `ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_SCM_PROVIDERS` | Beta | | [AppSets in any Namespace][5] | `Deployment/argocd-applicationset-controller` | `ARGOCD_APPLICATIONSET_CONTROLLER_NAMESPACES` | Beta | | [AppSets in any Namespace][5] | `ConfigMap/argocd-cmd-params-cm` | `applicationsetcontroller.namespaces` | Beta | -| [AppSet Progressive Syncs][2] | `ConfigMap/argocd-cmd-params-cm` | `applicationsetcontroller.enable.progressive.syncs` | Alpha | -| [AppSet Progressive Syncs][2] | `Deployment/argocd-applicationset-controller` | `ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_PROGRESSIVE_SYNCS` | Alpha | -| [Proxy Extensions][3] | `ConfigMap/argocd-cmd-params-cm` | `server.enable.proxy.extension` | Alpha | -| [Proxy Extensions][3] | `Deployment/argocd-server` | `ARGOCD_SERVER_ENABLE_PROXY_EXTENSION` | Alpha | -| [Proxy Extensions][3] | `ConfigMap/argocd-cm` | `extension.config` | Alpha | +| [AppSet Progressive Syncs][2] | `ConfigMap/argocd-cmd-params-cm` | `applicationsetcontroller.enable.progressive.syncs` | Beta | +| [AppSet Progressive Syncs][2] | `Deployment/argocd-applicationset-controller` | `ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_PROGRESSIVE_SYNCS` | Beta | +| [Proxy Extensions][3] | `ConfigMap/argocd-cmd-params-cm` | `server.enable.proxy.extension` | Beta | +| [Proxy Extensions][3] | `Deployment/argocd-server` | `ARGOCD_SERVER_ENABLE_PROXY_EXTENSION` | Beta | +| [Proxy Extensions][3] | `ConfigMap/argocd-cm` | `extension.config` | Beta | | [Dynamic Cluster Distribution][7] | `Deployment/argocd-application-controller` | `ARGOCD_ENABLE_DYNAMIC_CLUSTER_DISTRIBUTION` | Alpha | | [Dynamic Cluster Distribution][7] | `Deployment/argocd-application-controller` | `ARGOCD_CONTROLLER_HEARTBEAT_TIME` | Alpha | | [Cluster Sharding: round-robin][6] | `ConfigMap/argocd-cmd-params-cm` | `controller.sharding.algorithm: round-robin` | Alpha |