Skip to content

Commit c703df9

Browse files
authored
Add NGINX Gateway Fabric v2.1.0 conformance report (#4005)
* Add NGINX v2.1.0 conformance report * Remove backtick * Add end of file new line
1 parent 43b0cf7 commit c703df9

File tree

2 files changed

+99
-0
lines changed

2 files changed

+99
-0
lines changed

conformance/reports/v1.3.0/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 | [v2.0.0](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.0.0) | default | [v2.0.0 report](./experimental-2.0.0-default-report.yaml) |
8+
| experimental | [v2.1.0](https://github.com/nginx/nginx-gateway-fabric/releases/tag/v2.1.0) | default | [v2.1.0 report](./experimental-2.1.0-default-report.yaml) |
89

910
## Reproduce
1011

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
apiVersion: gateway.networking.k8s.io/v1
2+
date: "2025-08-18T20:07:45Z"
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: v2.1.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+
- GatewayAddressEmpty
29+
- GatewayHTTPListenerIsolation
30+
- GatewayInfrastructurePropagation
31+
- GatewayPort8080
32+
unsupportedFeatures:
33+
- GatewayStaticAddresses
34+
name: GATEWAY-GRPC
35+
summary: Core tests succeeded. Extended tests succeeded.
36+
- core:
37+
result: success
38+
statistics:
39+
Failed: 0
40+
Passed: 33
41+
Skipped: 0
42+
extended:
43+
result: success
44+
statistics:
45+
Failed: 0
46+
Passed: 16
47+
Skipped: 0
48+
supportedFeatures:
49+
- GatewayAddressEmpty
50+
- GatewayHTTPListenerIsolation
51+
- GatewayInfrastructurePropagation
52+
- GatewayPort8080
53+
- HTTPRouteBackendProtocolWebSocket
54+
- HTTPRouteHostRewrite
55+
- HTTPRouteMethodMatching
56+
- HTTPRoutePathRedirect
57+
- HTTPRoutePathRewrite
58+
- HTTPRoutePortRedirect
59+
- HTTPRouteQueryParamMatching
60+
- HTTPRouteRequestMirror
61+
- HTTPRouteRequestMultipleMirrors
62+
- HTTPRouteRequestPercentageMirror
63+
- HTTPRouteResponseHeaderModification
64+
- HTTPRouteSchemeRedirect
65+
unsupportedFeatures:
66+
- GatewayStaticAddresses
67+
- HTTPRouteBackendProtocolH2C
68+
- HTTPRouteBackendRequestHeaderModification
69+
- HTTPRouteBackendTimeout
70+
- HTTPRouteDestinationPortMatching
71+
- HTTPRouteParentRefPort
72+
- HTTPRouteRequestTimeout
73+
name: GATEWAY-HTTP
74+
summary: Core tests succeeded. Extended tests succeeded.
75+
- core:
76+
result: success
77+
statistics:
78+
Failed: 0
79+
Passed: 11
80+
Skipped: 0
81+
extended:
82+
result: success
83+
statistics:
84+
Failed: 0
85+
Passed: 1
86+
Skipped: 0
87+
supportedFeatures:
88+
- GatewayAddressEmpty
89+
- GatewayHTTPListenerIsolation
90+
- GatewayInfrastructurePropagation
91+
- GatewayPort8080
92+
unsupportedFeatures:
93+
- GatewayStaticAddresses
94+
name: GATEWAY-TLS
95+
summary: Core tests succeeded. Extended tests succeeded.
96+
succeededProvisionalTests:
97+
- GatewayInfrastructure
98+
- HTTPRouteRequestPercentageMirror

0 commit comments

Comments
 (0)