Bump revision 394

This commit is contained in:
Juanjo Jiménez 2018-06-11 15:48:12 +02:00
parent f8141dfb22
commit 4886e18ccd
3 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,13 @@
All notable changes to the Wazuh app project will be documented in this file.
## Wazuh v3.3.0 - Kibana v6.2.4 - Revision 394
### Added
- Support for Wazuh v3.3.0.
- Updated some backend API calls to include the app version in the request header ([#560](https://github.com/wazuh/wazuh-kibana-app/pull/560)).
## Wazuh v3.2.4 - Kibana v6.2.4 - Revision 393
### Added

View File

@ -54,6 +54,7 @@ Visualize and analyze Wazuh alerts stored in Elasticsearch using our Kibana app
| 6.2.4 | 3.2.2 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.2.2_6.2.4.zip> |
| 6.2.4 | 3.2.3 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.2.3_6.2.4.zip> |
| 6.2.4 | 3.2.4 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.2.4_6.2.4.zip> |
| 6.2.4 | 3.3.0 | /usr/share/kibana/bin/kibana-plugin install <https://packages.wazuh.com/wazuhapp/wazuhapp-3.3.0_6.2.4.zip> |
## Upgrade

View File

@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "3.3.0",
"revision": "0393",
"revision": "0394",
"kibana": {
"version": "6.2.4"
},