Skip to content

Commit

Permalink
Bump revision to 07
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Dec 18, 2024
1 parent acb171a commit f630900
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 17 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.10.0 - OpenSearch Dashboards 2.16.0 - Revision 06
## Wazuh v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 07

### Added

Expand Down
8 changes: 5 additions & 3 deletions plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"id": "wazuh",
"version": "4.10.0-06",
"version": "4.10.0-07",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": ["wazuh"],
"configPath": [
"wazuh"
],
"requiredPlugins": [
"navigation",
"data",
Expand All @@ -28,4 +30,4 @@
],
"server": true,
"ui": true
}
}
4 changes: 2 additions & 2 deletions plugins/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.10.0",
"revision": "06",
"revision": "07",
"pluginPlatform": {
"version": "2.16.0"
},
Expand Down Expand Up @@ -88,4 +88,4 @@
"swagger-client": "^3.19.11",
"typescript": "^5.5.2"
}
}
}
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.10.0-06",
"version": "4.10.0-07",
"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.10.0",
"revision": "06",
"revision": "07",
"pluginPlatform": {
"version": "2.16.0"
},
Expand Down Expand Up @@ -48,4 +48,4 @@
"prettier": "^2.7.1",
"typescript": "^5.5.2"
}
}
}
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.10.0-06",
"version": "4.10.0-07",
"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.10.0",
"revision": "06",
"revision": "07",
"pluginPlatform": {
"version": "2.16.0"
},
Expand Down Expand Up @@ -49,4 +49,4 @@
"prettier": "^2.7.1",
"typescript": "^5.5.2"
}
}
}

0 comments on commit f630900

Please sign in to comment.