Skip to content

Commit ec859a0

Browse files
authored
Merge pull request #2773 from michaelbeaumont/conformance/kuma-v1
conformance: update Kuma's conformance report and badge for v1.0.0
2 parents 14cdbc0 + 97adb84 commit ec859a0

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
apiVersion: gateway.networking.k8s.io/v1alpha1
2+
date: "2024-02-01T11:25:29Z"
3+
gatewayAPIVersion: v1.0.0
4+
implementation:
5+
contact:
6+
- '@kumahq/kuma-maintainers'
7+
organization: kumahq
8+
project: kuma
9+
url: https://github.com/kumahq/kuma
10+
version: 2.6.0
11+
kind: ConformanceReport
12+
profiles:
13+
- core:
14+
result: success
15+
statistics:
16+
Failed: 0
17+
Passed: 29
18+
Skipped: 0
19+
summary: ""
20+
extended:
21+
result: success
22+
statistics:
23+
Failed: 0
24+
Passed: 9
25+
Skipped: 0
26+
summary: ""
27+
supportedFeatures:
28+
- HTTPRoutePathRedirect
29+
- HTTPRouteHostRewrite
30+
- HTTPRouteResponseHeaderModification
31+
- HTTPRouteMethodMatching
32+
- HTTPRouteQueryParamMatching
33+
- HTTPRoutePortRedirect
34+
- HTTPRoutePathRewrite
35+
- HTTPRouteRequestMirror
36+
- HTTPRouteSchemeRedirect
37+
unsupportedFeatures:
38+
- HTTPRouteRequestMultipleMirrors
39+
- HTTPRouteRequestTimeout
40+
- HTTPRouteBackendTimeout
41+
name: HTTP
42+
- core:
43+
result: success
44+
statistics:
45+
Failed: 0
46+
Passed: 2
47+
Skipped: 0
48+
summary: ""
49+
extended:
50+
result: success
51+
statistics:
52+
Failed: 0
53+
Passed: 4
54+
Skipped: 0
55+
summary: ""
56+
supportedFeatures:
57+
- HTTPRoutePathRewrite
58+
- HTTPRouteRequestMirror
59+
- HTTPRouteSchemeRedirect
60+
- HTTPRoutePathRedirect
61+
- HTTPRouteQueryParamMatching
62+
- HTTPRouteResponseHeaderModification
63+
- HTTPRoutePortRedirect
64+
- HTTPRouteHostRewrite
65+
- HTTPRouteMethodMatching
66+
unsupportedFeatures:
67+
- HTTPRouteRequestMultipleMirrors
68+
- HTTPRouteRequestTimeout
69+
- HTTPRouteBackendTimeout
70+
name: MESH

site-src/implementations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ For help and support with Kong's implementations please feel free to [create an
336336

337337
### Kuma
338338

339-
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.8.0-Kuma-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.8.0/kumahq-kuma.yaml)
339+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.0.0-Kuma-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.0.0/kumahq-kuma.yaml)
340340

341341
[Kuma][kuma] is an open source service mesh.
342342

0 commit comments

Comments
 (0)