Bump version to wazuh 3.11.0
This commit is contained in:
parent
ce013d1dde
commit
760057583c
@ -17,11 +17,11 @@ All notable changes to this project will be documented in this file.
|
||||
- Wazuh Agent registration using agent name has been fixed [@jm404](https://github.com/jm404) [#298](https://github.com/wazuh/wazuh-ansible/pull/298)
|
||||
- Fix Wazuh repository and installation conditionals [@jm404](https://github.com/jm404) [#299](https://github.com/wazuh/wazuh-ansible/pull/299)
|
||||
|
||||
## [v3.10.2_7.3.2]
|
||||
## [v3.11.0_7.3.2]
|
||||
|
||||
### Added
|
||||
|
||||
- Update to Wazuh v3.10.2
|
||||
- Update to Wazuh v3.11.0
|
||||
|
||||
### Changed
|
||||
|
||||
|
||||
2
VERSION
2
VERSION
@ -1,2 +1,2 @@
|
||||
WAZUH-ANSIBLE_VERSION="v3.10.2"
|
||||
WAZUH-ANSIBLE_VERSION="v3.11.0"
|
||||
REVISION="31020"
|
||||
|
||||
@ -6,7 +6,7 @@ elasticsearch_network_host: "127.0.0.1"
|
||||
kibana_server_host: "0.0.0.0"
|
||||
kibana_server_port: "5601"
|
||||
elastic_stack_version: 7.4.2
|
||||
wazuh_version: 3.10.2
|
||||
wazuh_version: 3.11.0
|
||||
wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp
|
||||
|
||||
# Xpack Security
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
---
|
||||
wazuh_agent_version: 3.10.2-1
|
||||
wazuh_agent_version: 3.11.0-1
|
||||
|
||||
wazuh_agent_sources_installation:
|
||||
enabled: "false"
|
||||
branch: "v3.10.2"
|
||||
branch: "v3.11.0"
|
||||
user_language: "y"
|
||||
user_no_stop: "y"
|
||||
user_install_type: "agent"
|
||||
@ -50,7 +50,7 @@ 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.10.2'
|
||||
version: '3.11.0'
|
||||
revision: '1'
|
||||
repo: https://packages.wazuh.com/3.x/windows/
|
||||
md5: 71650780904cbfc2e45eae4298adb7a3
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
---
|
||||
wazuh_manager_version: 3.10.2-1
|
||||
wazuh_manager_version: 3.11.0-1
|
||||
|
||||
wazuh_manager_fqdn: "wazuh-server"
|
||||
wazuh_manager_package_state: present
|
||||
|
||||
wazuh_manager_sources_installation:
|
||||
enabled: true
|
||||
branch: "v3.10.2"
|
||||
branch: "v3.11.0"
|
||||
user_language: "en"
|
||||
user_no_stop: "y"
|
||||
user_install_type: "server"
|
||||
@ -31,7 +31,7 @@ wazuh_manager_sources_installation:
|
||||
|
||||
wazuh_api_sources_installation:
|
||||
enabled: true
|
||||
branch: "v3.10.2"
|
||||
branch: "v3.11.0"
|
||||
update: "y"
|
||||
remove: "y"
|
||||
directory: null
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
path: "/tmp/wazuh-{{ wazuh_manager_sources_installation.branch }}"
|
||||
state: directory
|
||||
|
||||
# When downloading "v3.10.2" extracted folder name is 3.10.2.
|
||||
# When downloading "v3.11.0" extracted folder name is 3.11.0.
|
||||
# Explicitly creating the folder with proper naming and striping first level in .tar.gz file
|
||||
|
||||
- name: Extract downloaded Wazuh branch from Github # Using shell instead of unarchive due to that module not working properlyh with --strip
|
||||
|
||||
Loading…
Reference in New Issue
Block a user