Skip to content

Commit

Permalink
bump 1.15.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Jun 13, 2022
1 parent 43b4838 commit 2b6c272
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.15.0

Use 1.6.0 version of SCIM in docker image
Log to access, error and keystone logs to stderr of docker to avoid log to file (#148)

1.14.1
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ MAINTAINER IoT team

ENV DB_HOST localhost
ENV KEYSTONE_ADMIN_PASSWORD 4pass1w0rd
ENV KEYSTONE_SCIM_VERSION 1.5.0
ENV KEYSTONE_SPASSWORD_VERSION 1.14.1
ENV KEYSTONE_SCIM_VERSION 1.6.0
ENV KEYSTONE_SPASSWORD_VERSION 1.15.0

COPY ./*.sh /opt/keystone/
COPY ./*.patch /opt/keystone/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = keystone_spassword
version = 1.14.0
version = 1.15.0
summary = Keystone SPASSWORD extension
description-file =
README.md
Expand Down

0 comments on commit 2b6c272

Please sign in to comment.