Skip to content

Commit

Permalink
Merge pull request #1623 from grycap/devel
Browse files Browse the repository at this point in the history
Bump version 1.17.1
  • Loading branch information
micafer authored Oct 31, 2024
2 parents ff818b2 + ac79a15 commit bb3adca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -775,3 +775,5 @@ IM 1.17.0:
IM 1.17.1:
* Fix problem with 0 disk flavors in OpenStack.
* Speed up Ansible installation using newer versions.
* Fix problem with 0 disk flavors in OpenStack.
* Flush Inf data to DB in case of service termination.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
author = 'micafer'

version = '1.17'
release = '1.17.0'
release = '1.17.1'

master_doc = 'index'

Expand Down
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:22.04
ARG BRANCH=devel
LABEL maintainer="Miguel Caballer <micafer1@upv.es>"
LABEL version="1.17.0"
LABEL version="1.17.1"
LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
EXPOSE 8899 8800

Expand Down
2 changes: 1 addition & 1 deletion 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:22.04

ENV VERSION=1.17.0
ENV VERSION=1.17.1

LABEL maintainer="Miguel Caballer <micafer1@upv.es>"
LABEL version="${VERSION}"
Expand Down

0 comments on commit bb3adca

Please sign in to comment.