Releases: ansible/ansible-compat
Releases · ansible/ansible-compat
v25.1.4
Bugfixes
- Add site-package to the end of collection inclusion path (#470) @ssbarnea
v25.1.3
Bugfixes
- Avoid get_cache_dir errors with read only virtualenvs (#465) @ssbarnea
v25.1.2
Bugfixes
- Avoid get_cache_dir errors with read only virtualenvs (#457) @ssbarnea
- Simplify module presence testing (#460) @ssbarnea
- Fix grammatical error in collection path info message (#456) @bluikko
v25.1.0
Major
- Inject venv site-packages at the top of collection path (test isolation) (#447) @ssbarnea
- Fail if old ANSIBLE_COLLECTIONS_PATHS is detected (#449) @ssbarnea
Bugfixes
v24.9.1
Bugfixes
- Avoid running prepare ansible paths twice (#409) @ssbarnea
- Avoid duplicate paths when path injection (#407) @ssbarnea
- Provide more detail on multiple collection installs (#405) @mrgum