Releases: ansible/ansible-compat
Releases · ansible/ansible-compat
v0.5.0
v0.4.0
Major Changes
Minor Changes
- Refactored ansible_version to be pythonic (#50) @ssbarnea
- Improve collection upgrade implementation (#44) @ssbarnea
- Change retry support implementation (#32) @ssbarnea
- Ensure we encourage consistent use of config values (#42) @ssbarnea
- Refactor _install_galaxy_role (#41) @ssbarnea
- Document ansible configuration attributes (#35) @ssbarnea
- Improve code coverage (#34) @ssbarnea
- Refactor install_requirements (#31) @ssbarnea
- Reorganize documentation (#28) @ssbarnea
- Add ability to check Ansible python module (#25) @ssbarnea
- Add ability to check minimal ansible version (#23) @ssbarnea
- Add sphinx documentation (#22) @ssbarnea
Bugfixes
- Fix config defaults (#62) @ssbarnea
- Fix prepare environment without isolation (#59) @ssbarnea
- Make _install_galaxy_role a Runtime method (#61) @ssbarnea
- Fix default value for roles path (#60) @ssbarnea
- Fix require_collection bug with missing cache directory (#58) @ssbarnea
- Remove deprecation warnings (#53) @ssbarnea
- Add tests for ansible_collections_path (#51) (#52) @ssbarnea
- Improve coverage (#51) @ssbarnea
- Improve detection of badly names roles (#46) @ssbarnea
- Correct stacklevel for deprecation warning (#43) @ssbarnea
- Increase test coverage (#38) @ssbarnea
- Remove offline option (#37) @ssbarnea
- Reuse internal executor for galaxy commands (#33) @ssbarnea
- Fix standalone role bootstrapping (#30) @ssbarnea
- Improve code coverage (#29) @ssbarnea
- Refactor dependency installation for docs (#24) @ssbarnea
Kudos goes to: @ssbarnea
v0.3.0
v0.2.0
Minor Changes
- Move prerun functions into Runtime class (#16) @ssbarnea
- Add runtime manager class (#8) @ssbarnea
- Replace sys.exit with exceptions (#15) @ssbarnea
- Add class for accessing Ansible configuration (#10) @ssbarnea
- Make ansible_config_get raise an error when configuration item is missing (#9) @ssbarnea
Bugfixes
Kudos goes to: @ssbarnea