Bump version

This commit is contained in:
manuasir 2019-08-07 12:00:39 +02:00
parent befe2b6a98
commit c171f3905b
7 changed files with 12 additions and 8 deletions

View File

@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file.
- Default protocol to TCP [@ionphractal](https://github.com/ionphractal) [#204](https://github.com/wazuh/wazuh-ansible/pull/204).
### Fixed
- Fixed network.host is not localhost [@rshad](https://github.com/rshad) [#204](https://github.com/wazuh/wazuh-ansible/pull/212).
## [v3.9.3_7.2.0]
### Added

View File

@ -1,2 +1,2 @@
WAZUH-ANSIBLE_VERSION="v3.9.3"
REVISION="3930"
WAZUH-ANSIBLE_VERSION="v3.9.4"
REVISION="3940"

View File

@ -9,7 +9,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def get_wazuh_version():
"""This return the version of Wazuh."""
return "3.9.3"
return "3.9.4"
def test_wazuh_packages_are_installed(host):

View File

@ -9,7 +9,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def get_wazuh_version():
"""This return the version of Wazuh."""
return "3.9.3"
return "3.9.4"
def test_ossec_package_installed(Package):

View File

@ -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.2.0
wazuh_version: 3.9.3
wazuh_version: 3.9.4
# Xpack Security
kibana_xpack_security: false

View File

@ -1,5 +1,5 @@
---
wazuh_agent_version: 3.9.3
wazuh_agent_version: 3.9.4
wazuh_managers:
- address: 127.0.0.1
port: 1514
@ -24,7 +24,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.9.3'
version: '3.9.4'
revision: '1'
repo: https://packages.wazuh.com/3.x/windows/
md5: c3fdbd6c121ca371b8abcd477ed4e8a4

View File

@ -1,5 +1,5 @@
---
wazuh_manager_api_version: 3.9.3
wazuh_manager_api_version: 3.9.4
wazuh_manager_fqdn: "wazuh-server"
wazuh_manager_package_state: latest