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

Prepare 3.9.3 release #771

Merged
merged 1 commit into from
Jun 27, 2019
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
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Wazuh v3.9.3 - Splunk Enterprise v7.3.0 - Revision 32
## Wazuh v3.9.3 - Splunk Enterprise v7.3.0 - Revision 33

### Added

Expand All @@ -14,7 +14,8 @@ All notable changes to the Wazuh app for Splunk project will be documented in th
- 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).

- Fix Agents > Inventory [#745](https://github.com/wazuh/wazuh-splunk/pull/745)
- Fix Invalid Date message in some browsers dates [e1ccb55](https://github.com/wazuh/wazuh-splunk/commit/e1ccb556c75a807947e3987fbe7a38a0f14ae699)

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

Expand All @@ -25,7 +26,7 @@ All notable changes to the Wazuh app for Splunk project will be documented in th

### Fixed

- Fixed visualization for Agents > Overview [#718](https://github.com/wazuh/wazuh-splunk/pull/718).
- Fixed visualization for Agents > Overview [#718](https://github.com/wazuh/wazuh-splunk/pull/718).
- Fix error when adding an api with invalid fields format [#729](https://github.com/wazuh/wazuh-splunk/pull/729).
- Fix missing parameters in Dev Tools request [#731](https://github.com/wazuh/wazuh-splunk/pull/731).

Expand Down
2 changes: 1 addition & 1 deletion SplunkAppForWazuh/default/package.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[app]
version = 3.9.3
revision = 32
revision = 33

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