Skip to content

Commit cb846ce

Browse files
chore(conformance): add KIC v3.3.1 report (#3305)
Signed-off-by: Jintao Zhang <[email protected]>
1 parent 24f7392 commit cb846ce

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

conformance/reports/v1.1.0/kong-kubernetes-ingress-controller/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| API channel | Implementation version | Mode | Report |
66
|--------------|-------------------------------------------------------------------------------------|-------------|-------------------------------------------------------|
7+
| experimental | [v3.3.1](https://github.com/Kong/kubernetes-ingress-controller/releases/tag/v3.3.1) | expressions | [link](./experimental-v3.3.1-expressions-report.yaml) |
78
| experimental | [v3.2.0](https://github.com/Kong/kubernetes-ingress-controller/releases/tag/v3.2.0) | expressions | [link](./experimental-v3.2.0-expressions-report.yaml) |
89
## Reproduce
910

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
apiVersion: gateway.networking.k8s.io/v1alpha1
2+
date: "2024-08-29T09:25:53Z"
3+
gatewayAPIChannel: experimental
4+
gatewayAPIVersion: v1.1.0
5+
implementation:
6+
contact:
7+
- github.com/kong/kubernetes-ingress-controller/issues/new/choose
8+
organization: Kong
9+
project: kubernetes-ingress-controller
10+
url: github.com/kong/kubernetes-ingress-controller
11+
version: v3.3.1
12+
kind: ConformanceReport
13+
mode: expressions
14+
profiles:
15+
- core:
16+
result: partial
17+
skippedTests:
18+
- GRPCRouteListenerHostnameMatching
19+
statistics:
20+
Failed: 0
21+
Passed: 11
22+
Skipped: 1
23+
name: GATEWAY-GRPC
24+
summary: Core tests partially succeeded with 1 test skips.
25+
- core:
26+
result: success
27+
statistics:
28+
Failed: 0
29+
Passed: 33
30+
Skipped: 0
31+
extended:
32+
result: success
33+
statistics:
34+
Failed: 0
35+
Passed: 5
36+
Skipped: 0
37+
supportedFeatures:
38+
- HTTPRouteHostRewrite
39+
- HTTPRouteMethodMatching
40+
- HTTPRoutePathRewrite
41+
- HTTPRouteQueryParamMatching
42+
- HTTPRouteResponseHeaderModification
43+
unsupportedFeatures:
44+
- GatewayHTTPListenerIsolation
45+
- GatewayPort8080
46+
- GatewayStaticAddresses
47+
- HTTPRouteBackendRequestHeaderModification
48+
- HTTPRouteBackendTimeout
49+
- HTTPRouteParentRefPort
50+
- HTTPRoutePathRedirect
51+
- HTTPRoutePortRedirect
52+
- HTTPRouteRequestMirror
53+
- HTTPRouteRequestMultipleMirrors
54+
- HTTPRouteRequestTimeout
55+
- HTTPRouteSchemeRedirect
56+
name: GATEWAY-HTTP
57+
summary: Core tests succeeded. Extended tests succeeded.

0 commit comments

Comments
 (0)