Skip to content

Commit

Permalink
3.9.4-7.3.0 testing (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablotr9 authored and Jesús Ángel committed Jul 31, 2019
1 parent c68f688 commit 7a694f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.4 - Splunk Enterprise v7.3.0 - Revision 34
## Wazuh v3.9.4 - Splunk Enterprise v7.3.0 - Revision 35

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ define(['../../module'], function(controllers) {
!this.validUrl(form_url) ||
!this.validUsername(form_apiuser)
) {
this.scope.$applyAsync()
throw new Error('Invalid format. Please check the fields again')
}

Expand Down Expand Up @@ -281,6 +282,7 @@ define(['../../module'], function(controllers) {
} catch (err) {
if (typeof err === 'string' && err.startsWith('Unexpected Wazuh version')) {
this.scope.validatingError.push(err)
this.scope.$applyAsync()
} else {
this.notification.showErrorToast(err.message || err || 'Cannot save the API.')
}
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.4
revision = 34
revision = 35

[wazuh]
version = 3.9.4
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.4",
"revision": "34",
"code": "34-2",
"revision": "35",
"code": "35-0",
"description": "Splunk app for Wazuh",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 7a694f7

Please sign in to comment.