Skip to content

Commit 9bf20d2

Browse files
authored
Bump version & update revision (#900)
1 parent a040b59 commit 9bf20d2

File tree

6 files changed

+17
-8
lines changed

6 files changed

+17
-8
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.2 - Splunk Enterprise v7.3.4 - Revision 49
6+
7+
### Added
8+
9+
- Support for Splunk 7.3.4
10+
- Support for Wazuh 3.11.2
11+
512
## Wazuh v3.11.1 - Splunk Enterprise v7.3.2 - Revision 47
613

714
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
| 7.3.0 | 3.10.2 | <https://packages.wazuh.com/3.x/splunkapp/v3.10.2_7.3.0.tar.gz> |
5959
| 7.3.2 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_7.3.2.tar.gz> |
6060
| 7.3.2 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_7.3.2.tar.gz> |
61+
| 7.3.4 | 3.11.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.2_7.3.4.tar.gz> |
6162

6263

6364
## Upgrade

SplunkAppForWazuh/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_
6262
| 7.3.0 | 3.10.2 | <https://packages.wazuh.com/3.x/splunkapp/v3.10.2_7.3.0.tar.gz> |
6363
| 7.3.2 | 3.11.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.0_7.3.2.tar.gz> |
6464
| 7.3.2 | 3.11.1 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.1_7.3.2.tar.gz> |
65+
| 7.3.4 | 3.11.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.2_7.3.4.tar.gz> |
6566

6667
## Upgrade
6768

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.1
6+
version = 3.11.2
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[app]
2-
version = 3.11.1
3-
revision = 47
2+
version = 3.11.2
3+
revision = 49
44

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

88
[splunk]
9-
version = 7.3.2
9+
version = 7.3.4

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.1",
4-
"revision": "47",
5-
"code": "47-0",
3+
"version": "3.11.2",
4+
"revision": "49",
5+
"code": "49-0",
66
"description": "Splunk app for Wazuh",
77
"main": "index.js",
88
"keywords": [

0 commit comments

Comments
 (0)