Skip to content

Commit

Permalink
Bump 4.9.0 to revision 02 (#6820)
Browse files Browse the repository at this point in the history
chore: bump 4.9.0 alpha-2
  • Loading branch information
Desvelao authored Jul 12, 2024
1 parent 768b86b commit 854ba5b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 23 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.9.0 - OpenSearch Dashboards 2.13.0 - Revision 01
## Wazuh v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 02

### Added

Expand Down
8 changes: 3 additions & 5 deletions plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -30,4 +28,4 @@
],
"server": true,
"ui": true
}
}
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.9.0",
"revision": "01",
"revision": "02",
"pluginPlatform": {
"version": "2.13.0"
},
Expand Down
8 changes: 3 additions & 5 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.9.0-01",
"version": "4.9.0-02",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand All @@ -10,7 +10,5 @@
"opensearchDashboardsReact",
"wazuhCore"
],
"optionalPlugins": [
"securityDashboards"
]
}
"optionalPlugins": ["securityDashboards"]
}
2 changes: 1 addition & 1 deletion 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.9.0",
"revision": "01",
"revision": "02",
"pluginPlatform": {
"version": "2.13.0"
},
Expand Down
13 changes: 4 additions & 9 deletions plugins/wazuh-core/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
"requiredPlugins": ["navigation", "opensearchDashboardsUtils"],
"optionalPlugins": ["securityDashboards"]
}
2 changes: 1 addition & 1 deletion plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wazuh-core",
"version": "4.9.0",
"revision": "01",
"revision": "02",
"pluginPlatform": {
"version": "2.13.0"
},
Expand Down

0 comments on commit 854ba5b

Please sign in to comment.