From 6abf51a5f0584ac7fd2f110363aba830d6ab4fd2 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:26:08 +0200 Subject: [PATCH 1/4] Bump opendistro roles to 1.10.1 --- roles/opendistro/opendistro-elasticsearch/defaults/main.yml | 6 +++--- roles/opendistro/opendistro-kibana/defaults/main.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/opendistro/opendistro-elasticsearch/defaults/main.yml b/roles/opendistro/opendistro-elasticsearch/defaults/main.yml index 1ece22c7..86245199 100644 --- a/roles/opendistro/opendistro-elasticsearch/defaults/main.yml +++ b/roles/opendistro/opendistro-elasticsearch/defaults/main.yml @@ -1,9 +1,9 @@ --- # Cluster Settings -es_version: "7.8.0" +es_version: "7.9.1" es_major_version: "7.x" -opendistro_version: 1.9.0 +opendistro_version: 1.10.1 elasticsearch_cluster_name: wazuh-cluster single_node: true @@ -69,4 +69,4 @@ opendistro_kibana_password: changeme # Deployment settings generate_certs: true -perform_installation: true \ No newline at end of file +perform_installation: true diff --git a/roles/opendistro/opendistro-kibana/defaults/main.yml b/roles/opendistro/opendistro-kibana/defaults/main.yml index 2c285c8d..707a36f9 100644 --- a/roles/opendistro/opendistro-kibana/defaults/main.yml +++ b/roles/opendistro/opendistro-kibana/defaults/main.yml @@ -14,12 +14,12 @@ kibana_server_host: "0.0.0.0" kibana_server_port: "5601" kibana_server_name: "kibana" kibana_max_payload_bytes: 1048576 -elastic_stack_version: 7.8.0 +elastic_stack_version: 7.9.1 wazuh_version: 3.13.2 wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp # The OpenDistro package repository -kibana_opendistro_version: -1.9.0-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts +kibana_opendistro_version: -1.10.1-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts package_repos: yum: From 53bf83a0e64a8dacf0fdf23c8a1d908b6c74276c Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:12:38 +0200 Subject: [PATCH 2/4] Update revision --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 22dfe1fb..484b6b9b 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ WAZUH-ANSIBLE_VERSION="v4" -REVISION="31220" +REVISION="31320" From 48dda652b219fabc09182b2ccd47730e595d4303 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Fri, 2 Oct 2020 13:13:00 +0200 Subject: [PATCH 3/4] Update year --- LICENSE | 2 +- README.md | 2 +- roles/wazuh/ansible-wazuh-agent/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index b63808b6..40f5e6c3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ - Portions Copyright (C) 2018 Wazuh, Inc. + Portions Copyright (C) 2020 Wazuh, Inc. Based on work Copyright (C) 2003 - 2013 Trend Micro, Inc. This program is a free software; you can redistribute it and/or modify diff --git a/README.md b/README.md index 257d15cc..2e8e74e4 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ https://github.com/dj-wasabi/ansible-ossec-server ## License and copyright WAZUH -Copyright (C) 2016-2018 Wazuh Inc. (License GPLv2) +Copyright (C) 2016-2020 Wazuh Inc. (License GPLv2) ## Web references diff --git a/roles/wazuh/ansible-wazuh-agent/README.md b/roles/wazuh/ansible-wazuh-agent/README.md index e43ddb87..b0dc7cd0 100644 --- a/roles/wazuh/ansible-wazuh-agent/README.md +++ b/roles/wazuh/ansible-wazuh-agent/README.md @@ -47,7 +47,7 @@ The following is an example of how this role can be used: License and copyright --------------------- -WAZUH Copyright (C) 2018 Wazuh Inc. (License GPLv3) +WAZUH Copyright (C) 2020 Wazuh Inc. (License GPLv3) ### Based on previous work from dj-wasabi From 752068b7f7e7386be283a6d5b4c9e7191f581fb7 Mon Sep 17 00:00:00 2001 From: "Manuel J. Bernal" Date: Fri, 2 Oct 2020 19:13:20 +0200 Subject: [PATCH 4/4] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 484b6b9b..22dfe1fb 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ WAZUH-ANSIBLE_VERSION="v4" -REVISION="31320" +REVISION="31220"