Skip to content

Commit

Permalink
Bump 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Apr 6, 2022
1 parent 6fd1574 commit e763852
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion IM/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'InfrastructureInfo', 'InfrastructureManager', 'recipe', 'request', 'REST', 'retry',
'ServiceRequests', 'SSH', 'SSHRetry', 'timedcall', 'UnixHTTPAdapter',
'VirtualMachine', 'VMRC', 'xmlobject']
__version__ = '1.11.0'
__version__ = '1.11.1'
__author__ = 'Miguel Caballer'


Expand Down
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -700,4 +700,6 @@ IM 1.11.0:
* Fix error in EGI connector using appdb image url without setting site name.
* Fix error getting project ids from AppDB.


IM 1.11.1:
* Fix error in OpenStack connector setting microversion.
* Fix vo set in appdb image in EGI conn is not compared with auth data.
2 changes: 1 addition & 1 deletion docker-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM ubuntu:20.04
ARG BRANCH=devel
LABEL maintainer="Miguel Caballer <[email protected]>"
LABEL version="1.11.0"
LABEL version="1.11.1"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand Down
4 changes: 2 additions & 2 deletions docker-py3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to create a container with the IM service
FROM ubuntu:20.04
LABEL maintainer="Miguel Caballer <[email protected]>"
LABEL version="1.11.0"
LABEL version="1.11.1"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand All @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3-setupto
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==2.9.26&& \
pip3 install git+https://github.com/openstack/tosca-parser && \
pip3 install git+https://github.com/micafer/libcloud@micro && \
pip3 install IM==1.11.0 && \
pip3 install IM==1.11.1 && \
apt-get purge -y python3-pip git && \
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/

Expand Down

0 comments on commit e763852

Please sign in to comment.