forked from pool/python-ara
- Update to 1.5.1:
* A new 'ara' CLI API client is now available.
* New settings have been added:
+ ARA_EXTERNAL_AUTH for enabling Django's external authentication.
+ ARA_DATABASE_OPTIONS for passing options to the Django database
backend such as SSL.
* Nested children resources are no longer returned, improving performance
considerably for larger playbooks.
* A new status was added for playbooks, plays and tasks: "expired".
* URLs have been pluralized to match the endpoints provided by the API.
* The introduction of the new CLI adds a requirement on the cliff python
library.
* ara 1.5.0 introduces significant API changes, some of which aren't
backwards compatible such as no longer returning nested resources.
* Two small SQL migrations have been added to remove result statuses and
add the expired status for playbooks, plays and tasks. Run them with
"ara-manage migrate".
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 04:12:22 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.5.1:
|
||||
* A new 'ara' CLI API client is now available.
|
||||
* New settings have been added:
|
||||
+ ARA_EXTERNAL_AUTH for enabling Django's external authentication.
|
||||
+ ARA_DATABASE_OPTIONS for passing options to the Django database
|
||||
backend such as SSL.
|
||||
* Nested children resources are no longer returned, improving performance
|
||||
considerably for larger playbooks.
|
||||
* A new status was added for playbooks, plays and tasks: "expired".
|
||||
* URLs have been pluralized to match the endpoints provided by the API.
|
||||
* The introduction of the new CLI adds a requirement on the cliff python
|
||||
library.
|
||||
* ara 1.5.0 introduces significant API changes, some of which aren't
|
||||
backwards compatible such as no longer returning nested resources.
|
||||
* Two small SQL migrations have been added to remove result statuses and
|
||||
add the expired status for playbooks, plays and tasks. Run them with
|
||||
"ara-manage migrate".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 06:02:23 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user