Merge pull request #356 from wazuh/release-wazuh_3.11.3_7.5.2
Release Ansible Wazuh 3.11.3_7.5.2
This commit is contained in:
commit
c4c2b53891
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
||||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [v3.11.3_7.5.2]
|
||||
|
||||
### Added
|
||||
|
||||
- Update to Wazuh v3.11.3
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix Wazuh Agent configuration file for RHEL 8 ([@xr09](https://github.com/xr09)) [PR#354](https://github.com/wazuh/wazuh-ansible/pull/354)
|
||||
- Fix default port used in Wazuh Agent playbook ([@jm404](https://github.com/jm404)) [PR#347](https://github.com/wazuh/wazuh-ansible/pull/347)
|
||||
|
||||
## [v3.11.2_7.5.1]
|
||||
|
||||
### Added
|
||||
|
||||
4
VERSION
4
VERSION
@ -1,2 +1,2 @@
|
||||
WAZUH-ANSIBLE_VERSION="v3.11.2"
|
||||
REVISION="31120"
|
||||
WAZUH-ANSIBLE_VERSION="v3.11.3"
|
||||
REVISION="31130"
|
||||
|
||||
@ -4,7 +4,7 @@ elasticsearch_http_port: 9200
|
||||
elasticsearch_network_host: 127.0.0.1
|
||||
elasticsearch_reachable_host: 127.0.0.1
|
||||
elasticsearch_jvm_xms: null
|
||||
elastic_stack_version: 7.5.1
|
||||
elastic_stack_version: 7.5.2
|
||||
elasticsearch_lower_disk_requirements: false
|
||||
|
||||
# Cluster Settings
|
||||
|
||||
@ -5,8 +5,8 @@ elasticsearch_http_port: "9200"
|
||||
elasticsearch_network_host: "127.0.0.1"
|
||||
kibana_server_host: "0.0.0.0"
|
||||
kibana_server_port: "5601"
|
||||
elastic_stack_version: 7.5.1
|
||||
wazuh_version: 3.11.2
|
||||
elastic_stack_version: 7.5.2
|
||||
wazuh_version: 3.11.3
|
||||
wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp
|
||||
|
||||
# API credentials
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
filebeat_version: 7.5.1
|
||||
filebeat_version: 7.5.2
|
||||
|
||||
filebeat_create_config: true
|
||||
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
wazuh_agent_version: 3.11.2-1
|
||||
wazuh_agent_version: 3.11.3-1
|
||||
|
||||
wazuh_agent_sources_installation:
|
||||
enabled: false
|
||||
branch: "v3.11.2"
|
||||
branch: "v3.11.3"
|
||||
user_language: "y"
|
||||
user_no_stop: "y"
|
||||
user_install_type: "agent"
|
||||
@ -51,10 +51,10 @@ wazuh_winagent_config:
|
||||
auth_path: C:\Program Files\ossec-agent\agent-auth.exe
|
||||
# Adding quotes to auth_path_x86 since win_shell outputs error otherwise
|
||||
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
|
||||
version: '3.11.2'
|
||||
version: '3.11.3'
|
||||
revision: '1'
|
||||
repo: https://packages.wazuh.com/3.x/windows/
|
||||
md5: 9b6e57054353e31f449ce61bf3695271
|
||||
md5: e4623e7cd3f2fc6ac8a313cbdd7c3cba
|
||||
wazuh_agent_config:
|
||||
repo:
|
||||
apt: 'deb https://packages.wazuh.com/3.x/apt/ stable main'
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
---
|
||||
wazuh_manager_version: 3.11.2-1
|
||||
wazuh_manager_version: 3.11.3-1
|
||||
|
||||
wazuh_manager_fqdn: "wazuh-server"
|
||||
wazuh_manager_package_state: present
|
||||
|
||||
wazuh_manager_sources_installation:
|
||||
enabled: false
|
||||
branch: "v3.11.2"
|
||||
branch: "v3.11.3"
|
||||
user_language: "en"
|
||||
user_no_stop: "y"
|
||||
user_install_type: "server"
|
||||
@ -31,7 +31,7 @@ wazuh_manager_sources_installation:
|
||||
|
||||
wazuh_api_sources_installation:
|
||||
enabled: false
|
||||
branch: "v3.11.2"
|
||||
branch: "v3.11.3"
|
||||
update: "y"
|
||||
remove: "y"
|
||||
directory: null
|
||||
|
||||
Loading…
Reference in New Issue
Block a user