diff --git a/README.md b/README.md index 93d7a98..9006532 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,9 @@ ansible-playbook -i playbooks/keycloak_realm.yml -e keycloak_adm For full configuration details, refer to the [keycloak_realm role README](roles/keycloak_realm/README.md). +## Support + +Keycloak collection v1.0.0 is a Beta release and for [Technical Preview](https://access.redhat.com/support/offerings/techpreview). If you have any issues or questions related to collection, please don't hesitate to contact us on Ansible-middleware-core@redhat.com or open an issue on https://github.com/ansible-middleware/keycloak/issues ## License diff --git a/galaxy.yml b/galaxy.yml index d3589a3..f026867 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: middleware_automation name: keycloak -version: "0.2.6" +version: "1.0.0" readme: README.md authors: - Romain Pelisse