Skip to content

1.6.0

Compare
Choose a tag to compare
@felixfontein felixfontein released this 05 May 20:10
· 166 commits to main since this release

Release Summary

Feature and bugfix release that adds support for Galaxy v3 API.

Minor Changes

  • Allow Galaxy client to communicate with the Galaxy v3 API (#45).

Bugfixes

  • Fix a bug in Galaxy download code when the filename is found in the cache, but the checksum does not match. In that case, the collection was not copied to the destination, and the code did not try to download the correct file (#76).
  • Remove improper usage of @functools.lru_cache on async functions in the antsibull_core.ansible_core module (#67, #69).
  • Restrict the pydantic dependency to major version 1 (#35).