aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Srini Polavarapu <psrini@google.com>2018-12-18 12:30:30 -0800
committerGravatar Srini Polavarapu <psrini@google.com>2018-12-18 12:30:30 -0800
commit75077243de21f13889e32c77fdb5d94ba59c392e (patch)
tree67860165fb3f51ff281d6eb615634d1f179bf56f /tools
parentf9ae9358c3a8938b91086a4ff86247e20bde0e8c (diff)
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
+ },
],
}