Skip to content

Commit 000fcbc

Browse files
authored
conformance: Correct Cilium version in 1.2.1 (#3622)
The recently added Cilium conformance report is still with main version, which was recently fixed in cilium/cilium#37671. Relates: #3578. Signed-off-by: Tam Mach <[email protected]>
1 parent beecb9f commit 000fcbc

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

conformance/reports/v1.2.1/cilium-cilium/experimental-1.17-default-report.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,36 @@
11
apiVersion: gateway.networking.k8s.io/v1
2-
date: "2025-01-31T10:07:12Z"
2+
date: "2025-02-17T10:07:02Z"
33
gatewayAPIChannel: experimental
44
gatewayAPIVersion: v1.2.1
55
implementation:
66
contact:
7-
- https://github.com/cilium/community/blob/v1.17/roles/Maintainers.md
7+
- https://github.com/cilium/community/blob/main/roles/Maintainers.md
88
organization: cilium
99
project: cilium
1010
url: github.com/cilium/cilium
11-
version: main
11+
version: v1.17
1212
kind: ConformanceReport
1313
mode: default
1414
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: 2
26+
Skipped: 0
27+
supportedFeatures:
28+
- GatewayHTTPListenerIsolation
29+
- GatewayInfrastructurePropagation
30+
- GatewayPort8080
31+
- GatewayStaticAddresses
32+
name: GATEWAY-TLS
33+
summary: Core tests succeeded. Extended tests succeeded.
1534
- core:
1635
result: success
1736
statistics:
@@ -111,24 +130,5 @@ profiles:
111130
- HTTPRouteParentRefPort
112131
name: GATEWAY-HTTP
113132
summary: Core tests succeeded. Extended tests succeeded.
114-
- core:
115-
result: success
116-
statistics:
117-
Failed: 0
118-
Passed: 11
119-
Skipped: 0
120-
extended:
121-
result: success
122-
statistics:
123-
Failed: 0
124-
Passed: 2
125-
Skipped: 0
126-
supportedFeatures:
127-
- GatewayHTTPListenerIsolation
128-
- GatewayInfrastructurePropagation
129-
- GatewayPort8080
130-
- GatewayStaticAddresses
131-
name: GATEWAY-TLS
132-
summary: Core tests succeeded. Extended tests succeeded.
133133
succeededProvisionalTests:
134134
- GatewayInfrastructure

0 commit comments

Comments
 (0)