From 9ed0a539cedd5f2c50280e17b12913aa690f4557ee1e0d2b2b80833f7c89852b Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 7 May 2020 06:32:12 +0000 Subject: [PATCH] - Update to 1.4.0: * Added support for searching plays, tasks and hosts by name * Added support for searching playbooks by label * Fixed label representation to be consistent through different calls * Reversed the default sort order for playbooks, plays, tasks and results * Validate that settings.yaml (or ARA_SETTINGS) exists before launching (thank you @zswanson!) * Template the default settings file without objects generated by python-box * Added a default robots.txt to prevent crawling * Added support for searching by label * Improved the display of labels in the playbook list * Added pagination support when browsing the playbook report list * Use relative links for pagination (thank you @flowerysong !) * Bumped included patternfly CSS from 2.21.5 to 2.56.3 * Provide sensible PATH defaults when virtualenvs are not used * Added support for installing from Fedora packages * Only run SQL migrations once when necessary * Allow retries when attempting to run SQL migrations * Ensure settings.yaml permissions are 0640 * Added "ara_api_secure_logging" variable to control behavior of sensitive tasks with no_log * Properly default to IPv6 when no IPv4 is available * Default gunicorn worker count based on number of available CPU cores * Added support for deploying on EL8 * New Ansible plugins: ara_playbook and ara_api * Improved consistency of stored task results (thank you @flowerysong!) * Fix bad logic when determining if labels should be updated * Added support for not saving files based on patterns (thank you @LaurentDumont!) * Added support for specifying default playbook labels * 1.4 introduces a new SQL migration to ensure labels are unique. If upgrading from a previous version, you will need to run SQL migrations with ``ara-manage migrate``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=11 --- ara-1.3.2.tar.gz | 3 --- ara-1.4.0.tar.gz | 3 +++ python-ara.changes | 33 +++++++++++++++++++++++++++++++++ python-ara.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 ara-1.3.2.tar.gz create mode 100644 ara-1.4.0.tar.gz diff --git a/ara-1.3.2.tar.gz b/ara-1.3.2.tar.gz deleted file mode 100644 index 20f3204..0000000 --- a/ara-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c8572f1ff097ab97cd628315e86fdc98cd6276e4f94aa6b88874acbdafa393c -size 961418 diff --git a/ara-1.4.0.tar.gz b/ara-1.4.0.tar.gz new file mode 100644 index 0000000..7b345bf --- /dev/null +++ b/ara-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972abf28a1d0914f9d2f91a687e0c14b364e6cbb52099c8cc3c412edb81b43b4 +size 975690 diff --git a/python-ara.changes b/python-ara.changes index 73c8133..4c68bc2 100644 --- a/python-ara.changes +++ b/python-ara.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu May 7 05:28:19 UTC 2020 - Steve Kowalik + +- Update to 1.4.0: + * Added support for searching plays, tasks and hosts by name + * Added support for searching playbooks by label + * Fixed label representation to be consistent through different calls + * Reversed the default sort order for playbooks, plays, tasks and results + * Validate that settings.yaml (or ARA_SETTINGS) exists before launching (thank you @zswanson!) + * Template the default settings file without objects generated by python-box + * Added a default robots.txt to prevent crawling + * Added support for searching by label + * Improved the display of labels in the playbook list + * Added pagination support when browsing the playbook report list + * Use relative links for pagination (thank you @flowerysong !) + * Bumped included patternfly CSS from 2.21.5 to 2.56.3 + * Provide sensible PATH defaults when virtualenvs are not used + * Added support for installing from Fedora packages + * Only run SQL migrations once when necessary + * Allow retries when attempting to run SQL migrations + * Ensure settings.yaml permissions are 0640 + * Added "ara_api_secure_logging" variable to control behavior of sensitive tasks with no_log + * Properly default to IPv6 when no IPv4 is available + * Default gunicorn worker count based on number of available CPU cores + * Added support for deploying on EL8 + * New Ansible plugins: ara_playbook and ara_api + * Improved consistency of stored task results (thank you @flowerysong!) + * Fix bad logic when determining if labels should be updated + * Added support for not saving files based on patterns (thank you @LaurentDumont!) + * Added support for specifying default playbook labels + * 1.4 introduces a new SQL migration to ensure labels are unique. If upgrading + from a previous version, you will need to run SQL migrations with ``ara-manage migrate``. + ------------------------------------------------------------------- Fri Jan 17 15:45:50 UTC 2020 - Marketa Calabkova diff --git a/python-ara.spec b/python-ara.spec index 743cb13..9cc07d5 100644 --- a/python-ara.spec +++ b/python-ara.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ara -Version: 1.3.2 +Version: 1.4.0 Release: 0 Summary: ARA Records Ansible License: GPL-3.0-or-later