release: update CHANGELOG for v4.0.4

This commit is contained in:
neonmei 2021-01-11 11:15:47 -03:00
parent 539d87d3db
commit 148e0478e9
No known key found for this signature in database
GPG Key ID: 7EA1832E7E17237E

View File

@ -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