From 1797b84e0eb871a9773709d7260c4a8bb221f755 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 18 Mar 2020 13:06:55 -0700 Subject: [PATCH] Add 1.27.3 to the interop matrix --- 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 92768508834..96e2b33c614 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -104,6 +104,7 @@ LANG_RELEASE_MATRIX = { ('v1.24.0', ReleaseInfo()), ('v1.25.0', ReleaseInfo()), ('v1.26.0', ReleaseInfo()), + ('v1.27.3', ReleaseInfo()), ]), 'go': OrderedDict([ @@ -268,6 +269,7 @@ LANG_RELEASE_MATRIX = { ('v1.24.0', ReleaseInfo(runtimes=['python'])), ('v1.25.0', ReleaseInfo(runtimes=['python'])), ('v1.26.0', ReleaseInfo(runtimes=['python'])), + ('v1.27.3', ReleaseInfo(runtimes=['python'])), ]), 'node': OrderedDict([ @@ -325,6 +327,7 @@ LANG_RELEASE_MATRIX = { # If you are not encountering the error in above issue # go ahead and upload the docker image for new releases. ('v1.26.0', ReleaseInfo()), + ('v1.27.3', ReleaseInfo()), ]), 'php': OrderedDict([ @@ -355,6 +358,7 @@ LANG_RELEASE_MATRIX = { ('v1.24.0', ReleaseInfo()), ('v1.25.0', ReleaseInfo()), ('v1.26.0', ReleaseInfo()), + ('v1.27.3', ReleaseInfo()), ]), 'csharp': OrderedDict([ @@ -390,5 +394,6 @@ LANG_RELEASE_MATRIX = { ('v1.24.0', ReleaseInfo()), ('v1.25.0', ReleaseInfo()), ('v1.26.0', ReleaseInfo()), + ('v1.27.3', ReleaseInfo()), ]), }