From 9b534a4a1b085a57717c3160900c60eaef4564a0 Mon Sep 17 00:00:00 2001 From: Antonio <34042064+Desvelao@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:01:23 +0200 Subject: [PATCH] Bump revision to 01 for 4.8.1 (#6809) * chore: bump 4.8.1-rc1 * fix: prettier --- CHANGELOG.md | 2 +- plugins/main/opensearch_dashboards.json | 8 +++----- plugins/main/package.json | 4 ++-- .../wazuh-check-updates/opensearch_dashboards.json | 8 +++----- plugins/wazuh-check-updates/package.json | 4 ++-- plugins/wazuh-core/opensearch_dashboards.json | 13 ++++--------- plugins/wazuh-core/package.json | 4 ++-- 7 files changed, 17 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da4b6e289..45a8d7e367 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.8.1 - OpenSearch Dashboards 2.10.0 - Revision 00 +## Wazuh v4.8.1 - OpenSearch Dashboards 2.10.0 - Revision 01 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index 56d091b042..890bdd359d 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,10 +1,8 @@ { "id": "wazuh", - "version": "4.8.1-00", + "version": "4.8.1-01", "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 3adf5989ab..baef5771cf 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.8.1", - "revision": "00", + "revision": "01", "pluginPlatform": { "version": "2.10.0" }, @@ -85,4 +85,4 @@ "redux-mock-store": "^1.5.4", "swagger-client": "^3.19.11" } -} \ No newline at end of file +} diff --git a/plugins/wazuh-check-updates/opensearch_dashboards.json b/plugins/wazuh-check-updates/opensearch_dashboards.json index 112f05fa5a..c1a36fd155 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.8.1-00", + "version": "4.8.1-01", "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 106451ed81..8b524cf2cd 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.8.1", - "revision": "00", + "revision": "01", "pluginPlatform": { "version": "2.10.0" }, @@ -29,4 +29,4 @@ "@types/md5": "^2.3.2", "@types/node-cron": "^3.0.8" } -} \ No newline at end of file +} diff --git a/plugins/wazuh-core/opensearch_dashboards.json b/plugins/wazuh-core/opensearch_dashboards.json index a68490fc52..1f380f6f02 100644 --- a/plugins/wazuh-core/opensearch_dashboards.json +++ b/plugins/wazuh-core/opensearch_dashboards.json @@ -1,14 +1,9 @@ { "id": "wazuhCore", - "version": "4.8.1-00", + "version": "4.8.1-01", "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 e0a811f4f9..f6af25b997 100644 --- a/plugins/wazuh-core/package.json +++ b/plugins/wazuh-core/package.json @@ -1,7 +1,7 @@ { "name": "wazuh-core", "version": "4.8.1", - "revision": "00", + "revision": "01", "pluginPlatform": { "version": "2.10.0" }, @@ -30,4 +30,4 @@ "@types/": "testing-library/user-event", "@types/md5": "^2.3.2" } -} \ No newline at end of file +}