File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -775,3 +775,5 @@ IM 1.17.0:
775
775
IM 1.17.1:
776
776
* Fix problem with 0 disk flavors in OpenStack.
777
777
* Speed up Ansible installation using newer versions.
778
+ * Fix problem with 0 disk flavors in OpenStack.
779
+ * Flush Inf data to DB in case of service termination.
Original file line number Diff line number Diff line change 4
4
author = 'micafer'
5
5
6
6
version = '1.17'
7
- release = '1.17.0 '
7
+ release = '1.17.1 '
8
8
9
9
master_doc = 'index'
10
10
Original file line number Diff line number Diff line change 2
2
FROM ubuntu:22.04
3
3
ARG BRANCH=devel
4
4
LABEL maintainer=
"Miguel Caballer <[email protected] >"
5
- LABEL version="1.17.0 "
5
+ LABEL version="1.17.1 "
6
6
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
7
7
EXPOSE 8899 8800
8
8
Original file line number Diff line number Diff line change 1
1
# Dockerfile to create a container with the IM service
2
2
FROM ubuntu:22.04
3
3
4
- ENV VERSION=1.17.0
4
+ ENV VERSION=1.17.1
5
5
6
6
LABEL maintainer=
"Miguel Caballer <[email protected] >"
7
7
LABEL version="${VERSION}"
You can’t perform that action at this time.
0 commit comments