From e98936619294cef0077a6f6f22a059a7f6eb3c14 Mon Sep 17 00:00:00 2001 From: micafer Date: Mon, 21 May 2018 10:41:54 +0200 Subject: [PATCH] Set version num 1.7.2 --- IM/__init__.py | 2 +- changelog | 4 +++- docker-devel/Dockerfile | 2 +- docker-py3/Dockerfile | 4 ++-- docker/Dockerfile | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/IM/__init__.py b/IM/__init__.py index 7ddfe83e0..7bb7c65f3 100644 --- a/IM/__init__.py +++ b/IM/__init__.py @@ -19,5 +19,5 @@ 'InfrastructureInfo', 'InfrastructureManager', 'recipe', 'request', 'REST', 'retry', 'ServiceRequests', 'SSH', 'SSHRetry', 'timedcall', 'UnixHTTPAdapter', 'uriparse', 'VirtualMachine', 'VMRC', 'xmlobject'] -__version__ = '1.7.1' +__version__ = '1.7.2' __author__ = 'Miguel Caballer' diff --git a/changelog b/changelog index a9aa832f0..00a42e4ca 100644 --- a/changelog +++ b/changelog @@ -411,4 +411,6 @@ IM 1.7.1: * Fix Azure conn does not get the correct state (in case of suspended VMs). * Enable to specify pool_name in the network provider_ip in OpenStack conn. - +IM 1.7.2: + * Fix Error setting the INF_CACHE_TIME conf variable time. + * Add support to availability_zone in tosca.policies.Placement. diff --git a/docker-devel/Dockerfile b/docker-devel/Dockerfile index 06c21e72c..e471de559 100644 --- a/docker-devel/Dockerfile +++ b/docker-devel/Dockerfile @@ -2,7 +2,7 @@ FROM grycap/jenkins:ubuntu16.04-im ARG BRANCH=devel MAINTAINER Miguel Caballer -LABEL version="1.7.1" +LABEL version="1.7.2" LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" EXPOSE 8899 8800 diff --git a/docker-py3/Dockerfile b/docker-py3/Dockerfile index 7599a6f0c..abf889cad 100644 --- a/docker-py3/Dockerfile +++ b/docker-py3/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a container with the IM service FROM ubuntu:16.04 LABEL maintainer="Miguel Caballer " -LABEL version="1.7.1" +LABEL version="1.7.2" LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" EXPOSE 8899 8800 @@ -16,7 +16,7 @@ RUN pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-c # Install IM RUN apt-get update && apt-get install --no-install-recommends -y gcc libssl-dev libffi-dev libsqlite3-dev && \ - pip3 install IM==1.6.1 && \ + pip3 install IM==1.7.2 && \ apt-get remove -y gcc libssl-dev libffi-dev libsqlite3-dev python-dev python-pip && \ apt-get autoremove -y && \ rm -rf /var/lib/apt/lists/* diff --git a/docker/Dockerfile b/docker/Dockerfile index e8c68dd8b..45137bb06 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ # Dockerfile to create a container with the IM service FROM ubuntu:18.04 LABEL maintainer="Miguel Caballer " -LABEL version="1.7.1" +LABEL version="1.7.2" LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)" EXPOSE 8899 8800 @@ -18,7 +18,7 @@ RUN pip install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-co RUN apt-get update && apt-get install --no-install-recommends -y gcc libmysqld-dev libssl-dev libffi-dev libsqlite3-dev libmysqlclient20 && \ pip install pycrypto && \ pip install MySQL-python && \ - pip install IM==1.7.1 && \ + pip install IM==1.7.2 && \ apt-get purge -y gcc libmysqld-dev libssl-dev libffi-dev libsqlite3-dev python-dev python-pip && \ apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/