Skip to content

Commit 566c9c2

Browse files
authored
Release 4.11.0 (#374)
1 parent 6274355 commit 566c9c2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

4+
# 4.11.0 / 2021-07-05
5+
6+
* [IMPROVEMENT] Install datadog-signing-keys package on Debian/Ubuntu. See [#372].
7+
* [IMPROVEMENT] Skip install on Linux systems when pinned version is already installed. See [#371].
8+
* [IMPROVEMENT] Update 'http' URLs to 'https' wherever possible. See [#369].Thanks [@rossigee].
9+
* [BUGFIX] Detect existing version in check mode on Windows. See [#364]. Thanks [@camjay].
10+
411
# 4.10.0 / 2021-05-25
512

613
* [IMPROVEMENT] Make Windows package download behavior in check mode consistent with Linux. See [#359]. Thanks [@camjay].
@@ -336,6 +343,10 @@ Initial release, compatible with Ansible v1 & v2
336343
[#359]: https://github.com/DataDog/ansible-datadog/issues/359
337344
[#361]: https://github.com/DataDog/ansible-datadog/issues/361
338345
[#362]: https://github.com/DataDog/ansible-datadog/issues/362
346+
[#364]: https://github.com/DataDog/ansible-datadog/issues/364
347+
[#369]: https://github.com/DataDog/ansible-datadog/issues/369
348+
[#371]: https://github.com/DataDog/ansible-datadog/issues/371
349+
[#372]: https://github.com/DataDog/ansible-datadog/issues/372
339350
[@DevKyleS]: https://github.com/DevKyleS
340351
[@Jno21]: https://github.com/Jno21
341352
[@b2jrock]: https://github.com/b2jrock
@@ -356,9 +367,10 @@ Initial release, compatible with Ansible v1 & v2
356367
[@loliee]: https://github.com/loliee
357368
[@pdecat]: https://github.com/pdecat
358369
[@pmbauer]: https://github.com/pmbauer
370+
[@rossigee]: https://github.com/rossigee
359371
[@rouge8]: https://github.com/rouge8
360372
[@samasc30]: https://github.com/samasc30
361373
[@tasktop-teho]: https://github.com/tasktop-teho
362374
[@the-real-cphillips]: https://github.com/the-real-cphillips
363375
[@tomgoren]: https://github.com/tomgoren
364-
[@xp-1000]: https://github.com/xp-1000
376+
[@xp-1000]: https://github.com/xp-1000

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.10.0
2+
role_version: 4.11.0
33

44
# default system-probe.yaml options
55
system_probe_config: {}

0 commit comments

Comments
 (0)