From 148e0478e9d0ceaf7919a024e2b5b5128663d390 Mon Sep 17 00:00:00 2001 From: neonmei Date: Mon, 11 Jan 2021 11:15:47 -0300 Subject: [PATCH] release: update CHANGELOG for v4.0.4 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d72e71..9d3479e8 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Change Log All notable changes to this project will be documented in this file. +## [v4.0.4] + +### Added + +- Update to Wazuh v4.0.4 + +- Add localfile labels to agent ossec.conf template ([@dragospe](https://github.com/dragospe)) [PR#521](https://github.com/wazuh/wazuh-ansible/pull/521) + +### Changed + +- Please notice that default Kibana user in role defaults changed from `kibanaserver` to `admin`. See listed PRs below for details. + +### Fixed + +- `create_user.py` generates invalid passwords. ([@singuliere](https://github.com/singuliere)) [PR#519](https://github.com/wazuh/wazuh-ansible/pull/519) +- Fix invalid Jinja2 syntax in shared agent ([@kravietz](https://github.com/kravietz)) [PR#528](https://github.com/wazuh/wazuh-ansible/pull/528) +- Replace default user for `opendistro-kibana` role ([@zenidd](https://github.com/zenidd)) [PR#529](https://github.com/wazuh/wazuh-ansible/pull/529) +- Remove legacy declarations of `od_node_name` in `opendistro-elasticsearch` ([@neonmei](https://github.com/neonmei), [@dragospe](https://github.com/dragospe)) [PR#530](https://github.com/wazuh/wazuh-ansible/pull/530) +- add missing variable `elasticsearch_node_master` in `opendistro-elasticsearch` ([@neonmei](https://github.com/neonmei)) [PR#534](https://github.com/wazuh/wazuh-ansible/pull/534) + ## [v4.0.3] ### Added