Skip to content

Commit

Permalink
Bump 4.5.4 (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos authored Oct 17, 2023
1 parent 0e7e2f4 commit 5105486
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 4509

### 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": "4509"
}

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 = [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 = 4508
build = 4509

[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": "4509",
"splunk": "8.2"
}

0 comments on commit 5105486

Please sign in to comment.