Skip to content

Commit 56e108c

Browse files
committed
add to implementations.md
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent 5216b42 commit 56e108c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site-src/implementations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ effort, check out the #development channel or join our [weekly developer meeting
175175

176176
### Contour
177177

178-
[![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)
178+
[![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)
179179

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

182-
Contour [v1.27.0][contour-release] implements Gateway API v0.8.1, supporting the v1alpha2 and v1beta1 API versions.
183-
All [Standard channel][contour-standard] resources (GatewayClass, Gateway, HTTPRoute, ReferenceGrant), plus TLSRoute, TCPRoute, and GRPCRoute, are supported.
184-
Contour's implementation passes all core and most extended Gateway API conformance tests included in the v0.8.1 release.
182+
Contour [v1.28.1][contour-release] implements Gateway API v1.0.0.
183+
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.
184+
Contour's implementation passes all core and most extended Gateway API conformance tests included in the v1.0.0 release.
185185

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

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

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

0 commit comments

Comments
 (0)