Skip to content

Commit

Permalink
Bump Wazuh version 4.5.2-7.16 (#5704)
Browse files Browse the repository at this point in the history
Bump Wazuh version 4.5.2
  • Loading branch information
Desvelao authored Jul 19, 2023
1 parent e821176 commit 431025a
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 13 deletions.
8 changes: 7 additions & 1 deletion 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.5.2 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 01

### Added

- Support for Wazuh 4.5.2

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

### Added
Expand All @@ -21,6 +27,7 @@ All notable changes to the Wazuh app project will be documented in this file.

- Changed method to perform redirection on agent table buttons [#5539](https://github.com/wazuh/wazuh-kibana-app/pull/5539)
- Changed windows agent service name in the deploy agent wizard [#5538](https://github.com/wazuh/wazuh-kibana-app/pull/5538)

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

### Added
Expand All @@ -35,7 +42,6 @@ All notable changes to the Wazuh app project will be documented in this file.

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


### Added

- Support for Wazuh 4.4.4
Expand Down
6 changes: 3 additions & 3 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.5.1
- Wazuh HIDS 4.5.2
- 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.5.1_7.16.0-1.zip
sudo -u kibana bin/kibana-plugin install https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana-4.5.2_7.16.0-1.zip
```

Restart Kibana
Expand Down Expand Up @@ -198,7 +198,7 @@ Install the Wazuh app

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

Update configuration file permissions.
Expand Down
4 changes: 2 additions & 2 deletions docker/imposter/api-info/api_info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"data": {
"title": "Wazuh API REST",
"api_version": "4.4.0",
"revision": 4400,
"api_version": "4.5.2",
"revision": 1,
"license_name": "GPL 2.0",
"license_url": "https://github.com/wazuh/wazuh/blob/4.4/LICENSE",
"hostname": "imposter",
Expand Down
1 change: 1 addition & 0 deletions docker/wazuh-4.4-wz/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ versions=(
"4.4.4"
"4.5.0"
"4.5.1"
"4.5.2"
)

wazuh_api_version=(
Expand Down
1 change: 1 addition & 0 deletions docker/wazuh-4.4-wz/rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ versions=(
"4.4.4"
"4.5.0"
"4.5.1"
"4.5.2"
)

usage() {
Expand Down
1 change: 1 addition & 0 deletions docker/wazuh-4.x-es/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ wazuh_api_version=(
"4.4.4"
"4.5.0"
"4.5.1"
"4.5.2"
)

usage() {
Expand Down
1 change: 1 addition & 0 deletions docker/wazuh-4.x-es/rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ wazuh_versions=(
"4.4.4"
"4.5.0"
"4.5.1"
"4.5.2"
)

usage() {
Expand Down
6 changes: 2 additions & 4 deletions kibana.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"id": "wazuh",
"version": "4.5.1-01",
"version": "4.5.2-01",
"kibanaVersion": "kibana",
"configPath": [
"wazuh"
],
"configPath": ["wazuh"],
"requiredPlugins": [
"navigation",
"data",
Expand Down
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.5.1",
"version": "4.5.2",
"revision": "01",
"stage": "stable",
"commit": "fad907e97",
Expand Down
4 changes: 2 additions & 2 deletions scripts/tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
# ======================================================= #

# Wazuh version: major.minor.patch
version = '4.5.1'
version = '4.5.2'
# App's revision number (previous rev + 1)
revision = '02'
revision = '01'
# One of 'pre-alpha', 'alpha', 'beta', 'release-candidate', 'stable'
stage = 'alpha'
# Tag suffix. Usually set to stage + stage iteration.
Expand Down

0 comments on commit 431025a

Please sign in to comment.