aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Srini Polavarapu <35056280+srini100@users.noreply.github.com>2018-12-18 17:22:05 -0800
committerGravatar GitHub <noreply@github.com>2018-12-18 17:22:05 -0800
commitf537de75cff7ea8e16aa38e76afe1ef9fbe18bfe (patch)
tree2dd95ad9c4940f19d62cf6d2584a4441a3566011 /tools
parent8114c05a2f84515c0f36c227d37925375f7002c5 (diff)
parent75077243de21f13889e32c77fdb5d94ba59c392e (diff)
Merge pull request #17546 from srini100/master
Add 1.17.1 to interop
Diffstat (limited to 'tools')
-rw-r--r--tools/interop_matrix/client_matrix.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index 931beddb9c..c0b08a59b2 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -104,6 +104,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'go': [
{
@@ -260,6 +263,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'node': [
{
@@ -354,6 +360,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'php': [
{
@@ -404,6 +413,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'csharp': [
{
@@ -459,6 +471,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
}