Merge branch '3.8' into 3.9
Conflicts: CHANGELOG.md VERSION
This commit is contained in:
commit
a88af93ba4
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,8 +1,17 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
|
||||
## [v3.9.0]
|
||||
|
||||
|
||||
|
||||
## [v3.8.1]
|
||||
|
||||
### Changed
|
||||
- Update to Wazuh version v3.8.1. ([#148](https://github.com/wazuh/wazuh-ansible/pull/148))
|
||||
|
||||
|
||||
## [v3.8.0]
|
||||
|
||||
### Added
|
||||
@ -11,7 +20,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Adapt ossec.conf file for windows agents ([#118](https://github.com/wazuh/wazuh-ansible/pull/118))
|
||||
- Added labels to ossec.conf ([#135](https://github.com/wazuh/wazuh-ansible/pull/135))
|
||||
|
||||
### Changed
|
||||
### Changed
|
||||
|
||||
- Changed Windows installation directory ([#116](https://github.com/wazuh/wazuh-ansible/pull/116))
|
||||
- move redundant tags to the outer block ([#133](https://github.com/wazuh/wazuh-ansible/pull/133))
|
||||
@ -47,7 +56,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- Changed windows agent version. ([#89](https://github.com/wazuh/wazuh-ansible/pull/89))
|
||||
- Updating to Elastic Stack to 6.5.3 and Wazuh 3.7.1. ([#108](https://github.com/wazuh/wazuh-ansible/pull/108))
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
- Solve the conflict betwwen tha agent configuration and the shared master configuration. Also include monitoring for `/var/log/auth.log`. ([#90](https://github.com/wazuh/wazuh-ansible/pull/90))
|
||||
|
||||
@ -4,5 +4,5 @@ elasticsearch_network_host: "127.0.0.1"
|
||||
kibana_server_host: "0.0.0.0"
|
||||
kibana_server_port: "5601"
|
||||
elastic_stack_version: 6.5.4
|
||||
wazuh_version: 3.8.0
|
||||
wazuh_version: 3.8.1
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ wazuh_winagent_config:
|
||||
install_dir_x86: 'C:\Program Files (x86)\ossec-agent\'
|
||||
auth_path: C:\'Program Files'\ossec-agent\agent-auth.exe
|
||||
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
|
||||
version: '3.8.0'
|
||||
version: '3.8.1'
|
||||
revision: '1'
|
||||
repo: https://packages.wazuh.com/3.x/windows/
|
||||
md5: 43936e7bc7eb51bd186f47dac4a6f477
|
||||
|
||||
Loading…
Reference in New Issue
Block a user