From c9878a8523c9e4566948a7855e164800a4779499 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Thu, 18 Apr 2024 15:19:53 +0200 Subject: [PATCH 1/3] Bump version to 4.7.4 (#6599) --- CHANGELOG.md | 6 ++++++ plugins/main/opensearch_dashboards.json | 2 +- plugins/main/package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a038a3dd..2ac21b12aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to the Wazuh app project will be documented in this file. +## Wazuh v4.7.4 - OpenSearch Dashboards 2.8.0 - Revision 00 + +### Added + +- Support for Wazuh 4.7.4 + ## Wazuh v4.7.3 - OpenSearch Dashboards 2.8.0 - Revision 02 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index 2b976f93f0..d5c3e5ec9f 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.7.3-02", + "version": "4.7.4-00", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/plugins/main/package.json b/plugins/main/package.json index 0263ab867d..e4e2f55da3 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", - "version": "4.7.3", - "revision": "02", + "version": "4.7.4", + "revision": "00", "pluginPlatform": { "version": "2.8.0" }, From a46cc8cb0119d0f9a04cf5acbc96f3d5bc802f67 Mon Sep 17 00:00:00 2001 From: Antonio <34042064+Desvelao@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:49:23 +0200 Subject: [PATCH 2/3] Bump revision to 01 for 4.7.4 RC1 (#6611) bump: bump revision to 01 for 4.7.4 --- CHANGELOG.md | 2 +- plugins/main/opensearch_dashboards.json | 2 +- plugins/main/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac21b12aa..01d452c0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Wazuh app project will be documented in this file. -## Wazuh v4.7.4 - OpenSearch Dashboards 2.8.0 - Revision 00 +## Wazuh v4.7.4 - OpenSearch Dashboards 2.8.0 - Revision 01 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index d5c3e5ec9f..bb9b9b28b6 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.7.4-00", + "version": "4.7.4-01", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/plugins/main/package.json b/plugins/main/package.json index e4e2f55da3..3c67a5ba45 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.7.4", - "revision": "00", + "revision": "01", "pluginPlatform": { "version": "2.8.0" }, From f9f701ffc643e2b04805cffb68603b5f97587c71 Mon Sep 17 00:00:00 2001 From: Antonio <34042064+Desvelao@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:07:35 +0200 Subject: [PATCH 3/3] Bump 4.7.4 revision 02 (#6620) bump: 4.7.4 revision 02 --- CHANGELOG.md | 2 +- plugins/main/opensearch_dashboards.json | 2 +- plugins/main/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d452c0dc..3294344c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Wazuh app project will be documented in this file. -## Wazuh v4.7.4 - OpenSearch Dashboards 2.8.0 - Revision 01 +## Wazuh v4.7.4 - OpenSearch Dashboards 2.8.0 - Revision 02 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index bb9b9b28b6..402824ad4d 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.7.4-01", + "version": "4.7.4-02", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": [ "wazuh" diff --git a/plugins/main/package.json b/plugins/main/package.json index 3c67a5ba45..3de3879422 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.7.4", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.8.0" },