1.0.0b1
This is the first beta milestone release for ARA 1.0.
Main changes since 1.0.0a4
==========================
- API: "/api/v1/info" has moved to "/" and "/" was improved with a link to the API index
- API: CORS_ORIGIN_WHITELIST now requires the scheme (http/https) as per django-cors-headers
- API: Playbook arguments are now provided when listing playbooks at /api/v1/playbooks
- Clients: API clients now support authenticating with specified credentials
- Ansible roles: The ara_api role now supports using postgresql for the server database
Packaging
=========
The API server dependencies are now optional when installing ARA 1.0.
They can be installed by specifying the [server] extra requirement:
pip install [--pre] ara[server]
Local or offline usage of ARA 1.0 still requires the API server dependencies
installed but the server does not need to be running.
In addition, when using postgresql, the psycopg2 library can be installed by
specifying the [postgresql] requirement:
pip install [--pre] ara[server,postgresql]
Miscellaneous
=============
- The code review and CI infrastructure was rebranded from OpenStack to OpenDev
- The GitHub mirror is now available at https://github.com/ansible-community/ara
- Bug, issue and feature tracking have been moved to https://github.com/ansible-community/ara/issues