- ansible-test - Add RHEL 10.0 as a remote platform for testing.
- ansible-test - Automatically retry HTTP GET/PUT/DELETE requests on exceptions.
- ansible-test - Implement new authentication methods for accessing the Ansible Core CI service.
- ansible-test - Replace FreeBSD 13.2 remote with 13.3.
- ansible-test - Switch from RHEL 8.8 to 8.10.
- ansible-test - Switch from RHEL 9.2 to 9.6.
- ansible-test - Use Python's ``urllib`` instead of ``curl`` for HTTP requests.
- ansible-test - Use the ``-t`` option to set the stop timeout when stopping a container. This avoids use of the ``--time`` option which was deprecated in Docker v28.0.
Bugfixes
--------
- Variable loading now uses file source instead of variables when invalidly formmated vars file is loaded.
- ansible-test - Fix Python relative import resolution from ``__init__.py`` files when using change detection.
- ansible-test - Fix up coverage reporting to properly translate the temporary path of integration test modules to the expected static test module path.
requires=["setuptools >= 66.1.0, <= 80.3.1","wheel == 0.45.1"]# lower bound to support controller Python versions, upper bound for latest version tested at release
requires=["setuptools >= 66.1.0, <= 80.9.0","wheel == 0.45.1"]# lower bound to support controller Python versions, upper bound for latest version tested at release