Skip to content

Commit 0046234

Browse files
authored
Add NGF conformance profiles for 2.2.0 release (#4197)
* Add NGF conformance profiles for 2.2.0 release * Add new line
1 parent 41e57f2 commit 0046234

File tree

2 files changed

+189
-0
lines changed

2 files changed

+189
-0
lines changed
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2025-10-23T15:51:11Z"
3+
gatewayAPIChannel: experimental
4+
gatewayAPIVersion: v1.2.1
5+
implementation:
6+
contact:
7+
- https://github.com/nginx/nginx-gateway-fabric/discussions/new/choose
8+
organization: nginx
9+
project: nginx-gateway-fabric
10+
url: https://github.com/nginx/nginx-gateway-fabric
11+
version: 2.2.0
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 12
20+
Skipped: 0
21+
extended:
22+
result: success
23+
statistics:
24+
Failed: 0
25+
Passed: 1
26+
Skipped: 0
27+
supportedFeatures:
28+
- GatewayHTTPListenerIsolation
29+
- GatewayInfrastructurePropagation
30+
- GatewayPort8080
31+
unsupportedFeatures:
32+
- GatewayStaticAddresses
33+
name: GATEWAY-GRPC
34+
summary: Core tests succeeded. Extended tests succeeded.
35+
- core:
36+
result: success
37+
statistics:
38+
Failed: 0
39+
Passed: 33
40+
Skipped: 0
41+
extended:
42+
result: success
43+
statistics:
44+
Failed: 0
45+
Passed: 18
46+
Skipped: 0
47+
supportedFeatures:
48+
- GatewayHTTPListenerIsolation
49+
- GatewayInfrastructurePropagation
50+
- GatewayPort8080
51+
- HTTPRouteBackendProtocolWebSocket
52+
- HTTPRouteDestinationPortMatching
53+
- HTTPRouteHostRewrite
54+
- HTTPRouteMethodMatching
55+
- HTTPRouteParentRefPort
56+
- HTTPRoutePathRedirect
57+
- HTTPRoutePathRewrite
58+
- HTTPRoutePortRedirect
59+
- HTTPRouteQueryParamMatching
60+
- HTTPRouteRequestMirror
61+
- HTTPRouteRequestMultipleMirrors
62+
- HTTPRouteResponseHeaderModification
63+
- HTTPRouteSchemeRedirect
64+
unsupportedFeatures:
65+
- GatewayStaticAddresses
66+
- HTTPRouteBackendProtocolH2C
67+
- HTTPRouteBackendRequestHeaderModification
68+
- HTTPRouteBackendTimeout
69+
- HTTPRouteRequestTimeout
70+
name: GATEWAY-HTTP
71+
summary: Core tests succeeded. Extended tests succeeded.
72+
- core:
73+
result: success
74+
statistics:
75+
Failed: 0
76+
Passed: 11
77+
Skipped: 0
78+
extended:
79+
result: success
80+
statistics:
81+
Failed: 0
82+
Passed: 1
83+
Skipped: 0
84+
supportedFeatures:
85+
- GatewayHTTPListenerIsolation
86+
- GatewayInfrastructurePropagation
87+
- GatewayPort8080
88+
unsupportedFeatures:
89+
- GatewayStaticAddresses
90+
name: GATEWAY-TLS
91+
summary: Core tests succeeded. Extended tests succeeded.
92+
succeededProvisionalTests:
93+
- GatewayInfrastructure
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2025-10-22T15:34:26Z"
3+
gatewayAPIChannel: experimental
4+
gatewayAPIVersion: v1.3.0
5+
implementation:
6+
contact:
7+
- https://github.com/nginx/nginx-gateway-fabric/discussions/new/choose
8+
organization: nginx
9+
project: nginx-gateway-fabric
10+
url: https://github.com/nginx/nginx-gateway-fabric
11+
version: 2.2.0
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 12
20+
Skipped: 0
21+
extended:
22+
result: success
23+
statistics:
24+
Failed: 0
25+
Passed: 2
26+
Skipped: 0
27+
supportedFeatures:
28+
- GatewayAddressEmpty
29+
- GatewayHTTPListenerIsolation
30+
- GatewayInfrastructurePropagation
31+
- GatewayPort8080
32+
- GatewayStaticAddresses
33+
name: GATEWAY-GRPC
34+
summary: Core tests succeeded. Extended tests succeeded.
35+
- core:
36+
result: success
37+
statistics:
38+
Failed: 0
39+
Passed: 33
40+
Skipped: 0
41+
extended:
42+
result: success
43+
statistics:
44+
Failed: 0
45+
Passed: 20
46+
Skipped: 0
47+
supportedFeatures:
48+
- GatewayAddressEmpty
49+
- GatewayHTTPListenerIsolation
50+
- GatewayInfrastructurePropagation
51+
- GatewayPort8080
52+
- GatewayStaticAddresses
53+
- HTTPRouteBackendProtocolWebSocket
54+
- HTTPRouteDestinationPortMatching
55+
- HTTPRouteHostRewrite
56+
- HTTPRouteMethodMatching
57+
- HTTPRouteParentRefPort
58+
- HTTPRoutePathRedirect
59+
- HTTPRoutePathRewrite
60+
- HTTPRoutePortRedirect
61+
- HTTPRouteQueryParamMatching
62+
- HTTPRouteRequestMirror
63+
- HTTPRouteRequestMultipleMirrors
64+
- HTTPRouteRequestPercentageMirror
65+
- HTTPRouteResponseHeaderModification
66+
- HTTPRouteSchemeRedirect
67+
unsupportedFeatures:
68+
- HTTPRouteBackendProtocolH2C
69+
- HTTPRouteBackendRequestHeaderModification
70+
- HTTPRouteBackendTimeout
71+
- HTTPRouteRequestTimeout
72+
name: GATEWAY-HTTP
73+
summary: Core tests succeeded. Extended tests succeeded.
74+
- core:
75+
result: success
76+
statistics:
77+
Failed: 0
78+
Passed: 11
79+
Skipped: 0
80+
extended:
81+
result: success
82+
statistics:
83+
Failed: 0
84+
Passed: 2
85+
Skipped: 0
86+
supportedFeatures:
87+
- GatewayAddressEmpty
88+
- GatewayHTTPListenerIsolation
89+
- GatewayInfrastructurePropagation
90+
- GatewayPort8080
91+
- GatewayStaticAddresses
92+
name: GATEWAY-TLS
93+
summary: Core tests succeeded. Extended tests succeeded.
94+
succeededProvisionalTests:
95+
- GatewayInfrastructure
96+
- HTTPRouteRequestPercentageMirror

0 commit comments

Comments
 (0)