Skip to content

Commit a0eee25

Browse files
authored
Bump version (#893)
1 parent 56fcbb3 commit a0eee25

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## Wazuh v3.11.1 - Splunk Enterprise v7.3.2, v8.0.0 - Revision 48
6+
7+
### Added
8+
9+
- Support for Wazuh v3.11.1
10+
11+
512
## Wazuh v3.11.0 - Splunk Enterprise v7.3.2, v8.0.0 - Revision 46
613

714
### Added

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@
5858
| 7.3.0 | 3.10.2 | <https://packages.wazuh.com/3.x/splunkapp/v3.10.2_7.3.0.tar.gz> |
5959
| 8.0.0 | 3.10.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.10.2_8.0.0.tar.gz> |
6060
| 7.3.2 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_7.3.2.tar.gz> |
61+
| 7.3.2 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_7.3.2.tar.gz> |
6162
| 8.0.0 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_8.0.0.tar.gz> |
63+
| 8.0.0 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_8.0.0.tar.gz> |
6264

6365

6466
## Upgrade

SplunkAppForWazuh/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_
6363
| 7.3.0 | 3.10.2 | <https://packages.wazuh.com/3.x/splunkapp/v3.10.2_7.3.0.tar.gz> |
6464
| 8.0.0 | 3.10.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.10.2_8.0.0.tar.gz> |
6565
| 7.3.2 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_7.3.2.tar.gz> |
66+
| 7.3.2 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_7.3.2.tar.gz> |
6667
| 8.0.0 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_8.0.0.tar.gz> |
68+
| 8.0.0 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_8.0.0.tar.gz> |
6769

6870
## Upgrade
6971

SplunkAppForWazuh/default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ is_visible = 1
33
label = Wazuh
44

55
[launcher]
6-
version = 3.11.0
6+
version = 3.11.1
77
88
description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.
99

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[app]
2-
version = 3.11.0
3-
revision = 46
2+
version = 3.11.1
3+
revision = 48
44

55
[wazuh]
6-
version = 3.11.0
6+
version = 3.11.1
77

88
[splunk]
99
version = 8.0.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "wazuh-splunk",
3-
"version": "3.11.0",
4-
"revision": "46",
5-
"code": "46-0",
3+
"version": "3.11.1",
4+
"revision": "48",
5+
"code": "48-0",
66
"description": "Splunk app for Wazuh",
77
"main": "index.js",
88
"keywords": [

0 commit comments

Comments
 (0)