From 9a04774597c54936b38a7a7bcbcefbc0a3e71e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20=C3=81ngel?= Date: Tue, 4 Sep 2018 10:43:54 +0200 Subject: [PATCH] Bump version, changelog, readme --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 11 +++++++---- package.json | 4 ++-- 3 files changed, 25 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ad83d2cd..f1af473e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to the Wazuh app project will be documented in this file. +## Wazuh v3.6.1 - Kibana v6.3.2 - Revision 408 + +### Added + +- Support for Wazuh v3.6.1. + +### Fixed + +- Fixed a bug on the _Dev tools_ tab ([4ca9ed5](https://github.com/wazuh/wazuh-kibana-app/commit/4ca9ed54f1b18e5d499d950e6ff0741946701988)). + +## Wazuh v3.6.0 - Kibana v6.4.0 - Revision 407 + +### Added + +- Support for Wazuh v3.6.0. + ## Wazuh v3.6.0 - Kibana v6.3.2 - Revision 406 ### Added diff --git a/README.md b/README.md index b8488fd633..b8afd7af5b 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app ## Requisites -- Wazuh HIDS 3.6.0 -- Wazuh RESTful API 3.6.0 +- Wazuh HIDS 3.6.1 +- Wazuh RESTful API 3.6.1 - Kibana 6.3.2 - Elasticsearch 6.3.2 @@ -35,7 +35,7 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app Install the app ``` -/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.3.2.zip +/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.3.2.zip ``` Restart Kibana @@ -83,7 +83,7 @@ rm -rf /usr/share/kibana/optimize/bundles Install the app ``` -/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.0_6.3.2.zip +/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.6.1_6.3.2.zip ``` Restart Kibana @@ -133,6 +133,9 @@ service kibana restart | 6.3.2 | 3.4.0 | /usr/share/kibana/bin/kibana-plugin install | | 6.3.2 | 3.5.0 | /usr/share/kibana/bin/kibana-plugin install | | 6.3.2 | 3.6.0 | /usr/share/kibana/bin/kibana-plugin install | +| 6.4.0 | 3.6.0 | /usr/share/kibana/bin/kibana-plugin install | +| 6.3.2 | 3.6.1 | /usr/share/kibana/bin/kibana-plugin install | +| 6.4.0 | 3.6.1 | /usr/share/kibana/bin/kibana-plugin install | ## Contribute diff --git a/package.json b/package.json index 8b4ec77d1b..5cbe7b120e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", - "version": "3.6.0", - "revision": "0406", + "version": "3.6.1", + "revision": "0408", "kibana": { "version": "6.3.2" },