Skip to content

Commit c60a5e0

Browse files
authored
NGINX v2.0.2 conformance report for 1.2.1 (#3954)
Adding conformance report for NGINX Gateway Fabric v2.0.2 for Gateway API version v1.2.1.
1 parent f005226 commit c60a5e0

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

conformance/reports/v1.2.1/nginx-nginx-gateway-fabric/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| API channel | Implementation version | Mode | Report |
66
|--------------|-----------------------------------------------------------------------------|---------|--------------------------------------------------|
77
| experimental | [v1.6.0](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v1.6.0) | default | [v1.6.0 report](./experimental-1.6.0-default-report.yaml) |
8+
| experimental | [v2.0.2](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.0.2) | default | [v2.0.2 report](./experimental-2.0.2-default-report.yaml) |
89

910
## Reproduce
1011

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-07-25T15:36:44Z"
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: v2.0.2
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 33
20+
Skipped: 0
21+
extended:
22+
result: success
23+
statistics:
24+
Failed: 0
25+
Passed: 14
26+
Skipped: 0
27+
supportedFeatures:
28+
- GatewayHTTPListenerIsolation
29+
- GatewayInfrastructurePropagation
30+
- GatewayPort8080
31+
- HTTPRouteHostRewrite
32+
- HTTPRouteMethodMatching
33+
- HTTPRoutePathRedirect
34+
- HTTPRoutePathRewrite
35+
- HTTPRoutePortRedirect
36+
- HTTPRouteQueryParamMatching
37+
- HTTPRouteRequestMirror
38+
- HTTPRouteRequestMultipleMirrors
39+
- HTTPRouteResponseHeaderModification
40+
- HTTPRouteSchemeRedirect
41+
unsupportedFeatures:
42+
- GatewayStaticAddresses
43+
- HTTPRouteBackendProtocolH2C
44+
- HTTPRouteBackendProtocolWebSocket
45+
- HTTPRouteBackendRequestHeaderModification
46+
- HTTPRouteBackendTimeout
47+
- HTTPRouteDestinationPortMatching
48+
- HTTPRouteParentRefPort
49+
- HTTPRouteRequestTimeout
50+
name: GATEWAY-HTTP
51+
summary: Core tests succeeded. Extended tests succeeded.
52+
- core:
53+
result: success
54+
statistics:
55+
Failed: 0
56+
Passed: 11
57+
Skipped: 0
58+
extended:
59+
result: success
60+
statistics:
61+
Failed: 0
62+
Passed: 1
63+
Skipped: 0
64+
supportedFeatures:
65+
- GatewayHTTPListenerIsolation
66+
- GatewayInfrastructurePropagation
67+
- GatewayPort8080
68+
unsupportedFeatures:
69+
- GatewayStaticAddresses
70+
name: GATEWAY-TLS
71+
summary: Core tests succeeded. Extended tests succeeded.
72+
- core:
73+
result: success
74+
statistics:
75+
Failed: 0
76+
Passed: 12
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-GRPC
91+
summary: Core tests succeeded. Extended tests succeeded.
92+
succeededProvisionalTests:
93+
- GatewayInfrastructure

0 commit comments

Comments
 (0)