Skip to content

Commit 41e57f2

Browse files
authored
cleanup: Add missing BackendTLSPolicy GA reference and switch SAN validation feature to standard (#4191)
* cleanup: add BackendTLSPolicy as GA in README.md Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com> * cleanup: SAN validation in BTLSP is no longer experimental Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com> --------- Signed-off-by: Norwin Schnyder <norwin.schnyder+github@gmail.com>
1 parent 6fcbe2b commit 41e57f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This version of the API is has GA level support for the following resources:
1414
- `v1.Gateway`
1515
- `v1.HTTPRoute`
1616
- `v1.GRPCRoute`
17+
- `v1.BackendTLSPolicy`
1718

1819
For all the other APIs and their support levels please consult [the spec][spec].
1920

pkg/features/backendtlspolicy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var BackendTLSPolicyFeature = Feature{
4040
// SubjectAltName Validation feature.
4141
var BackendTLSPolicySanValidationFeature = Feature{
4242
Name: SupportBackendTLSPolicySANValidation,
43-
Channel: FeatureChannelExperimental,
43+
Channel: FeatureChannelStandard,
4444
}
4545

4646
// BackendTLSPolicyCoreFeatures includes all the supported features for the

0 commit comments

Comments
 (0)