Skip to content

Commit c204adf

Browse files
authored
cleanup(docs): update docs to reflect BackendTLSPolicy GA (#4204)
Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com>
1 parent 464a357 commit c204adf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

site-src/api-types/backendtlspolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# BackendTLSPolicy
22

3-
??? example "Experimental Channel since v1.0.0"
3+
??? success "Standard Channel since v1.4.0"
44

5-
The `BackendTLSPolicy` resource is Alpha and has been part of
6-
the Experimental Channel since `v1.0.0`. For more information on release
7-
channels, refer to our [versioning guide](../concepts/versioning.md).
5+
The `BackendTLSPolicy` resource is GA and has been part of the Standard
6+
Channel since `v1.4.0`. For more information on release channels, refer
7+
to our [versioning guide](../concepts/versioning.md).
88

99
[BackendTLSPolicy][backendtlspolicy] is a Gateway API type for specifying the TLS configuration
1010
of the connection from the Gateway to a backend pod/s via the Service API object.

site-src/guides/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ would be invalid.
116116

117117
## Upstream TLS
118118

119-
Upstream TLS settings are configured using the experimental `BackendTLSPolicy`
120-
attached to a `Service` via a target reference.
119+
Upstream TLS settings are configured using the `BackendTLSPolicy` attached to a
120+
`Service` via a target reference.
121121

122122
This resource can be used to describe the SNI the Gateway should use to connect to the
123123
backend and how the certificate served by the backend Pod(s) should be verified.

0 commit comments

Comments
 (0)