Skip to content

Commit

Permalink
Bump revision 03
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Jul 15, 2024
1 parent f44384d commit 1b385d2
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.8.1-02",
"version": "4.8.1-03",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": ["wazuh"],
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.8.1",
"revision": "02",
"revision": "03",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down
8 changes: 5 additions & 3 deletions plugins/wazuh-check-updates/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuhCheckUpdates",
"version": "4.8.1-02",
"version": "4.8.1-03",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand All @@ -10,5 +10,7 @@
"opensearchDashboardsReact",
"wazuhCore"
],
"optionalPlugins": ["securityDashboards"]
}
"optionalPlugins": [
"securityDashboards"
]
}
4 changes: 2 additions & 2 deletions plugins/wazuh-check-updates/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh-check-updates",
"version": "4.8.1",
"revision": "02",
"revision": "03",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down Expand Up @@ -29,4 +29,4 @@
"@types/md5": "^2.3.2",
"@types/node-cron": "^3.0.8"
}
}
}
13 changes: 9 additions & 4 deletions plugins/wazuh-core/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
4 changes: 2 additions & 2 deletions plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh-core",
"version": "4.8.1",
"revision": "02",
"revision": "03",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down Expand Up @@ -30,4 +30,4 @@
"@types/": "testing-library/user-event",
"@types/md5": "^2.3.2"
}
}
}

0 comments on commit 1b385d2

Please sign in to comment.