From 0a47e2f472c2e8f330759d2ee47018edf9ecc7c2 Mon Sep 17 00:00:00 2001 From: Mark Burnett Date: Thu, 24 Aug 2017 11:16:13 -0500 Subject: [PATCH] Update grpc version The previous version did not respect no_proxy settings, causing Armada to attempt to use the proxy to talk to tiller even when not appropriate, e.g. on localhost. Change-Id: Ib4e7bd322c7f5781642800d01f3f984f4e6c4133 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c569172..14892524 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ gitpython==2.1.5 grpc==0.3.post19 -grpcio==1.1.3 -grpcio-tools==1.1.3 +grpcio==1.4.0 +grpcio-tools==1.4.0 keystoneauth1==2.21.0 kubernetes>=1.0.0 oslo.log==3.28.0