From c8bf830eb75cc056c92369b66d8e84cb0069e225 Mon Sep 17 00:00:00 2001 From: Izabela Gomes Date: Thu, 16 May 2024 01:43:40 -0400 Subject: [PATCH] Bump Istio and Contour version (#727) * bump Contour version to 1.29.0 * bump Istio version to 1.22.0 --- docs/test-version.md | 4 ++-- hack/test-env.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/test-version.md b/docs/test-version.md index ebd2cfcfa..26a2903f3 100644 --- a/docs/test-version.md +++ b/docs/test-version.md @@ -15,5 +15,5 @@ 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 | +| Istio | v1.22.0 | retry,httpoption | +| Contour | v1.29.0 | httpoption | diff --git a/hack/test-env.sh b/hack/test-env.sh index c2ec82f7f..c54de153c 100755 --- a/hack/test-env.sh +++ b/hack/test-env.sh @@ -15,7 +15,7 @@ # limitations under the License. export GATEWAY_API_VERSION="v1.0.0" -export ISTIO_VERSION="1.21.1" +export ISTIO_VERSION="1.22.0" 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"