Releases: DataDog/ansible-datadog-callback
Releases · DataDog/ansible-datadog-callback
2.8.1
2.8.0 / 2022-04-05
2.7.0 / 2021-05-10
- [IMPROVEMENT] Explain Ansible/Datadog hostname mismatch, allow overriding hostname. See #60.
2.6.0 / 2020-11-25
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
2.4.0 / 2018-02-07
- [FEATURE] Add support of python3 (and still fully support python2). See #33 (thanks to @DSpeichert)
2.2.0
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 (thanks to @pyconsult).
- [FEATURE] Added environment variables for configuring datadog api key. See #22 (thanks to @pyconsult)