Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version & update readme/changelog #899

Merged
merged 1 commit into from
Jan 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to the Wazuh app for Splunk project will be documented in this file.

## Wazuh v3.11.2 - Splunk Enterprise v8.0.1 - Revision 50

### Added

- Support for Wazuh v3.11.2
- Support for Splunk v8.0.1


## Wazuh v3.11.1 - Splunk Enterprise v7.3.2, v8.0.0 - Revision 48

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
| 7.3.2 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_7.3.2.tar.gz> |
| 8.0.0 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_8.0.0.tar.gz> |
| 8.0.0 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_8.0.0.tar.gz> |
| 8.0.1 | 3.11.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.2_8.0.1.tar.gz> |


## Upgrade
Expand Down
1 change: 1 addition & 0 deletions SplunkAppForWazuh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_
| 7.3.2 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_7.3.2.tar.gz> |
| 8.0.0 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_8.0.0.tar.gz> |
| 8.0.0 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_8.0.0.tar.gz> |
| 8.0.1 | 3.11.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.2_8.0.1.tar.gz> |

## Upgrade

Expand Down
2 changes: 1 addition & 1 deletion SplunkAppForWazuh/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ is_visible = 1
label = Wazuh

[launcher]
version = 3.11.1
version = 3.11.2
author = info@wazuh.com
description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.

Expand Down
8 changes: 4 additions & 4 deletions SplunkAppForWazuh/default/package.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[app]
version = 3.11.1
revision = 48
version = 3.11.2
revision = 50

[wazuh]
version = 3.11.1
version = 3.11.2

[splunk]
version = 8.0.0
version = 8.0.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "wazuh-splunk",
"version": "3.11.1",
"revision": "48",
"code": "48-0",
"version": "3.11.2",
"revision": "50",
"code": "50-0",
"description": "Splunk app for Wazuh",
"main": "index.js",
"keywords": [
Expand Down