From 854ba5ba459db2dee042c4e3bb5af72d49fa2b14 Mon Sep 17 00:00:00 2001 From: Antonio <34042064+Desvelao@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:13:52 +0200 Subject: [PATCH] Bump 4.9.0 to revision 02 (#6820) chore: bump 4.9.0 alpha-2 --- CHANGELOG.md | 2 +- plugins/main/opensearch_dashboards.json | 8 +++----- plugins/main/package.json | 2 +- .../wazuh-check-updates/opensearch_dashboards.json | 8 +++----- plugins/wazuh-check-updates/package.json | 2 +- plugins/wazuh-core/opensearch_dashboards.json | 13 ++++--------- plugins/wazuh-core/package.json | 2 +- 7 files changed, 14 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a752e277..5c3aa28869 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.9.0 - OpenSearch Dashboards 2.13.0 - Revision 01 +## Wazuh v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 02 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index 6c8d4bb9ab..98c28c7a3e 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,10 +1,8 @@ { "id": "wazuh", - "version": "4.9.0-01", + "version": "4.9.0-02", "opensearchDashboardsVersion": "opensearchDashboards", - "configPath": [ - "wazuh" - ], + "configPath": ["wazuh"], "requiredPlugins": [ "navigation", "data", @@ -30,4 +28,4 @@ ], "server": true, "ui": true -} \ No newline at end of file +} diff --git a/plugins/main/package.json b/plugins/main/package.json index 88522e170b..3130bcffab 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.9.0", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.13.0" }, diff --git a/plugins/wazuh-check-updates/opensearch_dashboards.json b/plugins/wazuh-check-updates/opensearch_dashboards.json index 40ddf70642..531c209840 100644 --- a/plugins/wazuh-check-updates/opensearch_dashboards.json +++ b/plugins/wazuh-check-updates/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuhCheckUpdates", - "version": "4.9.0-01", + "version": "4.9.0-02", "opensearchDashboardsVersion": "opensearchDashboards", "server": true, "ui": true, @@ -10,7 +10,5 @@ "opensearchDashboardsReact", "wazuhCore" ], - "optionalPlugins": [ - "securityDashboards" - ] -} \ No newline at end of file + "optionalPlugins": ["securityDashboards"] +} diff --git a/plugins/wazuh-check-updates/package.json b/plugins/wazuh-check-updates/package.json index 3d1b787a72..f9f8e11db0 100644 --- a/plugins/wazuh-check-updates/package.json +++ b/plugins/wazuh-check-updates/package.json @@ -1,7 +1,7 @@ { "name": "wazuh-check-updates", "version": "4.9.0", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.13.0" }, diff --git a/plugins/wazuh-core/opensearch_dashboards.json b/plugins/wazuh-core/opensearch_dashboards.json index fe1d455a47..b7f006f822 100644 --- a/plugins/wazuh-core/opensearch_dashboards.json +++ b/plugins/wazuh-core/opensearch_dashboards.json @@ -1,14 +1,9 @@ { "id": "wazuhCore", - "version": "4.9.0-01", + "version": "4.9.0-02", "opensearchDashboardsVersion": "opensearchDashboards", "server": true, "ui": true, - "requiredPlugins": [ - "navigation", - "opensearchDashboardsUtils" - ], - "optionalPlugins": [ - "securityDashboards" - ] -} \ No newline at end of file + "requiredPlugins": ["navigation", "opensearchDashboardsUtils"], + "optionalPlugins": ["securityDashboards"] +} diff --git a/plugins/wazuh-core/package.json b/plugins/wazuh-core/package.json index 2a7de9efcd..8483947858 100644 --- a/plugins/wazuh-core/package.json +++ b/plugins/wazuh-core/package.json @@ -1,7 +1,7 @@ { "name": "wazuh-core", "version": "4.9.0", - "revision": "01", + "revision": "02", "pluginPlatform": { "version": "2.13.0" },