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

[Backport 4.4.5-7.16] Bump Wazuh and platform versions for v4.4.5 (#5639) #5641

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.4.5 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 01

### Added

- Support for Wazuh 4.4.5

## Wazuh v4.4.4 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 01

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This plugin for Kibana allows you to visualize and analyze Wazuh alerts stored i

## Requisites

- Wazuh HIDS 4.4.4
- Wazuh HIDS 4.4.5
- Kibana 7.16.x or 7.17.x
- Elasticsearch 7.16.x or 7.17.x

Expand All @@ -107,7 +107,7 @@ Install the Wazuh app plugin for Kibana

```
cd /usr/share/kibana
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.4.4_7.16.0-1.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.4.5_7.16.0-1.zip
```

Restart Kibana
Expand Down
8 changes: 3 additions & 5 deletions kibana.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"id": "wazuh",
"version": "4.4.4-01",
"version": "4.4.5-01",
"kibanaVersion": "kibana",
"configPath": [
"wazuh"
],
"configPath": ["wazuh"],
"requiredPlugins": [
"navigation",
"data",
Expand All @@ -30,4 +28,4 @@
"owner": {
"name": "Wazuh, Inc"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wazuh",
"version": "4.4.4",
"version": "4.4.5",
"revision": "01",
"stage": "stable",
"commit": "6267c16e8",
Expand Down
2 changes: 1 addition & 1 deletion scripts/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# ======================================================= #

# Wazuh version: major.minor.patch
version = '4.4.4'
version = '4.4.5'
# App's revision number (previous rev + 1)
revision = '01'
# One of 'pre-alpha', 'alpha', 'beta', 'release-candidate', 'stable'
Expand Down