Skip to content

Commit

Permalink
Merge 4.5.3 into master (#1488)
Browse files Browse the repository at this point in the history
Merge 4.5.3 into master
  • Loading branch information
asteriscos authored Oct 6, 2023
2 parents 234ab8a + 425da13 commit 37a861e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 v4.5.3 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4506
## Wazuh v4.5.3 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4508

### Added
- Added support for Wazuh 4.5.3.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const UI_METADATA = {
"version": "4.5.3",
"revision": "4506"
"revision": "4508"
}

define(['../module'], function (module) {
Expand Down
4 changes: 2 additions & 2 deletions 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 = 4.5.1
version = 4.5.3
author = [email protected]
description = Wazuh helps you to gain deeper security visibility into your infrastructure by monitoring hosts at an operating system and application level.

Expand All @@ -12,7 +12,7 @@ id = SplunkAppForWazuh
check_for_updates = 1

[install]
build = 4506
build = 4508

[triggers]
reload.package = simple
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"release:tag": "node scripts/release/tag --manifest-package package.json"
},
"version": "4.5.3",
"revision": "4506",
"revision": "4508",
"splunk": "8.2"
}

0 comments on commit 37a861e

Please sign in to comment.