Skip to content

0.65.0

Latest
Compare
Choose a tag to compare
@gotmax23 gotmax23 released this 14 Sep 22:56
· 5 commits to main since this release
0.65.0

Release Summary

Bugfix and feature release with breaking changes

Minor Changes

  • Add dependency on antsibull-fileutils. Some functionality from antsibull-core is moving there, so we can use it from there directly (#619).
  • Add subcommand lint-build-data for linting build data in ansible-build-data (#617).
  • Remove the mention of mailing lists from the Ansible README (#613).

Breaking Changes / Porting Guide

  • Antsibull now depends on antsibull-core >= 3.1.0 and pydantic >= 2.0.0 (#617, #620).

Removed Features (previously deprecated)

  • The announcements --send command no longer attempts to send mails to the mailing lists, which have been sunset (#613).

Bugfixes

  • Add explicit dependency on PyYAML, since we directly use it (#619).
  • announcements - fix link to ansible-core changelog in the Ansible package release announcement template (#621).