docs: Promote ApplicationSet in any namespace to stable (#27417)

Signed-off-by: Mangaal <angommeeteimangaal@gmail.com>
This commit is contained in:
Mangaal Meetei 2026-04-20 16:34:25 +05:30 committed by GitHub
parent 5a4a551478
commit 5103112b9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,6 @@ to indicate their stability and maturity. These are the statuses of non-stable f
| [AppSet Progressive Syncs][2] | v2.6.0 | Beta | | [AppSet Progressive Syncs][2] | v2.6.0 | Beta |
| [Proxy Extensions][3] | v2.7.0 | Beta | | [Proxy Extensions][3] | v2.7.0 | Beta |
| [Skip Application Reconcile][4] | v2.7.0 | Alpha | | [Skip Application Reconcile][4] | v2.7.0 | Alpha |
| [AppSets in any Namespace][5] | v2.8.0 | Beta |
| [Cluster Sharding: round-robin][6] | v2.8.0 | Alpha | | [Cluster Sharding: round-robin][6] | v2.8.0 | Alpha |
| [Dynamic Cluster Distribution][7] | v2.9.0 | Alpha | | [Dynamic Cluster Distribution][7] | v2.9.0 | Alpha |
| [Cluster Sharding: consistent-hashing][9] | v2.12.0 | Alpha | | [Cluster Sharding: consistent-hashing][9] | v2.12.0 | Alpha |
@ -52,12 +51,6 @@ to indicate their stability and maturity. These are the statuses of non-stable f
| Feature | Resource | Property / Variable | Status | | Feature | Resource | Property / Variable | Status |
| ----------------------------------------- | --------------------------------------------- | ----------------------------------------------------------- | ------ | | ----------------------------------------- | --------------------------------------------- | ----------------------------------------------------------- | ------ |
| [AppSets in any Namespace][5] | `Deployment/argocd-applicationset-controller` | `ARGOCD_APPLICATIONSET_CONTROLLER_ALLOWED_SCM_PROVIDERS` | Beta |
| [AppSets in any Namespace][5] | `ConfigMap/argocd-cmd-params-cm` | `applicationsetcontroller.allowed.scm.providers` | Beta |
| [AppSets in any Namespace][5] | `ConfigMap/argocd-cmd-params-cm` | `applicationsetcontroller.enable.scm.providers` | Beta |
| [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` | Beta | | [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 | | [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] | `ConfigMap/argocd-cmd-params-cm` | `server.enable.proxy.extension` | Beta |
@ -74,7 +67,6 @@ to indicate their stability and maturity. These are the statuses of non-stable f
[2]: applicationset/Progressive-Syncs.md [2]: applicationset/Progressive-Syncs.md
[3]: ../developer-guide/extensions/proxy-extensions.md [3]: ../developer-guide/extensions/proxy-extensions.md
[4]: ../user-guide/skip_reconcile.md [4]: ../user-guide/skip_reconcile.md
[5]: applicationset/Appset-Any-Namespace.md
[6]: ./high_availability.md#argocd-application-controller [6]: ./high_availability.md#argocd-application-controller
[7]: dynamic-cluster-distribution.md [7]: dynamic-cluster-distribution.md
[8]: ../user-guide/diff-strategies.md#server-side-diff [8]: ../user-guide/diff-strategies.md#server-side-diff