diff --git a/CHANGELOG.md b/CHANGELOG.md index 0baf6c61..37119ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. - Update to [Wazuh v4.5.0](https://github.com/wazuh/wazuh/blob/v4.5.0/CHANGELOG.md#v450) +## [v4.4.2] + +### Added + +- Update to [Wazuh v4.4.2](https://github.com/wazuh/wazuh/blob/v4.4.2/CHANGELOG.md#v442) + ## [v4.4.1] ### Added diff --git a/README.md b/README.md index a060a0ff..62417094 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb | Wazuh version | Elastic | ODFE | |---------------|---------|--------| | v4.5.0 | | | +| v4.4.2 | | | | v4.4.1 | | | | v4.4.0 | | | | v4.3.11 | | | diff --git a/roles/wazuh/ansible-wazuh-agent/defaults/main.yml b/roles/wazuh/ansible-wazuh-agent/defaults/main.yml index 84ab7126..865161fc 100644 --- a/roles/wazuh/ansible-wazuh-agent/defaults/main.yml +++ b/roles/wazuh/ansible-wazuh-agent/defaults/main.yml @@ -53,7 +53,7 @@ wazuh_winagent_config: # Adding quotes to auth_path_x86 since win_shell outputs error otherwise auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe check_md5: True - md5: 7a22e1139e75b05724752778c43493b4 + md5: e207963ba60b51649522d893f7276fa4 wazuh_dir: "/var/ossec"