You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/08/15 14:05:14 UTC

[incubator-openwhisk] branch master updated: Update kafka_python to 1.3.4 (#2618)

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new c68f2c1  Update kafka_python to 1.3.4 (#2618)
c68f2c1 is described below

commit c68f2c16021b46da68b003c0ebc7812a3d803806
Author: Justin Berstler <bj...@us.ibm.com>
AuthorDate: Tue Aug 15 10:05:11 2017 -0400

    Update kafka_python to 1.3.4 (#2618)
    
    This version contains important fixes to limit the number of connections made during bootstrapping
---
 core/pythonAction/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/pythonAction/Dockerfile b/core/pythonAction/Dockerfile
index 8355fe2..1c1345c 100644
--- a/core/pythonAction/Dockerfile
+++ b/core/pythonAction/Dockerfile
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
 RUN pip install \
     beautifulsoup4==4.5.3 \
     httplib2==0.10.3 \
-    kafka_python==1.3.2 \
+    kafka_python==1.3.4 \
     lxml==3.7.3 \
     python-dateutil==2.6.0 \
     requests==2.13.0 \

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].