diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 1eaaf59c751..48caa2560a0 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -130,6 +130,7 @@ LANG_RELEASE_MATRIX = { ("v1.57.0", ReleaseInfo()), ("v1.58.0", ReleaseInfo()), ("v1.60.0", ReleaseInfo()), + ("v1.61.0", ReleaseInfo()), ] ), "go": OrderedDict( @@ -764,6 +765,12 @@ LANG_RELEASE_MATRIX = { runtimes=["python"], testcases_file="python__master" ), ), + ( + "v1.61.0", + ReleaseInfo( + runtimes=["python"], testcases_file="python__master" + ), + ), ] ), "node": OrderedDict( @@ -858,6 +865,7 @@ LANG_RELEASE_MATRIX = { ("v1.57.0", ReleaseInfo()), ("v1.58.0", ReleaseInfo()), ("v1.60.0", ReleaseInfo()), + ("v1.61.0", ReleaseInfo()), ] ), "php": OrderedDict( @@ -916,6 +924,7 @@ LANG_RELEASE_MATRIX = { ("v1.57.0", ReleaseInfo()), ("v1.58.0", ReleaseInfo()), ("v1.60.0", ReleaseInfo()), + ("v1.61.0", ReleaseInfo()), ] ), "csharp": OrderedDict(