From 2073c90e1db94186711f036a189761c3d2ee3bd2 Mon Sep 17 00:00:00 2001 From: Harsha Cherukuri Date: Tue, 1 Mar 2022 12:02:15 -0500 Subject: [PATCH] Bump version to 1.0.0 to statisfy Automation hub --- README.md | 3 +++ galaxy.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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