Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuasir committed May 21, 2019
1 parent e27a4e0 commit bfc3d4e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v3.9.1]

### Added

- Update to Wazuh v3.8.1
- Support for ELK v6.8.0

## [v3.9.0]

Expand Down
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.0"
REVISION="3900"
WAZUH-ANSIBLE_VERSION="v3.9.1"
REVISION="3901"
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"
return "3.9.1"


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.7.1
elastic_stack_version: 6.8.0
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.7.1
wazuh_version: 3.9.0
elastic_stack_version: 6.8.0
wazuh_version: 3.9.1
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.7.1
elastic_stack_version: 6.8.0

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.0'
version: '3.9.1'
revision: '1'
repo: https://packages.wazuh.com/3.x/windows/
md5: 43936e7bc7eb51bd186f47dac4a6f477
Expand Down

0 comments on commit bfc3d4e

Please sign in to comment.