Skip to content

Commit

Permalink
Merge pull request #2766 from sunjayBhatia/conformance-report-contour…
Browse files Browse the repository at this point in the history
…-v1.0.0

Add contour conformance report for v1.0.0
  • Loading branch information
k8s-ci-robot authored Feb 16, 2024
2 parents ec859a0 + 56e108c commit c22c31d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 6 deletions.
50 changes: 50 additions & 0 deletions conformance/reports/v1.0.0/projectcontour-contour.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
apiVersion: gateway.networking.k8s.io/v1alpha1
date: "2024-02-13T16:24:49Z"
gatewayAPIVersion: v1.0.0
implementation:
contact:
- '@projectcontour/maintainers'
organization: projectcontour
project: contour
url: https://projectcontour.io/
version: v1.28.1
kind: ConformanceReport
profiles:
- core:
result: success
statistics:
Failed: 0
Passed: 29
Skipped: 0
summary: ""
extended:
result: partial
skippedTests:
- HTTPRouteTimeoutBackendRequest
statistics:
Failed: 0
Passed: 11
Skipped: 1
summary: ""
supportedFeatures:
- HTTPRouteRequestMultipleMirrors
- HTTPRouteQueryParamMatching
- HTTPRouteSchemeRedirect
- HTTPRoutePathRedirect
- HTTPRouteBackendTimeout
- HTTPRouteResponseHeaderModification
- HTTPRoutePathRewrite
- HTTPRouteRequestMirror
- HTTPRoutePortRedirect
- HTTPRouteHostRewrite
- HTTPRouteRequestTimeout
- HTTPRouteMethodMatching
name: HTTP
- core:
result: success
statistics:
Failed: 0
Passed: 10
Skipped: 0
summary: ""
name: TLS
12 changes: 6 additions & 6 deletions site-src/implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ effort, check out the #development channel or join our [weekly developer meeting

### Contour

[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v0.8.1-Contour-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v0.8.1/projectcontour-contour.yaml)
[![Conformance](https://img.shields.io/badge/Gateway%20API%20Conformance%20v1.0.0-Contour-green)](https://github.com/kubernetes-sigs/gateway-api/blob/main/conformance/reports/v1.0.0/projectcontour-contour.yaml)

[Contour][contour] is a CNCF open source Envoy-based ingress controller for Kubernetes.

Contour [v1.27.0][contour-release] implements Gateway API v0.8.1, supporting the v1alpha2 and v1beta1 API versions.
All [Standard channel][contour-standard] resources (GatewayClass, Gateway, HTTPRoute, ReferenceGrant), plus TLSRoute, TCPRoute, and GRPCRoute, are supported.
Contour's implementation passes all core and most extended Gateway API conformance tests included in the v0.8.1 release.
Contour [v1.28.1][contour-release] implements Gateway API v1.0.0.
All [Standard channel][contour-standard] v1 API group resources (GatewayClass, Gateway, HTTPRoute, ReferenceGrant), plus most v1alpha2 API group resources (TLSRoute, TCPRoute, GRPCRoute, ReferenceGrant, and BackendTLSPolicy) are supported.
Contour's implementation passes all core and most extended Gateway API conformance tests included in the v1.0.0 release.

See the [Contour Gateway API Guide][contour-guide] for information on how to deploy and use Contour's Gateway API implementation.

Expand All @@ -190,9 +190,9 @@ For help and support with Contour's implementation, [create an issue][contour-is
_Some "extended" functionality is not implemented yet, [contributions welcome!][contour-contrib]._

[contour]:https://projectcontour.io
[contour-release]:https://github.com/projectcontour/contour/releases/tag/v1.27.0
[contour-release]:https://github.com/projectcontour/contour/releases/tag/v1.28.1
[contour-standard]:https://gateway-api.sigs.k8s.io/concepts/versioning/#release-channels-eg-experimental-standard
[contour-guide]:https://projectcontour.io/docs/1.27/guides/gateway-api/
[contour-guide]:https://projectcontour.io/docs/1.28/guides/gateway-api/
[contour-issue-new]:https://github.com/projectcontour/contour/issues/new/choose
[contour-slack]:https://kubernetes.slack.com/archives/C8XRH2R4J
[contour-contrib]:https://github.com/projectcontour/contour/blob/main/CONTRIBUTING.md
Expand Down

0 comments on commit c22c31d

Please sign in to comment.