Skip to content

Commit

Permalink
Bump Wazuh 4.8.0 (#1425)
Browse files Browse the repository at this point in the history
* Bump 4.8.0
  • Loading branch information
asteriscos authored Jul 14, 2023
1 parent c6f0fbb commit 536fcf9
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.8.0 - Splunk Enterprise v8.1.[1-10], v8.2.x - Revision 4800

### Added
- Added support for Wazuh 4.8.0.

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

### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const UI_METADATA = {
"version": "4.7.0",
"revision": "4700"
"version": "4.8.0",
"revision": "4800"
}

define(['../module'], function (module) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pretty": "make pretty",
"test": "mocha tests/manager.js"
},
"version": "4.7.0",
"revision": "4700",
"version": "4.8.0",
"revision": "4800",
"splunk": "8.2"
}
4 changes: 2 additions & 2 deletions scripts/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
# Splunk versions
supported_versions = ['8.1', '8.2']
# Wazuh version
version = '4.7.0'
version = '4.8.0'
# RC number(optional, set to 0 or None to disable)
rc_number = 1
# App's revision number (previous rev + 1)
revision = '4700'
revision = '4800'
# Debug mode
dry_run = False

Expand Down

0 comments on commit 536fcf9

Please sign in to comment.