diff --git a/CHANGELOG.md b/CHANGELOG.md index 4285a0b3b5..ddc27b2b02 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 02 +## Wazuh v4.8.1 - OpenSearch Dashboards 2.10.0 - Revision 03 ### Added diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json index ac31b16774..7f4e9b529b 100644 --- a/plugins/main/opensearch_dashboards.json +++ b/plugins/main/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "wazuh", - "version": "4.8.1-02", + "version": "4.8.1-03", "opensearchDashboardsVersion": "opensearchDashboards", "configPath": ["wazuh"], "requiredPlugins": [ diff --git a/plugins/main/package.json b/plugins/main/package.json index 5299e523ac..cbb71ba127 100644 --- a/plugins/main/package.json +++ b/plugins/main/package.json @@ -1,7 +1,7 @@ { "name": "wazuh", "version": "4.8.1", - "revision": "02", + "revision": "03", "pluginPlatform": { "version": "2.10.0" }, diff --git a/plugins/wazuh-check-updates/opensearch_dashboards.json b/plugins/wazuh-check-updates/opensearch_dashboards.json index c5c922be3d..e17784f30f 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-02", + "version": "4.8.1-03", "opensearchDashboardsVersion": "opensearchDashboards", "server": true, "ui": true, @@ -10,5 +10,7 @@ "opensearchDashboardsReact", "wazuhCore" ], - "optionalPlugins": ["securityDashboards"] -} + "optionalPlugins": [ + "securityDashboards" + ] +} \ No newline at end of file diff --git a/plugins/wazuh-check-updates/package.json b/plugins/wazuh-check-updates/package.json index 5561a720c7..ab03e56a46 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": "02", + "revision": "03", "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 8fc262745c..314224effb 100644 --- a/plugins/wazuh-core/opensearch_dashboards.json +++ b/plugins/wazuh-core/opensearch_dashboards.json @@ -1,9 +1,14 @@ { "id": "wazuhCore", - "version": "4.8.1-02", + "version": "4.8.1-03", "opensearchDashboardsVersion": "opensearchDashboards", "server": true, "ui": true, - "requiredPlugins": ["navigation", "opensearchDashboardsUtils"], - "optionalPlugins": ["securityDashboards"] -} + "requiredPlugins": [ + "navigation", + "opensearchDashboardsUtils" + ], + "optionalPlugins": [ + "securityDashboards" + ] +} \ No newline at end of file diff --git a/plugins/wazuh-core/package.json b/plugins/wazuh-core/package.json index 57d1888d58..4e312e241d 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": "02", + "revision": "03", "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