Release Summary
Feature and bugfix release.
Minor Changes
- Add
--tags-file
option to thesingle
,rebuild-single
, andprepare
subcommands. This allows including a collection git tags data file in ansible-build-data and the ansible sdist (#476). - Add
pyproject.toml
to ansible sdist to use thesetuptools.build_meta
PEP 517 <https://peps.python.org/pep-0517/>
__ backend. Tools that still callsetup.py
directly will work the same as they did before (#471). - Bump minimum
antsibull-core
requirement to 1.5.0. It contains changes that are needed for the new--tags-file
option (#476). - There have been internal refactorings to simplify typing (#469).