Skip to content

Commit bf03a08

Browse files
author
Slavek Kabrda
authored
Release version 4.17.0 (#463)
1 parent 3986fa8 commit bf03a08

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

4+
# 4.17.0 / 2023-01-04
5+
6+
* [FEATURE] Add support for Universal Service Monitoring sysprobe configuration. See [#458]. Thanks [@marcus-crane].
7+
* [IMPROVEMENT] Lock Agent version using `includepkgs` in repofiles on Red Hat compatible platforms. See [#443]. Thanks [@sspans-sbp].
8+
* [IMPROVEMENT] Prettify and fix yaml indentations. See [#448]. Thanks [@denzhel].
9+
* [IMPROVEMENT] Add the possibility to prevent the zypper repository installation. See [#452]. Thanks [@jb-mayer].
10+
* [IMPROVEMENT] Use `ansible_managed` instead of custom hardcoded message in managed files. See [#454]. Thanks [@jlosito].
11+
* [BUGFIX] Fix version comparison tasks when using ansible-core RC version. See [#446].
12+
* [BUGFIX] Fix running role multiple times in a row on SUSE compatible platforms. See [#453].
13+
* [DOCS] Add troubleshooting instructions about `service_facts` breaking Ubuntu 20.04. See [#449].
14+
* [DOCS] Clarify `datadog_config` behavior. See [#451]. Thanks [@hestonhoffman].
15+
416
# 4.16.0 / 2022-07-11
517
* [FEATURE] Add macOS support. See [#437]. Thanks [@lc-applause].
618
* [BUGFIX] Remove temporary directory after APT key import. See [#442]. Thanks [@wisnij].
@@ -399,26 +411,40 @@ Initial release, compatible with Ansible v1 & v2
399411
[#437]: https://github.com/DataDog/ansible-datadog/issues/437
400412
[#438]: https://github.com/DataDog/ansible-datadog/issues/438
401413
[#442]: https://github.com/DataDog/ansible-datadog/issues/442
414+
[#443]: https://github.com/DataDog/ansible-datadog/issues/443
415+
[#446]: https://github.com/DataDog/ansible-datadog/issues/446
416+
[#448]: https://github.com/DataDog/ansible-datadog/issues/448
417+
[#449]: https://github.com/DataDog/ansible-datadog/issues/449
418+
[#451]: https://github.com/DataDog/ansible-datadog/issues/451
419+
[#452]: https://github.com/DataDog/ansible-datadog/issues/452
420+
[#453]: https://github.com/DataDog/ansible-datadog/issues/453
421+
[#454]: https://github.com/DataDog/ansible-datadog/issues/454
422+
[#458]: https://github.com/DataDog/ansible-datadog/issues/458
402423
[@DevKyleS]: https://github.com/DevKyleS
403424
[@Jno21]: https://github.com/Jno21
404425
[@alsmola]: https://github.com/alsmola
405426
[@b2jrock]: https://github.com/b2jrock
406427
[@brendanlong]: https://github.com/brendanlong
407428
[@camjay]: https://github.com/camjay
408429
[@dbr1993]: https://github.com/dbr1993
430+
[@denzhel]: https://github.com/denzhel
409431
[@dv9io0o]: https://github.com/dv9io0o
410432
[@enarciso]: https://github.com/enarciso
411433
[@eplanet]: https://github.com/eplanet
412434
[@erikhjensen]: https://github.com/erikhjensen
413435
[@geoffwright]: https://github.com/geoffwright
414436
[@gtrummell]: https://github.com/gtrummell
437+
[@hestonhoffman]: https://github.com/hestonhoffman
438+
[@jb-mayer]: https://github.com/jb-mayer
415439
[@jeffwidman]: https://github.com/jeffwidman
416440
[@jharley]: https://github.com/jharley
441+
[@jlosito]: https://github.com/jlosito
417442
[@jpiron]: https://github.com/jpiron
418443
[@jstoja]: https://github.com/jstoja
419444
[@kanga333]: https://github.com/kanga333
420445
[@lc-applause]: https://github.com/lc-applause
421446
[@loliee]: https://github.com/loliee
447+
[@marcus-crane]: https://github.com/marcus-crane
422448
[@moleskin-smile]: https://github.com/moleskin-smile
423449
[@pdecat]: https://github.com/pdecat
424450
[@pmbauer]: https://github.com/pmbauer
@@ -427,6 +453,7 @@ Initial release, compatible with Ansible v1 & v2
427453
[@samasc30]: https://github.com/samasc30
428454
[@snorlaX-sleeps]: https://github.com/snorlaX-sleeps
429455
[@soar]: https://github.com/soar
456+
[@sspans-sbp]: https://github.com/sspans-sbp
430457
[@stegar123]: https://github.com/stegar123
431458
[@tasktop-teho]: https://github.com/tasktop-teho
432459
[@the-real-cphillips]: https://github.com/the-real-cphillips

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.16.0
2+
role_version: 4.17.0
33

44
# define if the datadog-agent services should be enabled
55
datadog_enabled: yes

0 commit comments

Comments
 (0)