diff --git a/main/CHANGELOG.html b/main/CHANGELOG.html index 8acf168..cd4bbf7 100644 --- a/main/CHANGELOG.html +++ b/main/CHANGELOG.html @@ -58,18 +58,18 @@
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • @@ -101,35 +101,35 @@
    -

    middleware_automation.keycloak Release Notes

    +

    middleware_automation.keycloak Release Notes

    This changelog describes changes after version 0.2.6.

    -

    v1.0.3

    +

    v1.0.3

    -

    Major Changes

    +

    Major Changes

    • New role for installing keycloak >= 17.0.0 (quarkus) #29

    • -
    • New role for installing keycloak >= 17.0.0 (quarkus) #29

    -

    Minor Changes

    +

    Minor Changes

    • Add keycloak_config_override_template parameter for passing a custom xml config template #30

    • -
    • Add keycloak_config_override_template parameter for passing a custom xml config template #30

    -

    Bugfixes

    +

    Bugfixes

    • Make sure systemd unit starts with selected java JVM #31

    • -
    • Make sure systemd unit starts with selected java JVM #31

    -

    v1.0.2

    -
    -

    Minor Changes

    +

    v1.0.2

    +
    +

    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.

    diff --git a/main/_sources/CHANGELOG.rst.txt b/main/_sources/CHANGELOG.rst.txt index e8d5b84..4e8f136 100644 --- a/main/_sources/CHANGELOG.rst.txt +++ b/main/_sources/CHANGELOG.rst.txt @@ -12,19 +12,16 @@ v1.0.3 Major Changes ------------- -- New role for installing keycloak >= 17.0.0 (quarkus) `#29 `_ - New role for installing keycloak >= 17.0.0 (quarkus) `#29 `_ Minor Changes ------------- -- Add ``keycloak_config_override_template`` parameter for passing a custom xml config template `#30 `_ - Add ``keycloak_config_override_template`` parameter for passing a custom xml config template `#30 `_ Bugfixes -------- -- Make sure systemd unit starts with selected java JVM `#31 `_ - Make sure systemd unit starts with selected java JVM `#31 `_ v1.0.2