Release Summary
Feature and bugfix release.
Minor Changes
- Make the Galaxy client more robust for alternative Galaxy implementations (#198).
- There is a new config file option
require_galaxy_checksums, defaulting tofalse, which can be used to force antsibull-core to require checksums provided by Galaxy implementations. Consumers of the antsibull-core library have to explicitly request that this flag is used by downloading collections withrequire_checksum=None; the default isrequire_checksum=True, which is the same behavior as before (#198).
Bugfixes
- Make ansible-core version from source tree extraction more robust, and make it work with Python 3.14 as well (#202).