Skip to content

Commit

Permalink
Bump 3.9.3 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablotr9 authored and Jesús Ángel committed Jun 21, 2019
1 parent 1affb73 commit 69dde86
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

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

## Wazuh v3.9.2 - Splunk Enterprise v7.3.0 - Revision 27
## Wazuh v3.9.3 - Splunk Enterprise v7.3.0 - Revision 29

### Added

- Support for Wazuh v3.9.3

### Fixed

- Fixed agent bar that was not applying filters correctly when refreshing [#743](https://github.com/wazuh/wazuh-splunk/pull/743).
- Fixed incorrect fields in never connected agents [#750](https://github.com/wazuh/wazuh-splunk/pull/750).
- Box editors without delimited bottom have been fixed [#750](https://github.com/wazuh/wazuh-splunk/pull/750).
- Fixed error message when the app detects an unexpected Wazuh version [#750](https://github.com/wazuh/wazuh-splunk/pull/750).


## Wazuh v3.9.2 - Splunk Enterprise v7.3.0 - Revision 28

### Added

Expand Down
1 change: 1 addition & 0 deletions SplunkAppForWazuh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Wazuh app for Splunk offers an option to visualize _Wazuh Alerts_ and _API data_
| 7.2.6 | 3.9.1 | <https://packages.wazuh.com/3.x/splunkapp/v3.9.1_7.2.6.tar.gz> |
| 7.3.0 | 3.9.1 | <https://packages.wazuh.com/3.x/splunkapp/v3.9.1_7.3.0.tar.gz> |
| 7.3.0 | 3.9.2 | <https://packages.wazuh.com/3.x/splunkapp/v3.9.2_7.3.0.tar.gz> |
| 7.3.0 | 3.9.3 | <https://packages.wazuh.com/3.x/splunkapp/v3.9.3_7.3.0.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.9.2
version = 3.9.3
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
6 changes: 3 additions & 3 deletions SplunkAppForWazuh/default/package.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[app]
version = 3.9.2
revision = 28
version = 3.9.3
revision = 29

[wazuh]
version = 3.9.2
version = 3.9.3

[splunk]
version = 7.3.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh-splunk",
"version": "3.9.2",
"revision": "28",
"version": "3.9.3",
"revision": "29",
"code": "28-0",
"description": "Splunk app for Wazuh",
"main": "index.js",
Expand Down

0 comments on commit 69dde86

Please sign in to comment.