Skip to content

Commit

Permalink
bump 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Dec 17, 2020
1 parent bc5fc2f commit 920216b
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.12.0

Add env var to enable/disable fernet token rotation
Upgrade Dockerfile base image from centos7.7.1908 to centos7.9.2009

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.11.0
ENV KEYSTONE_SPASSWORD_VERSION 1.12.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.11.0
version = 1.12.0
summary = Keystone SPASSWORD extension
description-file =
README.md
Expand Down

0 comments on commit 920216b

Please sign in to comment.