Skip to content

Latest commit

 

History

History

projectcontour-contour

Projectcontour Contour

Table of Contents

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

Reproduce

Prerequisites

Follow the Contour contribution guide documentation for setting up your local development environment, which includes ensuring kubectl, docker, kinD, and other tools are installed.

Steps

  1. Clone the Contour GitHub repository

    git clone https://github.com/projectcontour/contour && cd contour
  2. Check out the desired version

    export VERSION=v<x.y.z>
    git checkout $VERSION
  3. 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 the kinD cluster.

  4. 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.