Update docs for main

Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com>
This commit is contained in:
ansible-middleware-core 2023-11-13 10:41:33 +00:00
commit b43a2912ac
6 changed files with 175 additions and 173 deletions

View file

@ -6,7 +6,7 @@ middleware_automation.keycloak Release Notes
This changelog describes changes after version 0.2.6.
v1.3.1-devel
v2.0.0-devel
============
Minor Changes
@ -20,6 +20,7 @@ Breaking Changes / Porting Guide
--------------------------------
- Add support for more http-related configs `#115 <https://github.com/ansible-middleware/keycloak/pull/115>`_
- Update minimum ansible-core version > 2.14 `#119 <https://github.com/ansible-middleware/keycloak/pull/119>`_
- [keycloak_quarkus] Enable config of a key store and trust store `#116 <https://github.com/ansible-middleware/keycloak/pull/116>`_
v1.3.0

View file

@ -11,7 +11,7 @@ Collection to install and configure [Keycloak](https://www.keycloak.org/) or [Re
<!--start requires_ansible-->
## Ansible version compatibility
This collection has been tested against following Ansible versions: **>=2.9.10**.
This collection has been tested against following Ansible versions: **>=2.14.0**.
Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.
<!--end requires_ansible-->