From fd9dbfb315327c06cfd3c4dc2e74b42039dbc3cf Mon Sep 17 00:00:00 2001 From: dprotaso Date: Fri, 24 May 2024 10:47:56 -0400 Subject: [PATCH 1/2] Drop experimental banner for backend-protocol selection --- site-src/guides/backend-protocol.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/site-src/guides/backend-protocol.md b/site-src/guides/backend-protocol.md index e39f7c073c..49c9d05f9e 100644 --- a/site-src/guides/backend-protocol.md +++ b/site-src/guides/backend-protocol.md @@ -1,11 +1,5 @@ # Backend Protocol -??? example "Experimental Channel since v1.0.0" - - This concept has been part of the Experimental Channel since `v1.0.0`. - For more information on release channels, refer to our - [versioning guide](/concepts/versioning). - Not all implementations of Gateway API support automatic protocol selection. In some cases protocols are disabled without an explicit opt-in. When a Route's backend references a Kubernetes Service, application developers can specify the protocol using `ServicePort` [`appProtocol`][appProtocol] field. From d68bde6802eece727118b1b41b751bb0cfddb3ad Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Wed, 3 Jul 2024 11:54:28 -0400 Subject: [PATCH 2/2] mention this feature is standard since 1.2 --- site-src/guides/backend-protocol.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site-src/guides/backend-protocol.md b/site-src/guides/backend-protocol.md index 49c9d05f9e..45a325e199 100644 --- a/site-src/guides/backend-protocol.md +++ b/site-src/guides/backend-protocol.md @@ -1,5 +1,11 @@ # Backend Protocol +??? success "Standard Channel since v1.2.0" + + This concept has been part of the Standard Channel since `v1.2.0`. + For more information on release channels, refer to our + [versioning guide](/concepts/versioning). + Not all implementations of Gateway API support automatic protocol selection. In some cases protocols are disabled without an explicit opt-in. When a Route's backend references a Kubernetes Service, application developers can specify the protocol using `ServicePort` [`appProtocol`][appProtocol] field.