Skip to content

Commit bb3adca

Browse files
authored
Merge pull request #1623 from grycap/devel
Bump version 1.17.1
2 parents ff818b2 + ac79a15 commit bb3adca

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

changelog

+2
Original file line numberDiff line numberDiff line change
@@ -775,3 +775,5 @@ IM 1.17.0:
775775
IM 1.17.1:
776776
* Fix problem with 0 disk flavors in OpenStack.
777777
* 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.

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author = 'micafer'
55

66
version = '1.17'
7-
release = '1.17.0'
7+
release = '1.17.1'
88

99
master_doc = 'index'
1010

docker-devel/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ubuntu:22.04
33
ARG BRANCH=devel
44
LABEL maintainer="Miguel Caballer <[email protected]>"
5-
LABEL version="1.17.0"
5+
LABEL version="1.17.1"
66
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
77
EXPOSE 8899 8800
88

docker-py3/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile to create a container with the IM service
22
FROM ubuntu:22.04
33

4-
ENV VERSION=1.17.0
4+
ENV VERSION=1.17.1
55

66
LABEL maintainer="Miguel Caballer <[email protected]>"
77
LABEL version="${VERSION}"

0 commit comments

Comments
 (0)