API channel | Implementation version | Mode | Report |
---|---|---|---|
experimental | v1.27.0 | x | v1.27.0 report |
experimental | v1.27.1 | x | v1.27.1 report |
experimental | v1.27.2 | x | v1.27.2 report |
experimental | v1.27.3 | x | v1.27.3 report |
experimental | v1.27.4 | x | v1.27.4 report |
Follow the Contour contribution guide documentation for setting up your local development environment, which includes ensuring kubectl
, docker
, kinD
, and other tools are installed.
-
Clone the Contour GitHub repository
git clone https://github.com/projectcontour/contour && cd contour
-
Check out the desired version
export VERSION=v<x.y.z> git checkout $VERSION
-
Run the conformance tests
export CONTOUR_E2E_IMAGE="ghcr.io/projectcontour/contour:$VERSION" export GENERATE_GATEWAY_CONFORMANCE_REPORT="true" make setup-kind-cluster run-gateway-conformance cleanup-kind
Note: you can omit the
cleanup-kind
target if you would prefer to keep thekinD
cluster. -
Check the produced report
cat gateway-conformance-report/projectcontour-contour-*.yaml
Note: you can set
GATEWAY_CONFORMANCE_REPORT_OUTDIR
before running the tests to customize the output location.