From 4f0a4e9a002d06e1b8463b782c3f0aec931aea18 Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Mon, 18 Jun 2018 10:31:02 -0700 Subject: [PATCH 1/2] Add v1.13.0 release of grpc-java --- tools/interop_matrix/client_matrix.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index d6a704681a8..ff62004b730 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -172,6 +172,9 @@ LANG_RELEASE_MATRIX = { { 'v1.12.0': None }, + { + 'v1.13.0': None + }, ], 'python': [ { From b607f716f75e54158d5d3016bf11e74fbc00ccee Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Wed, 20 Jun 2018 17:45:35 -0700 Subject: [PATCH 2/2] bump to v1.13.1 because v1.13.0 failed to release --- tools/interop_matrix/client_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py index ff62004b730..1a7c24f44be 100644 --- a/tools/interop_matrix/client_matrix.py +++ b/tools/interop_matrix/client_matrix.py @@ -173,7 +173,7 @@ LANG_RELEASE_MATRIX = { 'v1.12.0': None }, { - 'v1.13.0': None + 'v1.13.1': None }, ], 'python': [