From 1c1b2f90e25b03d19929e0678211051818daf971 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Fri, 1 Mar 2024 14:11:53 -0500 Subject: [PATCH 1/2] contour: enable http2 tests --- hack/test-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-env.sh b/hack/test-env.sh index 8c124ef60..8d0ad3e6a 100755 --- a/hack/test-env.sh +++ b/hack/test-env.sh @@ -18,4 +18,4 @@ export GATEWAY_API_VERSION="v1.0.0" export ISTIO_VERSION="1.20.3" export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption,update" export CONTOUR_VERSION="v1.28.1" -export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,basics/http2,grpc,grpc/split,update" +export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,update" From 46a46907c5b5763637388aee7ab7a3b36bd685a1 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Fri, 1 Mar 2024 14:39:30 -0500 Subject: [PATCH 2/2] update codegen --- docs/test-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-version.md b/docs/test-version.md index 1c4cc740c..332530640 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.20.3 | retry,httpoption,update | -| Contour | v1.28.1 | httpoption,basics/http2,grpc,grpc/split,update | +| Contour | v1.28.1 | httpoption,update |