Release Summary
Major feature and bugfix release with breaking changes.
Minor Changes
- Add a
validate-tags
subcommand to ensure that collection versions in an Ansible release are tagged in collections' respective git repositories (#456). - Make compatible with antsibull-core 2.x.y (#463).
Breaking Changes / Porting Guide
- Drops support for Python 3.6 an 3.7 (#458, #460).
- The antsibull-docs dependency has been removed (#451).
Removed Features (previously deprecated)
- The deprecated
antsibull-lint
subcommands have been removed. Useantsibull-changelog lint-changelog-yaml
orantsibull-docs lint-collection-docs
depending on your use-case (#451). - The deprecated
build-collection
subcommand ofantsibull-build
has been removed. Usecollection
instead (#451). - The deprecated
build-multiple
subcommand ofantsibull-build
has been removed. Usemultiple
instead (#451). - The deprecated
build-single
subcommand ofantsibull-build
has been removed. Usesingle
instead (#451). - The deprecated
new-acd
subcommand ofantsibull-build
has been removed. Usenew-ansible
instead (#451).