forked from pool/python-ara
Accepting request 1226211 from home:glaubitz:branches:devel:languages:python
- Update to 1.7.2
* When recording diffs, properly format and display the "prepared" key
for the modules that use it (apt, git, cli_config and others)
* Sorting task results by duration when browsing playbook results works once again
* Updated bootstrap css from 5.3.0 to 5.3.3
* Catch SIGINT and SIGTERM signals resulting in the interruption of playbooks to
set the status of the playbook to "expired" instead of keeping it running forever
unless expired with `ara playbook expire` from the CLI.
* Add support for UTF-8 encoded usernames and passwords
* Add .readthedocs.yaml to fix broken documentation builds
* Formally include ara as a dependency in order to include --help commands in the docs
* Added an introduction page
* Made dependency on ruamel.yaml explicit rather than implicit
* Update usage of logging.warn to logging.warning for
python 3.13
* Updated versions of Ansible tested in CI to Ansible 10 and ansible-core 2.17
OBS-URL: https://build.opensuse.org/request/show/1226211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ara?expand=0&rev=34
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 08:44:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.7.2
|
||||
* When recording diffs, properly format and display the "prepared" key
|
||||
for the modules that use it (apt, git, cli_config and others)
|
||||
* Sorting task results by duration when browsing playbook results works once again
|
||||
* Updated bootstrap css from 5.3.0 to 5.3.3
|
||||
* Catch SIGINT and SIGTERM signals resulting in the interruption of playbooks to
|
||||
set the status of the playbook to "expired" instead of keeping it running forever
|
||||
unless expired with `ara playbook expire` from the CLI.
|
||||
* Add support for UTF-8 encoded usernames and passwords
|
||||
* Add .readthedocs.yaml to fix broken documentation builds
|
||||
* Formally include ara as a dependency in order to include --help commands in the docs
|
||||
* Added an introduction page
|
||||
* Made dependency on ruamel.yaml explicit rather than implicit
|
||||
* Update usage of logging.warn to logging.warning for
|
||||
python 3.13
|
||||
* Updated versions of Ansible tested in CI to Ansible 10 and ansible-core 2.17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 14:32:36 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user