Skip to content

Commit

Permalink
Bump revision to 01 for 4.8.1 (#6809)
Browse files Browse the repository at this point in the history
* chore: bump 4.8.1-rc1

* fix: prettier
  • Loading branch information
Desvelao authored Jul 2, 2024
1 parent 39e534b commit 9b534a4
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 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 00
## Wazuh v4.8.1 - OpenSearch Dashboards 2.10.0 - Revision 01

### 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.8.1-00",
"version": "4.8.1-01",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
],
"configPath": ["wazuh"],
"requiredPlugins": [
"navigation",
"data",
Expand All @@ -30,4 +28,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.8.1",
"revision": "00",
"revision": "01",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down Expand Up @@ -85,4 +85,4 @@
"redux-mock-store": "^1.5.4",
"swagger-client": "^3.19.11"
}
}
}
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.8.1-00",
"version": "4.8.1-01",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand All @@ -10,7 +10,5 @@
"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": "00",
"revision": "01",
"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: 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.8.1-00",
"version": "4.8.1-01",
"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": "00",
"revision": "01",
"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 9b534a4

Please sign in to comment.