Skip to content

Commit

Permalink
Release version 4.14.0 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavek Kabrda authored Feb 8, 2022
1 parent 609ff34 commit 72a4451
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

# 4.14.0 / 2022-02-08

* [FEATURE] Add tasks for creating custom Python checks. See [#408]. Thanks [@snorlaX-sleeps].
* [FEATURE] Support Rocky Linux and AlmaLinux. See [#418].
* [BUGFIX] Fix provisioning on Python 3 / Amazon Linux 2. See [#412]. Thanks [@moleskin-smile].
* [BUGFIX] Prevent dependency on `ansible.windows` with non-Windows nodes. See [#416].
* [BUGFIX] Don't display content of `DDAGENTUSER_PASSWORD` for Windows nodes. See [#415].
* [BUGFIX] Additional fixes for `jinja2_native = True` setting. See [#414].

# 4.13.0 / 2022-01-21

* [FEATURE] Add datadog_manage_config to disable changing the Agent config files. See [#375].
Expand Down
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.13.0
role_version: 4.14.0

# define if the datadog-agent services should be enabled
datadog_enabled: yes
Expand Down

0 comments on commit 72a4451

Please sign in to comment.