From 742d1ef52791a811725c71fc336dcc5e7b24a691 Mon Sep 17 00:00:00 2001 From: yijiem Date: Thu, 2 May 2024 19:18:33 -0700 Subject: [PATCH] add 1.63.0 release tag to client_matrix.py --- tools/interop_matrix/client_matrix.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index bcb9bcf8769..ccaf83cc1e6 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -132,6 +132,7 @@ LANG_RELEASE_MATRIX = { ("v1.60.0", ReleaseInfo()), ("v1.61.0", ReleaseInfo()), ("v1.62.0", ReleaseInfo()), + ("v1.63.0", ReleaseInfo()), ] ), "go": OrderedDict( @@ -781,6 +782,12 @@ LANG_RELEASE_MATRIX = { runtimes=["python"], testcases_file="python__master" ), ), + ( + "v1.63.0", + ReleaseInfo( + runtimes=["python"], testcases_file="python__master" + ), + ), ] ), "node": OrderedDict( @@ -877,6 +884,7 @@ LANG_RELEASE_MATRIX = { ("v1.60.0", ReleaseInfo()), ("v1.61.0", ReleaseInfo()), ("v1.62.0", ReleaseInfo()), + ("v1.63.0", ReleaseInfo()), ] ), "php": OrderedDict( @@ -937,6 +945,7 @@ LANG_RELEASE_MATRIX = { ("v1.60.0", ReleaseInfo()), ("v1.61.0", ReleaseInfo()), ("v1.62.0", ReleaseInfo()), + ("v1.63.0", ReleaseInfo()), ] ), "csharp": OrderedDict(