Bump version to 3.10.0_7.3.2
This commit is contained in:
parent
fe23f2a97d
commit
58b3b734be
4
VERSION
4
VERSION
@ -1,2 +1,2 @@
|
||||
WAZUH-ANSIBLE_VERSION="v3.9.5"
|
||||
REVISION="3950"
|
||||
WAZUH-ANSIBLE_VERSION="v3.10.0"
|
||||
REVISION="31000"
|
||||
|
||||
@ -9,7 +9,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
|
||||
def get_wazuh_version():
|
||||
"""This return the version of Wazuh."""
|
||||
return "3.9.5"
|
||||
return "3.10.0"
|
||||
|
||||
|
||||
def test_wazuh_packages_are_installed(host):
|
||||
@ -86,4 +86,4 @@ def test_filebeat_is_installed(host):
|
||||
"""Test if the elasticsearch package is installed."""
|
||||
filebeat = host.package("filebeat")
|
||||
assert filebeat.is_installed
|
||||
assert filebeat.version.startswith('7.2.1')
|
||||
assert filebeat.version.startswith('7.3.2')
|
||||
|
||||
@ -10,7 +10,7 @@ def test_elasticsearch_is_installed(host):
|
||||
"""Test if the elasticsearch package is installed."""
|
||||
elasticsearch = host.package("elasticsearch")
|
||||
assert elasticsearch.is_installed
|
||||
assert elasticsearch.version.startswith('7.2.1')
|
||||
assert elasticsearch.version.startswith('7.3.2')
|
||||
|
||||
|
||||
def test_elasticsearch_is_running(host):
|
||||
|
||||
@ -14,7 +14,7 @@ def test_port_kibana_is_open(host):
|
||||
def test_find_correct_elasticsearch_version(host):
|
||||
"""Test if we find the kibana/elasticsearch version in package.json"""
|
||||
kibana = host.file("/usr/share/kibana/plugins/wazuh/package.json")
|
||||
assert kibana.contains("7.2.1")
|
||||
assert kibana.contains("7.3.2")
|
||||
|
||||
|
||||
def test_wazuh_plugin_installed(host):
|
||||
|
||||
@ -9,7 +9,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
|
||||
def get_wazuh_version():
|
||||
"""This return the version of Wazuh."""
|
||||
return "3.9.5"
|
||||
return "3.10.0"
|
||||
|
||||
|
||||
def test_ossec_package_installed(Package):
|
||||
|
||||
@ -9,7 +9,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
|
||||
def get_wazuh_version():
|
||||
"""This return the version of Wazuh."""
|
||||
return "3.9.5"
|
||||
return "3.10.0"
|
||||
|
||||
|
||||
def test_wazuh_packages_are_installed(host):
|
||||
@ -82,4 +82,4 @@ def test_filebeat_is_installed(host):
|
||||
"""Test if the elasticsearch package is installed."""
|
||||
filebeat = host.package("filebeat")
|
||||
assert filebeat.is_installed
|
||||
assert filebeat.version.startswith('7.2.1')
|
||||
assert filebeat.version.startswith('7.3.2')
|
||||
|
||||
@ -4,7 +4,7 @@ elasticsearch_node_name: node-1
|
||||
elasticsearch_http_port: 9200
|
||||
elasticsearch_network_host: 127.0.0.1
|
||||
elasticsearch_jvm_xms: null
|
||||
elastic_stack_version: 7.2.1
|
||||
elastic_stack_version: 7.3.2
|
||||
single_node: true
|
||||
elasticsearch_bootstrap_node: false
|
||||
elasticsearch_master_candidate: false
|
||||
|
||||
@ -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.2.1
|
||||
wazuh_version: 3.9.5
|
||||
elastic_stack_version: 7.3.2
|
||||
wazuh_version: 3.10.0
|
||||
|
||||
# Xpack Security
|
||||
kibana_xpack_security: false
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
filebeat_version: 7.2.1
|
||||
filebeat_version: 7.3.2
|
||||
|
||||
filebeat_create_config: true
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
wazuh_agent_version: 3.9.5
|
||||
wazuh_agent_version: 3.10.0
|
||||
wazuh_managers:
|
||||
- address: 127.0.0.1
|
||||
port: 1514
|
||||
@ -26,7 +26,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.9.5'
|
||||
version: '3.10.0'
|
||||
revision: '1'
|
||||
repo: https://packages.wazuh.com/3.x/windows/
|
||||
md5: ee5b24216db472d291da4e14f0b3bc63
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
wazuh_manager_api_version: 3.9.5
|
||||
wazuh_manager_api_version: 3.10.0
|
||||
|
||||
wazuh_manager_fqdn: "wazuh-server"
|
||||
wazuh_manager_package_state: latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user