Skip to content

Commit c367660

Browse files
committed
Update version/changelog 3.12-7.3
1 parent 892addb commit c367660

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

CHANGELOG.md

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

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

5+
# Wazuh v3.12.0 - Splunk Enterprise v7.3.4 - Revision 55
6+
7+
### Added
8+
9+
- Support for Wazuh v3.12.0
10+
- Support for Splunk 7.3.4
11+
- Added azure-logs wodle configuration section [#860](https://github.com/wazuh/wazuh-splunk/issues/860)
12+
- Added new condition field to SCA tab [#861](https://github.com/wazuh/wazuh-splunk/issues/861)
13+
14+
### Changed
15+
16+
- Changed some ambiguous messages in configuration section [#879](https://github.com/wazuh/wazuh-splunk/issues/879)
17+
18+
519
## Wazuh v3.11.4 - Splunk Enterprise v7.3.4 - Revision 53
620

721
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
| 7.3.4 | 3.11.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.2_7.3.4.tar.gz> |
6262
| 7.3.4 | 3.11.3 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.3_7.3.4.tar.gz> |
6363
| 7.3.4 | 3.11.4 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.4_7.3.4.tar.gz> |
64+
| 7.3.4 | 3.12.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.12.0_7.3.4.tar.gz> |
6465

6566

6667
## Upgrade

SplunkAppForWazuh/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_
6565
| 7.3.4 | 3.11.2 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.2_7.3.4.tar.gz> |
6666
| 7.3.4 | 3.11.3 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.3_7.3.4.tar.gz> |
6767
| 7.3.4 | 3.11.4 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.11.4_7.3.4.tar.gz> |
68+
| 7.3.4 | 3.12.0 | <https://packages.wazuh.com/3.x/splunkapp/wazuhapp-splunk-3.12.0_7.3.4.tar.gz> |
6869

6970
## Upgrade
7071

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.4
6+
version = 3.12.0
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.4
3-
revision = 53
2+
version = 3.12.0
3+
revision = 55
44

55
[wazuh]
6-
version = 3.11.4
6+
version = 3.12.0
77

88
[splunk]
99
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.4",
4-
"revision": "53",
5-
"code": "53-0",
3+
"version": "3.12.0",
4+
"revision": "55",
5+
"code": "55-0",
66
"description": "Splunk app for Wazuh",
77
"main": "index.js",
88
"keywords": [

0 commit comments

Comments
 (0)