From c50e1498be0d7b56e9615cc4ed929a654268c461 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Thu, 30 May 2024 23:29:31 -0700 Subject: [PATCH] [Interop] Update image versions (#36784) Use 1.63.1 and 1.64.1 for C++. Use 1.64.1 for Python. Closes #36784 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36784 from yashykt:UpdateInterop 9a25ffed27ba23cffe6046b29bb791282b35cc6f PiperOrigin-RevId: 638919524 --- tools/interop_matrix/client_matrix.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 3e79add7698..c22a8d59d0b 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -132,8 +132,8 @@ LANG_RELEASE_MATRIX = { ("v1.60.0", ReleaseInfo()), ("v1.61.0", ReleaseInfo()), ("v1.62.0", ReleaseInfo()), - ("v1.63.0", ReleaseInfo()), - ("v1.64.0", ReleaseInfo()), + ("v1.63.1", ReleaseInfo()), + ("v1.64.1", ReleaseInfo()), ] ), "go": OrderedDict( @@ -791,7 +791,7 @@ LANG_RELEASE_MATRIX = { ), ), ( - "v1.64.0", + "v1.64.1", ReleaseInfo( runtimes=["python"], testcases_file="python__master" ),