Skip to content

0.46.0

Compare
Choose a tag to compare
@felixfontein felixfontein released this 30 May 17:48
· 310 commits to main since this release

Release Summary

Feature and bugfix release with improvements for the release role, release building, and changelog generation.

Minor Changes

  • Avoid including the complete condensed changelog of collections added to Ansible to that Ansible release's changelog and porting guide entries (#428).
  • The build-release role now also uses antsibull_data_reset to prevent regeneration of build-X.ansible for alpha and beta-1 releases (#422).

Bugfixes

  • In the build-release role, when antsibull_force_rebuild is true, delete the existing python wheel in addition to the release tarball (#427).
  • Remove various empty lines from generated setup.py (#424, #425).
  • Use packaging.version instead of (indirectly) distutils.version to check whether the correct ansible-core version is installed (#426).