You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2018/05/07 21:26:57 UTC

[incubator-openwhisk-deploy-kube] branch master updated: bump ansible to 2.5.2 (#192)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 19552ca  bump ansible to 2.5.2 (#192)
19552ca is described below

commit 19552ca8eba4090caf212718bcadbe9a90e5683d
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon May 7 23:26:55 2018 +0200

    bump ansible to 2.5.2 (#192)
    
    Version bump to ansible 2.5.2 as a workaround for
    a bug (https://github.com/ansible/ansible/issues/37850) in ansible 2.5.0.
---
 docker/couchdb/Dockerfile     | 2 +-
 docker/docker-pull/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/couchdb/Dockerfile b/docker/couchdb/Dockerfile
index 596137c..098ce1a 100644
--- a/docker/couchdb/Dockerfile
+++ b/docker/couchdb/Dockerfile
@@ -19,7 +19,7 @@ RUN pip install argcomplete
 RUN pip install couchdb
 RUN pip install --upgrade cffi
 RUN pip install markupsafe
-RUN pip install ansible==2.5.0
+RUN pip install ansible==2.5.2
 RUN pip install -U pyopenssl
 
 COPY init.sh /init.sh
diff --git a/docker/docker-pull/Dockerfile b/docker/docker-pull/Dockerfile
index 831e72b..294c311 100644
--- a/docker/docker-pull/Dockerfile
+++ b/docker/docker-pull/Dockerfile
@@ -13,7 +13,7 @@ rm -f docker-${DOCKER_VERSION}.tgz && \
 chmod +x /usr/bin/docker
 
 RUN pip install --upgrade setuptools
-RUN pip install ansible==2.5.0
+RUN pip install ansible==2.5.2
 RUN pip install jinja2==2.9.6
 
 COPY pull_images.yml /pull_images.yml

-- 
To stop receiving notification emails like this one, please contact
dgrove@apache.org.