From 52de708de4e7d5b66a0a96e3047bd6b10c165356 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Tue, 17 Oct 2023 11:04:20 +0900 Subject: [PATCH] Bump Istio to 1.19.3 --- docs/test-version.md | 2 +- hack/test-env.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/test-version.md b/docs/test-version.md index c77e076c4..3944d43cc 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.19.0 | retry,httpoption | +| Istio | v1.19.3 | retry,httpoption | | Contour | v1.26.0 | httpoption,basics/http2,grpc,grpc/split,update | diff --git a/hack/test-env.sh b/hack/test-env.sh index f33cca888..2f7577fdb 100755 --- a/hack/test-env.sh +++ b/hack/test-env.sh @@ -15,7 +15,7 @@ # limitations under the License. export GATEWAY_API_VERSION="v0.8.1" -export ISTIO_VERSION="1.19.0" +export ISTIO_VERSION="1.19.3" export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption" export CONTOUR_VERSION="v1.26.0" export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,basics/http2,grpc,grpc/split,update"