forked from pool/python-ara
Accepting request 879105 from devel:languages:python
- update to 1.5.4:
- ara playbook metrics: provides stats aggregated by name, path, ansible version or controller
- ara host metrics: provides task result stats for hosts across playbooks
- ara task metrics: provides duration stats aggregated by task name, action/module or path
- Threading is now disabled by default to avoid running into sqlite locking contention
For details, see: https://github.com/ansible-community/ara/issues/195
- The callback didn't provide a timezone for timestamps which could result in a wrong
interpretation by the API server. Timestamps are now provided as UTC.
- The hostname of the controller that ran the playbook is now recorded by ara
- ARA API server container images are now published to quay.io/recordsansible/ara-api
in addition to hub.docker.com/r/recordsansible/ara-api.
- The 'which' package is now installed as a dependency
- Removed a temporary workaround for dynaconf switching from PyYAML to ruamel.yaml
- Added missing information about the play when browsing details for a task result
- switch to single build, this is a ansible plugin and cli tool
OBS-URL: https://build.opensuse.org/request/show/879105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ara?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:361a5e11642ff67993cd3a35d465b37694008aa7a8b8994f576c9fb05790a1cf
|
||||
size 1158493
|
||||
3
ara-1.5.4.tar.gz
Normal file
3
ara-1.5.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61d36ab95ff176d1024d031941259eba1c6d801a56de7c7c4a6ced0e312376c3
|
||||
size 2581155
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 15 08:27:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.4:
|
||||
- ara playbook metrics: provides stats aggregated by name, path, ansible version or controller
|
||||
- ara host metrics: provides task result stats for hosts across playbooks
|
||||
- ara task metrics: provides duration stats aggregated by task name, action/module or path
|
||||
- Threading is now disabled by default to avoid running into sqlite locking contention
|
||||
For details, see: https://github.com/ansible-community/ara/issues/195
|
||||
- The callback didn't provide a timezone for timestamps which could result in a wrong
|
||||
interpretation by the API server. Timestamps are now provided as UTC.
|
||||
- The hostname of the controller that ran the playbook is now recorded by ara
|
||||
- ARA API server container images are now published to quay.io/recordsansible/ara-api
|
||||
in addition to hub.docker.com/r/recordsansible/ara-api.
|
||||
- The 'which' package is now installed as a dependency
|
||||
- Removed a temporary workaround for dynaconf switching from PyYAML to ruamel.yaml
|
||||
- Added missing information about the play when browsing details for a task result
|
||||
- switch to single build, this is a ansible plugin and cli tool
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 12 03:36:12 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ara
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,8 +26,10 @@
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
# plugin for Ansible package
|
||||
%define pythons python3
|
||||
Name: python-ara
|
||||
Version: 1.5.3
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
Summary: ARA Records Ansible
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user