Skip to content

0.50.0

Compare
Choose a tag to compare
@felixfontein felixfontein released this 29 Sep 05:38
· 285 commits to main since this release

Release Summary

Feature and bugfix release.

Minor Changes

  • Added galaxy requirements.yml file as build-release role depends on community.general collection (#432)
  • Define minimal Python requirement for Ansible X depending on X, under the assumption that ansible-core's Python requirement is increased by one version every two ansible-core major releases, and that every Ansible major release corresponds to an ansible-core major release from Ansible 5 on (#448).
  • The build-release role fails to execute when ./build/antsibull-build-data doesn't exist and when the antsibull_data_reset variable is set to false (#442).
  • When building Ansible 6.3.0 or newer, fail on collection dependency validations (ansible-community/community-topics#94, #440).

Bugfixes

  • Adjust release role to work around a bug in the current beta version of ansible-core 2.14 (#447).
  • Fix typing errors in the multiple subcommand (#443).