Skip to content

Commit

Permalink
Merge 4.5.4 into master (#1499)
Browse files Browse the repository at this point in the history
Merge 4.5.4 into master
  • Loading branch information
Tostti authored Oct 24, 2023
2 parents 37a861e + f8a3f4d commit 2bcdf82
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## Wazuh v4.5.4 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4510

### Added
- Added support for Wazuh 4.5.4.

## Wazuh v4.5.3 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4508

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const UI_METADATA = {
"version": "4.5.3",
"revision": "4508"
"version": "4.5.4",
"revision": "4510"
}

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.3
version = 4.5.4
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 All @@ -12,7 +12,7 @@ id = SplunkAppForWazuh
check_for_updates = 1

[install]
build = 4508
build = 4510

[triggers]
reload.package = simple
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"release:bump": "node scripts/release/bump --manifest-package package.json",
"release:tag": "node scripts/release/tag --manifest-package package.json"
},
"version": "4.5.3",
"revision": "4508",
"version": "4.5.4",
"revision": "4510",
"splunk": "8.2"
}

0 comments on commit 2bcdf82

Please sign in to comment.