v0.8.0
Feature
- Improve backwards compatibility - add support for Python versions as old as 3.9. Before, minimum Python was 3.11
Bugfix
- Add a workaround to the SSL bug on Ubuntu 24.10 caused by AppArmor preventing Docker containers from restarting ( #27 )
Refactor
- Set runtime configuration in the preferred "Ansible Runner native" way, remove the extra module that I wrote for this, as it is no longer required ( #25 )
Installing/upgrading
pip install --upgrade docksible
PyPI package: https://pypi.org/project/docksible/0.8.0/
Full Changelog: v0.7.1...v0.8.0