Skip to content

Commit d907342

Browse files
authored
Db/prep for release 4.5.0 (#310)
* Prepare for 4.5.0 release * Prep for latest release
1 parent 18a4013 commit d907342

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
# 4.5.0 / 2020-11-06
5+
6+
* [FEATURE] (Windows) Adds support for non-default installation and configuration directories. See [#295][].
7+
* [BUGFIX] Fixes handling of nil vs. defined but empty variables. See [#303][].
8+
* [BUGFIX] (Windows) Fixes incorrect service name when validating services. See [#307][].
9+
* [FEATURE] Adds support for the latest package signing keys. See [#308][].
10+
* [FEATURE] Adds support for the Datadog IOT agent. See [#309][].
11+
412
# 4.4.0 / 2020-09-30
513

614
* [BUGFIX] (Windows) Fix compatibility with Ansible 2.10. See [#289][].
@@ -239,7 +247,12 @@ Initial release, compatible with Ansible v1 & v2
239247
[#283]: https://github.com/DataDog/ansible-datadog/issues/283
240248
[#289]: https://github.com/DataDog/ansible-datadog/issues/289
241249
[#291]: https://github.com/DataDog/ansible-datadog/issues/291
250+
[#295]: https://github.com/DataDog/ansible-datadog/issues/295
242251
[#297]: https://github.com/DataDog/ansible-datadog/issues/297
252+
[#303]: https://github.com/DataDog/ansible-datadog/issues/303
253+
[#307]: https://github.com/DataDog/ansible-datadog/issues/307
254+
[#308]: https://github.com/DataDog/ansible-datadog/issues/308
255+
[#309]: https://github.com/DataDog/ansible-datadog/issues/309
243256
[@DevKyleS]: https://github.com/DevKyleS
244257
[@b2jrock]: https://github.com/b2jrock
245258
[@brendanlong]: https://github.com/brendanlong

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
role_version: 4.4.0
2+
role_version: 4.5.0
33

44
system_probe_config:
55
enabled: false

0 commit comments

Comments
 (0)