From 146e2856960aea0167b362f448acf48aebac20e8 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Tue, 20 Apr 2021 10:55:31 -0400 Subject: [PATCH] Add 1.37.0 to interop matrix (#25920) --- tools/interop_matrix/client_matrix.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index 24bed27930cbc..38e39fc145c55 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -112,6 +112,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None): ('v1.34.0', ReleaseInfo()), ('v1.35.0', ReleaseInfo()), ('v1.36.3', ReleaseInfo()), + ('v1.37.0', ReleaseInfo()), ]), 'go': OrderedDict([ @@ -318,6 +319,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None): ('v1.34.0', ReleaseInfo(runtimes=['python'])), ('v1.35.0', ReleaseInfo(runtimes=['python'])), ('v1.36.3', ReleaseInfo(runtimes=['python'])), + ('v1.37.0', ReleaseInfo(runtimes=['python'])), ]), 'node': OrderedDict([ @@ -383,6 +385,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None): ('v1.34.0', ReleaseInfo()), ('v1.35.0', ReleaseInfo()), ('v1.36.3', ReleaseInfo()), + ('v1.37.0', ReleaseInfo()), ]), 'php': OrderedDict([ @@ -421,6 +424,7 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None): ('v1.34.0', ReleaseInfo()), ('v1.35.0', ReleaseInfo()), ('v1.36.3', ReleaseInfo()), + ('v1.37.0', ReleaseInfo()), ]), 'csharp': OrderedDict([ @@ -464,5 +468,6 @@ def __init__(self, patch=[], runtimes=[], testcases_file=None): ('v1.34.0', ReleaseInfo()), ('v1.35.0', ReleaseInfo()), ('v1.36.3', ReleaseInfo()), + ('v1.37.0', ReleaseInfo()), ]), }