diff --git a/.gitignore b/.gitignore index f10cc78..ef79fe9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ docs/_build/ .pytest_cache/ .mypy_cache/ *.retry +changelogs/.plugin-cache.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ada0d32..24f1090 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,7 @@ middleware_automation.keycloak Release Notes .. contents:: Topics -This changelog describes changes after version 0.2.6 +This changelog describes changes after version 0.2.6. v1.0.1 ====== @@ -12,9 +12,19 @@ v1.0.1 Release Summary --------------- -Documentation fixes to reflect the correct module names. +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 ====== @@ -22,3 +32,4 @@ Release Summary --------------- This is the first stable release of the ``middleware_automation.keycloak`` collection. + diff --git a/changelogs/fragments/.git-keep b/changelogs/fragments/.git-keep deleted file mode 100644 index e69de29..0000000 diff --git a/changelogs/fragments/.gitignore b/changelogs/fragments/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/changelogs/fragments/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore