Skip to content

Commit

Permalink
Release 4.6.0 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka authored Jan 11, 2021
1 parent 84f8303 commit 3bdb567
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
=========

# 4.6.0 / 2021-01-11

* [FEATURE] Allow removing checks. See [#151] and [#320]. Thanks [@Jno21].
* [BUGFIX] Make security-agent also affected by datadog_enabled. See [#318].
* [BUGFIX] Change configuration perms on Linux. See [#313]. Thanks [@loliee].
* [CHORE] Do not name the RPM repo file differently depending on the Agent version. See [#311].
* [CHORE] Replace facts from 'ansible_*' to using 'ansible_facts' dictionary. See [#304]. Thanks to [@samasc30].

# 4.5.0 / 2020-11-06

* [FEATURE] (Windows) Adds support for non-default installation and configuration directories. See [#295][].
Expand Down Expand Up @@ -216,6 +224,7 @@ Initial release, compatible with Ansible v1 & v2
[#105]: https://github.com/DataDog/ansible-datadog/issues/105
[#107]: https://github.com/DataDog/ansible-datadog/issues/107
[#116]: https://github.com/DataDog/ansible-datadog/issues/116
[#151]: https://github.com/DataDog/ansible-datadog/issues/151
[#203]: https://github.com/DataDog/ansible-datadog/issues/203
[#220]: https://github.com/DataDog/ansible-datadog/issues/220
[#224]: https://github.com/DataDog/ansible-datadog/issues/224
Expand Down Expand Up @@ -250,10 +259,16 @@ Initial release, compatible with Ansible v1 & v2
[#295]: https://github.com/DataDog/ansible-datadog/issues/295
[#297]: https://github.com/DataDog/ansible-datadog/issues/297
[#303]: https://github.com/DataDog/ansible-datadog/issues/303
[#304]: https://github.com/DataDog/ansible-datadog/issues/304
[#307]: https://github.com/DataDog/ansible-datadog/issues/307
[#308]: https://github.com/DataDog/ansible-datadog/issues/308
[#309]: https://github.com/DataDog/ansible-datadog/issues/309
[#311]: https://github.com/DataDog/ansible-datadog/issues/311
[#313]: https://github.com/DataDog/ansible-datadog/issues/313
[#318]: https://github.com/DataDog/ansible-datadog/issues/318
[#320]: https://github.com/DataDog/ansible-datadog/issues/320
[@DevKyleS]: https://github.com/DevKyleS
[@Jno21]: https://github.com/Jno21
[@b2jrock]: https://github.com/b2jrock
[@brendanlong]: https://github.com/brendanlong
[@dbr1993]: https://github.com/dbr1993
Expand All @@ -267,9 +282,11 @@ Initial release, compatible with Ansible v1 & v2
[@jpiron]: https://github.com/jpiron
[@jstoja]: https://github.com/jstoja
[@kanga333]: https://github.com/kanga333
[@loliee]: https://github.com/loliee
[@pdecat]: https://github.com/pdecat
[@pmbauer]: https://github.com/pmbauer
[@rouge8]: https://github.com/rouge8
[@samasc30]: https://github.com/samasc30
[@the-real-cphilips]: https://github.com/the-real-cphilips
[@tomgoren]: https://github.com/tomgoren
[@xp-1000]: https://github.com/xp-1000
[@xp-1000]: https://github.com/xp-1000
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
role_version: 4.5.0
role_version: 4.6.0

system_probe_config:
enabled: false
Expand Down

0 comments on commit 3bdb567

Please sign in to comment.