Skip to content

Releases: DataDog/ansible-datadog-callback

2.8.1

05 Apr 12:21
2.8.1
Compare
Choose a tag to compare
  • [BUGFIX] Fix `import name 'cli' from 'main' error #70 (Thanks @tcaddy)

2.8.0 / 2022-04-05

05 Apr 16:59
Compare
Choose a tag to compare
  • [BUGFIX] Replace @ in events to avoid triggering notifications #68
  • [IMPROVEMENT] Provide better message on import errors to ease debugging #65
  • [IMPROVEMENT] Add requirements.txt file #64

2.7.0 / 2021-05-10

10 May 09:34
a729543
Compare
Choose a tag to compare
  • [IMPROVEMENT] Explain Ansible/Datadog hostname mismatch, allow overriding hostname. See #60.

2.6.0 / 2020-11-25

25 Nov 12:27
Compare
Choose a tag to compare
  • [BUGFIX] Cast api_key as string in datadog.initialize (#54)
  • [BUGFIX] Add hook to handle incompatibilities between Ansible 2.7 and 2.8 (#47)

2.5.1 / 2019-05-17

17 May 21:25
Compare
Choose a tag to compare
  • [IMPROVEMENT] Use PyYaml's "FullLoader" to avoid unsafe load. See #45 (thanks to @brandonshough)

2.5.0 / 2019-02-07

07 Feb 21:23
Compare
Choose a tag to compare
  • [FEATURE] Add support for "site" configuration.

2.4.2 / 2018-06-08

08 Jun 22:09
Compare
Choose a tag to compare

[BUGFIX] Fix yaml import broken by Ansible 2.5.

2.4.1 / 2018-02-07

08 Jun 22:09
Compare
Choose a tag to compare

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

2.4.0

07 Feb 17:20
Compare
Choose a tag to compare

2.4.0 / 2018-02-07

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

2.2.0

27 Dec 19:03
Compare
Choose a tag to compare

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)