ansible-playbook-grapher/CHANGELOG.md
Mohamed El Mouctar HAIDARA cf62dca6ae Update changelog for 0.9.2
2020-02-18 13:41:05 +00:00

1.3 KiB

0.9.2

  • Add support for Ansible 2.9 (#25)

0.9.1

Fix issue #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.

0.9.0

0.8.3

  • Fix: Return code of the script

0.8.2

  • Fix: Make entrypoint (main) args optional

0.8.1

  • Pypi: Fix images URL in the description

0.8.0

  • Add support for include_tasks #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)
  • Add ability to run the tests with "python setup.py test"
  • Fix Pypi package description
  • Other minor changes...