Skip to content

Commit

Permalink
bump 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Apr 28, 2022
1 parent 1a74033 commit 98a48e6
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.14.0

ADD: check if mysql credentials are OK before use it by docker statup scripts
ADD: provision a new user `cep` in defaul domain
ADD: ensure blacklist users are in expected domain
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.13.0
ENV KEYSTONE_SPASSWORD_VERSION 1.14.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.13.0
version = 1.14.0
summary = Keystone SPASSWORD extension
description-file =
README.md
Expand Down

0 comments on commit 98a48e6

Please sign in to comment.