-
Notifications
You must be signed in to change notification settings - Fork 585
update conformance report for EnvoyGateway v1.5.0 #3987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: gateway.networking.k8s.io/v1 | ||
date: "2025-05-14T03:12:24Z" | ||
date: "2025-08-08T05:23:48Z" | ||
gatewayAPIChannel: experimental | ||
gatewayAPIVersion: v1.3.0 | ||
implementation: | ||
|
@@ -12,14 +12,6 @@ implementation: | |
kind: ConformanceReport | ||
mode: default | ||
profiles: | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 12 | ||
Skipped: 0 | ||
name: GATEWAY-GRPC | ||
summary: Core tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
|
@@ -67,5 +59,13 @@ profiles: | |
Skipped: 0 | ||
name: GATEWAY-TLS | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. shouldnt There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is just because the only tests in those profiles are "Core" - there are no tests of extended features for GRPCRoute or TLSRoute. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah thanks |
||
summary: Core tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 12 | ||
Skipped: 0 | ||
name: GATEWAY-GRPC | ||
summary: Core tests succeeded. | ||
succeededProvisionalTests: | ||
- HTTPRouteRequestPercentageMirror |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
apiVersion: gateway.networking.k8s.io/v1 | ||
date: "2025-08-08T05:25:57Z" | ||
gatewayAPIChannel: experimental | ||
gatewayAPIVersion: v1.3.0 | ||
implementation: | ||
contact: | ||
- https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md | ||
organization: envoyproxy | ||
project: envoy-gateway | ||
url: https://github.com/envoyproxy/gateway | ||
version: latest | ||
kind: ConformanceReport | ||
mode: default | ||
zirain marked this conversation as resolved.
Show resolved
Hide resolved
|
||
profiles: | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 12 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 1 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- GatewayAddressEmpty | ||
- GatewayHTTPListenerIsolation | ||
- GatewayInfrastructurePropagation | ||
- GatewayPort8080 | ||
unsupportedFeatures: | ||
- GatewayStaticAddresses | ||
name: GATEWAY-GRPC | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 33 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 24 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- GatewayAddressEmpty | ||
- GatewayHTTPListenerIsolation | ||
- GatewayInfrastructurePropagation | ||
- GatewayPort8080 | ||
- HTTPRouteBackendProtocolH2C | ||
- HTTPRouteBackendProtocolWebSocket | ||
- HTTPRouteBackendRequestHeaderModification | ||
- HTTPRouteBackendTimeout | ||
- HTTPRouteDestinationPortMatching | ||
- HTTPRouteHostRewrite | ||
- HTTPRouteMethodMatching | ||
- HTTPRouteParentRefPort | ||
- HTTPRoutePathRedirect | ||
- HTTPRoutePathRewrite | ||
- HTTPRoutePortRedirect | ||
- HTTPRouteQueryParamMatching | ||
- HTTPRouteRequestMirror | ||
- HTTPRouteRequestMultipleMirrors | ||
- HTTPRouteRequestPercentageMirror | ||
- HTTPRouteRequestTimeout | ||
- HTTPRouteResponseHeaderModification | ||
- HTTPRouteSchemeRedirect | ||
unsupportedFeatures: | ||
- GatewayStaticAddresses | ||
name: GATEWAY-HTTP | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
- core: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 11 | ||
Skipped: 0 | ||
extended: | ||
result: success | ||
statistics: | ||
Failed: 0 | ||
Passed: 1 | ||
Skipped: 0 | ||
supportedFeatures: | ||
- GatewayAddressEmpty | ||
- GatewayHTTPListenerIsolation | ||
- GatewayInfrastructurePropagation | ||
- GatewayPort8080 | ||
unsupportedFeatures: | ||
- GatewayStaticAddresses | ||
name: GATEWAY-TLS | ||
summary: Core tests succeeded. Extended tests succeeded. | ||
succeededProvisionalTests: | ||
- GatewayInfrastructure | ||
- HTTPRouteRequestPercentageMirror |
Uh oh!
There was an error while loading. Please reload this page.