Skip to content

Commit

Permalink
bump 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Dec 10, 2021
1 parent 8cb54f6 commit 4934343
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.13.0

ADD: force keystone restart at startup after set configuration (#199)
ADD: log spassword config at startup
ADD: preconfig docker and new vars and doc to configure keystone as SAML IdP
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER IoT team
ENV DB_HOST localhost
ENV KEYSTONE_ADMIN_PASSWORD 4pass1w0rd
ENV KEYSTONE_SCIM_VERSION 1.5.0
ENV KEYSTONE_SPASSWORD_VERSION 1.12.0
ENV KEYSTONE_SPASSWORD_VERSION 1.13.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.12.0
version = 1.13.0
summary = Keystone SPASSWORD extension
description-file =
README.md
Expand Down

0 comments on commit 4934343

Please sign in to comment.