Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

55 lines (42 loc) · 2.25 KB

CHANGELOG

2.5.1 / 2019-05-17

  • [IMPROVEMENT] Use PyYaml's "FullLoader" to avoid unsafe load. See [#45][] (thanks to [@brandonshough][])

2.5.0 / 2019-02-07

  • [FEATURE] Add support for "site" configuration.

2.4.2 / 2018-06-08

  • [BUGFIX] Fix yaml import broken by Ansible 2.5.

2.4.1 / 2018-02-07

  • [BUGFIX] Avoid printing error about the conf file when using a vault. See [#34][]

2.4.0 / 2018-02-07

  • [FEATURE] Add support of python3 (and still fully support python2). See #33 (thanks to @DSpeichert)

2.3.0 / 2018-01-12

  • [FEATURE] Don't send event about error when "ignore_errors" is True. See #30

2.2.0 / 2017-12-27

  • [FEATURE] Set log level to warning for the datadog and request packages. See #24 (thanks to @n0ts)
  • [FEATURE] Allow users to set a custom location for the configuration file.
  • [FEATURE] Added environment variables for configuring datadog api key. See #22 (thanks to @pyconsult)

2.1.0 / 2017-12-26

  • [FEATURE] Disable callback if required python packages aren't installed. See #28 (thanks to @dobber)

2.0.0 / 2017-12-12

  • [FEATURE] Add support for getting api_key from hostvars and thus from vault. See #25
  • [BREAKING CHANGE] Drop support for ansible <2.0

1.0.2 / 2017-12-11

  • [BUGFIX] Avoid failure when using ansible 2.4. See #27

1.0.1 / 2016-06-06

  • [BUGFIX] Avoid failure when res['invocation'] has no module_name key. See #19

1.0.0 / 2016-06-02

First release, compatible with Ansible v1 & v2