Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuasir committed Jul 17, 2019
1 parent c74c78c commit 78171fa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WAZUH-ANSIBLE_VERSION="v3.9.2"
REVISION="3902"
WAZUH-ANSIBLE_VERSION="v3.9.3"
REVISION="3930"
2 changes: 1 addition & 1 deletion molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def get_wazuh_version():
"""This return the version of Wazuh."""
return "3.9.2"
return "3.9.3"


def test_wazuh_packages_are_installed(host):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: 6.8.0
elastic_stack_version: 6.8.1
elasticsearch_shards: 5
elasticsearch_replicas: 1
elasticsearch_install_java: true
4 changes: 2 additions & 2 deletions roles/elastic-stack/ansible-kibana/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ 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: 6.8.0
wazuh_version: 3.9.2
elastic_stack_version: 6.8.1
wazuh_version: 3.9.3
2 changes: 1 addition & 1 deletion roles/elastic-stack/ansible-logstash/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ elasticsearch_network_host: ["Localhost"]
elasticsearch_http_port: "9200"
elasticsearch_shards: 5
elasticsearch_replicas: 1
elastic_stack_version: 6.8.0
elastic_stack_version: 6.8.1

logstash_ssl: false
logstash_ssl_dir: /etc/pki/logstash
Expand Down
2 changes: 1 addition & 1 deletion roles/wazuh/ansible-wazuh-agent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.2'
version: '3.9.3'
revision: '1'
repo: https://packages.wazuh.com/3.x/windows/
md5: 43936e7bc7eb51bd186f47dac4a6f477
Expand Down

0 comments on commit 78171fa

Please sign in to comment.