mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-31 17:11:33 -07:00
Update docs for main
This commit is contained in:
parent
9fbd4acc60
commit
c1a3b2b28b
18 changed files with 360 additions and 29 deletions
49
main/_sources/CHANGELOG.rst.txt
Normal file
49
main/_sources/CHANGELOG.rst.txt
Normal file
|
@ -0,0 +1,49 @@
|
|||
============================================
|
||||
middleware_automation.keycloak Release Notes
|
||||
============================================
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
This changelog describes changes after version 0.2.6.
|
||||
|
||||
v1.0.2-devel
|
||||
============
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- Make ``keycloak_admin_password`` a default with assert (was: role variable) `#26<https://github.com/ansible-middleware/keycloak/pull/26>`
|
||||
- Simplify dependency install logic and reduce play execution time `#19<https://github.com/ansible-middleware/keycloak/pull/19>`
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- Set ``keycloak_frontend_url`` default according to other defaults `#25<https://github.com/ansible-middleware/keycloak/pull/25>`
|
||||
|
||||
v1.0.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Minor enhancements, bug and documentation fixes.
|
||||
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true``
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- clustered installs now perform database initialization on first node to avoid locking issues
|
||||
|
||||
v1.0.0
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
This is the first stable release of the ``middleware_automation.keycloak`` collection.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue