From c290eb7931c5f8794cdc984f1cf49b465a5c37e1 Mon Sep 17 00:00:00 2001 From: Jochen Ehret Date: Wed, 4 Mar 2026 15:54:01 +0100 Subject: [PATCH] Mark file-based service bindings as GA (remove "experimental") --- .../resources/app_features/_supported_features.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v3/source/includes/resources/app_features/_supported_features.md.erb b/docs/v3/source/includes/resources/app_features/_supported_features.md.erb index 32ca219495..1efdb625b7 100644 --- a/docs/v3/source/includes/resources/app_features/_supported_features.md.erb +++ b/docs/v3/source/includes/resources/app_features/_supported_features.md.erb @@ -6,5 +6,5 @@ Name | Description ---- | ----------- **ssh** | Enable SSHing into the app **revisions** | Enable [versioning](#revisions) of an application -**service-binding-k8s** | Enable k8s service bindings for the app (experimental) -**file-based-vcap-services** | Enable file-based VCAP service bindings for the app (experimental) +**service-binding-k8s** | Enable k8s service bindings for the app +**file-based-vcap-services** | Enable file-based VCAP service bindings for the app