From e8855a5bf759ae97844a9047a996ddbf31c25313 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 1 Apr 2022 19:43:08 +0000 Subject: [PATCH] Update docs for main --- main/CHANGELOG.html | 50 ++++++++++++++++----------------- main/_sources/CHANGELOG.rst.txt | 3 -- 2 files changed, 25 insertions(+), 28 deletions(-) diff --git a/main/CHANGELOG.html b/main/CHANGELOG.html index 408dba1..d8df608 100644 --- a/main/CHANGELOG.html +++ b/main/CHANGELOG.html @@ -59,11 +59,11 @@
  • v1.0.1
  • v1.0.0
  • @@ -95,28 +95,28 @@
    -

    middleware_automation.keycloak Release Notes

    +

    middleware_automation.keycloak Release Notes

    This changelog describes changes after version 0.2.6.

    -

    v1.0.2

    +

    v1.0.2

    -

    Minor Changes

    +

    Minor Changes

    • Make keycloak_admin_password a default with assert (was: role variable) #26

    • Simplify dependency install logic and reduce play execution time #19

    -

    Bugfixes

    +

    Bugfixes

    • Set keycloak_frontend_url default according to other defaults #25

    -

    v1.0.1

    +

    v1.0.1

    -

    Release Summary

    +

    Release Summary

    Minor enhancements, bug and documentation fixes.

    -

    Major Changes

    +

    Major Changes

    • Apply latest cumulative patch of RH-SSO automatically when new parameter keycloak_rhsso_apply_patches is true #18

    -
    -

    Minor Changes

    +
    +

    Minor Changes

    • Clustered installs now perform database initialization on first node to avoid locking issues #17

    -

    v1.0.0

    -
    -

    Release Summary

    +

    v1.0.0

    +
    +

    Release Summary

    This is the first stable release of the middleware_automation.keycloak collection.

    @@ -198,4 +198,4 @@ - + \ No newline at end of file diff --git a/main/_sources/CHANGELOG.rst.txt b/main/_sources/CHANGELOG.rst.txt index ced3258..4644d47 100644 --- a/main/_sources/CHANGELOG.rst.txt +++ b/main/_sources/CHANGELOG.rst.txt @@ -13,14 +13,11 @@ Minor Changes ------------- - Make ``keycloak_admin_password`` a default with assert (was: role variable) `#26 `_ -- Make ``keycloak_admin_password`` a default with assert (was: role variable) `#26 `_ -- Simplify dependency install logic and reduce play execution time `#19 `_ - Simplify dependency install logic and reduce play execution time `#19 `_ Bugfixes -------- -- Set ``keycloak_frontend_url`` default according to other defaults `#25 `_ - Set ``keycloak_frontend_url`` default according to other defaults `#25 `_ v1.0.1