Skip to content

Commit 7713c25

Browse files
howardjohnBobyMCbobs
authored andcommitted
Update Istio status for Istio 1.22 and GW v1.1 (kubernetes-sigs#3025)
* Update Istio status for Istio 1.22 and GW v1.1 * Update with latest build * v1.1.0 official
1 parent 4ec7daf commit 7713c25

File tree

3 files changed

+128
-3
lines changed

3 files changed

+128
-3
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
apiVersion: gateway.networking.k8s.io/v1alpha1
2+
date: "2024-05-09T02:49:52Z"
3+
gatewayAPIChannel: experimental
4+
gatewayAPIVersion: v1.1.0
5+
implementation:
6+
contact:
7+
- '@istio/maintainers'
8+
organization: istio
9+
project: istio
10+
url: https://istio.io/
11+
version: "1.22"
12+
kind: ConformanceReport
13+
mode: default
14+
profiles:
15+
- core:
16+
result: success
17+
statistics:
18+
Failed: 0
19+
Passed: 11
20+
Skipped: 0
21+
extended:
22+
result: success
23+
statistics:
24+
Failed: 0
25+
Passed: 1
26+
Skipped: 0
27+
supportedFeatures:
28+
- GatewayHTTPListenerIsolation
29+
- GatewayPort8080
30+
- GatewayStaticAddresses
31+
name: GATEWAY-TLS
32+
summary: Core tests succeeded. Extended tests succeeded.
33+
- core:
34+
result: success
35+
statistics:
36+
Failed: 0
37+
Passed: 2
38+
Skipped: 0
39+
extended:
40+
result: success
41+
statistics:
42+
Failed: 0
43+
Passed: 3
44+
Skipped: 0
45+
supportedFeatures:
46+
- HTTPRouteBackendRequestHeaderModification
47+
- HTTPRouteBackendTimeout
48+
- HTTPRouteHostRewrite
49+
- HTTPRouteMethodMatching
50+
- HTTPRouteParentRefPort
51+
- HTTPRoutePathRedirect
52+
- HTTPRoutePathRewrite
53+
- HTTPRoutePortRedirect
54+
- HTTPRouteQueryParamMatching
55+
- HTTPRouteRequestMirror
56+
- HTTPRouteRequestMultipleMirrors
57+
- HTTPRouteRequestTimeout
58+
- HTTPRouteResponseHeaderModification
59+
- HTTPRouteSchemeRedirect
60+
- MeshConsumerRoute
61+
unsupportedFeatures:
62+
- MeshClusterIPMatching
63+
name: MESH-HTTP
64+
summary: Core tests succeeded. Extended tests succeeded.
65+
- core:
66+
result: success
67+
statistics:
68+
Failed: 0
69+
Passed: 12
70+
Skipped: 0
71+
extended:
72+
result: success
73+
statistics:
74+
Failed: 0
75+
Passed: 1
76+
Skipped: 0
77+
supportedFeatures:
78+
- GatewayHTTPListenerIsolation
79+
- GatewayPort8080
80+
- GatewayStaticAddresses
81+
name: GATEWAY-GRPC
82+
summary: Core tests succeeded. Extended tests succeeded.
83+
- core:
84+
result: success
85+
statistics:
86+
Failed: 0
87+
Passed: 33
88+
Skipped: 0
89+
extended:
90+
result: success
91+
statistics:
92+
Failed: 0
93+
Passed: 19
94+
Skipped: 0
95+
supportedFeatures:
96+
- GatewayHTTPListenerIsolation
97+
- GatewayPort8080
98+
- GatewayStaticAddresses
99+
- HTTPRouteBackendRequestHeaderModification
100+
- HTTPRouteBackendTimeout
101+
- HTTPRouteHostRewrite
102+
- HTTPRouteMethodMatching
103+
- HTTPRouteParentRefPort
104+
- HTTPRoutePathRedirect
105+
- HTTPRoutePathRewrite
106+
- HTTPRoutePortRedirect
107+
- HTTPRouteQueryParamMatching
108+
- HTTPRouteRequestMirror
109+
- HTTPRouteRequestMultipleMirrors
110+
- HTTPRouteRequestTimeout
111+
- HTTPRouteResponseHeaderModification
112+
- HTTPRouteSchemeRedirect
113+
name: GATEWAY-HTTP
114+
summary: Core tests succeeded. Extended tests succeeded.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Istio
2+
3+
## Table of Contents
4+
5+
|API channel|Implementation version|Mode|Report|
6+
|-----------|----------------------|----|------|
7+
|x|[1.22](https://github.com/istio/istio/releases/tag/1.22.0)|x|[link](./1.22-report.yaml)|
8+
9+
## Reproduce
10+
11+
Istio conformance tests can be reproduced by running `prow/integ-suite-kind.sh test.integration.pilot.kube` from within the [Istio repo](https://github.com/istio/istio).

site-src/implementations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cover, and documentation to help users get started.
3030
- [HAProxy Ingress][7] (alpha)
3131
- [HAProxy Kubernetes Ingress Controller][32] (GA)
3232
- [HashiCorp Consul][8]
33-
- [Istio][9] (beta)
33+
- [Istio][9] (GA)
3434
- [Kong][10] (GA)
3535
- [Kuma][11] (GA)
3636
- [LiteSpeed Ingress Controller][19]
@@ -43,7 +43,7 @@ cover, and documentation to help users get started.
4343

4444
## Service Mesh Implementation Status <a name="meshes"></a>
4545

46-
- [Istio][9] (experimental)
46+
- [Istio][9] (Beta)
4747
- [Kuma][11] (GA)
4848
- [Linkerd][28] (experimental)
4949

@@ -295,7 +295,7 @@ Please see the [Consul API Gateway documentation][consul-api-gw-doocs] for curre
295295

296296
### Istio
297297

298-
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.0.0-Istio-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.0.0/istio-istio)
298+
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.0.0-Istio-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.1.0/istio-istio)
299299

300300
[Istio][istio] is an open source [service mesh][istio-mesh] and gateway implementation.
301301

0 commit comments

Comments
 (0)