Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Wazuh 4.4.5 #1415

Merged
merged 3 commits into from Jul 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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

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

### Added
- Added support for Wazuh 4.4.5.

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

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -39,7 +39,7 @@
"pretty": "make pretty",
"test": "mocha tests/manager.js"
},
"version": "4.4.4",
"revision": "4404",
"version": "4.4.5",
"revision": "4405",
"splunk": "8.2"
}
4 changes: 2 additions & 2 deletions scripts/tag.py
Expand Up @@ -17,11 +17,11 @@
# Splunk versions
supported_versions = ['8.1', '8.2']
# Wazuh version
version = '4.4.4'
version = '4.4.5'
# RC number(optional, set to 0 or None to disable)
rc_number = 1
# App's revision number (previous rev + 1)
revision = '4404'
revision = '4405'
# Debug mode
dry_run = False

Expand Down