diff --git a/docs/test-version.md b/docs/test-version.md index ebd2cfcfa..64aa1abc0 100644 --- a/docs/test-version.md +++ b/docs/test-version.md @@ -16,4 +16,4 @@ The following Gateway API version and Ingress were tested as part of the release | Ingress | Tested version | Unavailable features | | ------- | ----------------------- | ------------------------------ | | Istio | v1.21.1 | retry,httpoption | -| Contour | v1.28.3 | httpoption | +| Contour | v1.29.0 | httpoption | diff --git a/hack/test-env.sh b/hack/test-env.sh index c2ec82f7f..c9e73a010 100755 --- a/hack/test-env.sh +++ b/hack/test-env.sh @@ -17,5 +17,5 @@ export GATEWAY_API_VERSION="v1.0.0" export ISTIO_VERSION="1.21.1" export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption" -export CONTOUR_VERSION="v1.28.3" +export CONTOUR_VERSION="v1.29.0" export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption"