add antsibull generated changelog

This commit is contained in:
Guido Grazioli
2022-03-25 11:21:55 +01:00
parent 494a1c518b
commit fc780599b0
4 changed files with 16 additions and 2 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ docs/_build/
.pytest_cache/ .pytest_cache/
.mypy_cache/ .mypy_cache/
*.retry *.retry
changelogs/.plugin-cache.yaml

View File

@@ -4,7 +4,7 @@ middleware_automation.keycloak Release Notes
.. contents:: Topics .. contents:: Topics
This changelog describes changes after version 0.2.6 This changelog describes changes after version 0.2.6.
v1.0.1 v1.0.1
====== ======
@@ -12,9 +12,19 @@ v1.0.1
Release Summary 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 v1.0.0
====== ======
@@ -22,3 +32,4 @@ Release Summary
--------------- ---------------
This is the first stable release of the ``middleware_automation.keycloak`` collection. This is the first stable release of the ``middleware_automation.keycloak`` collection.

2
changelogs/fragments/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore