2020-05-16 20:59:32 +00:00
# 0.9.4
- Fix playbook with relative var_file. Fix #35
- Add dependant bot to the repo:
- Update Pytest to 5.4.2
- Update graphviz to 0.14
2020-02-25 16:25:44 +00:00
# 0.9.3
- Update dependencies ([\#29](https://github.com/haidaraM/ansible-playbook-grapher/pull/29))
- Make sure that an element exists before assigning it ([\#26](https://github.com/haidaraM/ansible-playbook-grapher/pull/26))
2020-02-18 13:41:05 +00:00
# 0.9.2
2020-01-13 19:20:20 +00:00
- Add support for Ansible 2.9 ([\#25](https://github.com/haidaraM/ansible-playbook-grapher/pull/25))
2019-06-09 23:07:22 +00:00
# 0.9.1
Fix issue [\#18 ](https://github.com/haidaraM/ansible-playbook-grapher/issues/18 ) with Ansible 2.8: the CLI was refactored in https://github.com/ansible/ansible/pull/50069. See https://github.com/haidaraM/ansible-playbook-grapher/pull/19 for the related changes.
2019-04-08 19:13:53 +00:00
# 0.9.0
2019-04-09 08:42:47 +00:00
- The grapher now requires Ansible >= 2.7.0
2019-04-08 21:22:26 +00:00
- New Feature: Add the support for include_role, import_role, import_playbook
2019-03-21 23:46:31 +00:00
- Fix https://github.com/haidaraM/ansible-playbook-grapher/issues/16
- Add more tests
2019-04-08 19:13:53 +00:00
- CLI more verbose: `-v` or `-vv` etc...
- Add `.dot` extension to graphviz exported file (option `-s` )
- ...
2019-03-21 23:46:31 +00:00
2019-02-18 23:45:59 +00:00
# 0.8.3
- Fix: Return code of the script
2019-02-18 23:02:18 +00:00
# 0.8.2
- Fix: Make entrypoint (main) args optional
2019-02-18 22:31:01 +00:00
# 0.8.1
- Pypi: Fix images URL in the description
2019-02-18 22:21:03 +00:00
# 0.8.0
2019-02-18 02:06:36 +00:00
- Add support for include_tasks [\#13 ](https://github.com/haidaraM/ansible-playbook-grapher/issues/13 )
- Update Graphviz and lxml versions
- Fix hover on play nodes. The related tasks are properly highlighted now
- Travis: Test more versions of Ansible
- Print Ansible version used the by grapher when printing version (`ansible-playbook-grapher --version`)
2019-02-18 22:21:03 +00:00
- Add ability to run the tests with "python setup.py test"
- Fix Pypi package description
2019-02-18 02:06:36 +00:00
- Other minor changes...