Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 2.33 KB

CHANGELOG.md

File metadata and controls

87 lines (52 loc) · 2.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Dockerfile

0.2.1 - 2018-08-18

Fixed

  • Package ruamel.yaml in version 0.15.59 did print several ver (1,2) when loading yaml, affecting the output of ansible-discover in a bad way. Until I find the underlying reason, I'll stick with a working version of ruamel.yaml.

0.2.0 - 2018-08-17

Added

  • CLI routes for playbook successors and predecessors

Fixed

  • Handle yaml tags like !vault | ... instead of exiting with an exception

0.1.1 - 2018-08-17

Added

  • Enable piping of file names to build dependencies for in addition to argument style

Fixed

  • No more ansiblediscover.* is not a package errors by adding __init__.py files

0.1.0 - 2018-04-09

Added

  • Recursive resolution of playbook imports
  • Unified recursive handling of Ansible imports and includes
  • Unified base for Ansible entities, including custom __eq__
  • Factories and models Ansible entities; Play, for instance
  • More unit tests
  • Integration tests!

Changed

  • Improved role parsing

0.0.2 - 2018-03-08

Added

  • Also parse meta/ in roles for dependencies

Changed

Fixed

  • Properly handle exceptions, prevent them to bubble up to the user

0.0.1 - 2018-03-06

Added

  • CLI with basic functionality for gathering dependencies and dependants for roles
  • Dependency traversal for task includes in roles