forked from jdennis/keycloak-httpd-client-install
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
2024-09-13 Tomas Halman <[email protected]> 1.3 | ||
* Update for new Quarkus based keycloak | ||
2019-11-18 Jakub Hrozek <[email protected]> 1.2 | ||
* Specfile fix: Own the keycloak-rest binary | ||
* Python2 compatibility: Import print() from future to make sure khci works | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
name = 'keycloak-httpd-client-install' | ||
|
||
setup(name=name, | ||
version='1.2', | ||
version='1.3', | ||
description='Tools to configure Apache HTTPD as Keycloak client', | ||
author='John Dennis', | ||
author_email='[email protected]', | ||
|