Bump version to 1.0.0 to statisfy Automation hub

main
Harsha Cherukuri 2022-03-01 12:02:15 -05:00
parent ffd146d392
commit 2073c90e1d
2 changed files with 4 additions and 1 deletions

View File

@ -156,6 +156,9 @@ ansible-playbook -i <ansible_hosts> 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

View File

@ -1,6 +1,6 @@
namespace: middleware_automation
name: keycloak
version: "0.2.6"
version: "1.0.0"
readme: README.md
authors:
- Romain Pelisse <rpelisse@redhat.com>