Skip to content

Commit

Permalink
Release version 4.8.0 (#342)
Browse files Browse the repository at this point in the history
* Release version 4.8.0

Co-authored-by: Pablo Baeyens <[email protected]>
  • Loading branch information
Slavek Kabrda and mx-psi authored Apr 13, 2021
1 parent a12a1dd commit 9345f2d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

# 4.8.0 / 2021-04-13

* [FEATURE] Add NPM support for Windows. See [#335].
* [IMPROVEMENT] Split Windows handler into its own file, so we don't include anything from ansible.windows on non-Windows; add a note about the dependency on `ansible.windows`. See [#337].
* [IMPROVEMENT] Turn on `repo_gpgcheck` on RPM repositories by default. See [#341].
* [IMPROVEMENT] Align Windows agent to Linux so that service is disabled when `datadog_enabled` is `false`. See [#338]. Thanks [@erikhjensen].
* [BUGFIX] Fix system-probe enablement conditions. See [#336].
* [CHORE] Fix issues found by linter (fix file permissions, add `role_name` and `namespace` to `galaxy_info`, remove pre/post tasks). See [#340].

# 4.7.1 / 2021-03-23

* [BUGFIX] Revert addition of NPM support for Windows, which introduced multiple issues. See [#333].
Expand Down Expand Up @@ -285,6 +294,12 @@ Initial release, compatible with Ansible v1 & v2
[#326]: https://github.com/DataDog/ansible-datadog/issues/326
[#327]: https://github.com/DataDog/ansible-datadog/issues/327
[#333]: https://github.com/DataDog/ansible-datadog/issues/333
[#335]: https://github.com/DataDog/ansible-datadog/issues/335
[#336]: https://github.com/DataDog/ansible-datadog/issues/336
[#337]: https://github.com/DataDog/ansible-datadog/issues/337
[#338]: https://github.com/DataDog/ansible-datadog/issues/338
[#340]: https://github.com/DataDog/ansible-datadog/issues/340
[#341]: https://github.com/DataDog/ansible-datadog/issues/341
[@DevKyleS]: https://github.com/DevKyleS
[@Jno21]: https://github.com/Jno21
[@b2jrock]: https://github.com/b2jrock
Expand All @@ -293,6 +308,7 @@ Initial release, compatible with Ansible v1 & v2
[@dv9io0o]: https://github.com/dv9io0o
[@enarciso]: https://github.com/enarciso
[@eplanet]: https://github.com/eplanet
[@erikhjensen]: https://github.com/erikhjensen
[@geoffwright]: https://github.com/geoffwright
[@gtrummell]: https://github.com/gtrummell
[@jeffwidman]: https://github.com/jeffwidman
Expand All @@ -307,4 +323,4 @@ Initial release, compatible with Ansible v1 & v2
[@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.7.1
role_version: 4.8.0

# default system-probe.yaml options
system_probe_config: {}
Expand Down

0 comments on commit 9345f2d

Please sign in to comment.