Skip to content

Commit

Permalink
Bump revision 04 for 4.8.0 Beta 2 (#6445)
Browse files Browse the repository at this point in the history
Bump revision
  • Loading branch information
Tostti committed Feb 23, 2024
1 parent 8ad92e5 commit f3d3904
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 03
## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 04

### Added

Expand Down
2 changes: 2 additions & 0 deletions plugins/main/common/api-info/endpoints.json
Expand Up @@ -1181,6 +1181,7 @@
"socket",
"syscheck",
"syslog_output",
"vulnerability-detection",
"indexer",
"aws-s3",
"azure-logs",
Expand Down Expand Up @@ -4845,6 +4846,7 @@
"socket",
"syscheck",
"syslog_output",
"vulnerability-detection",
"indexer",
"aws-s3",
"azure-logs",
Expand Down
4 changes: 2 additions & 2 deletions plugins/main/opensearch_dashboards.json
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.8.0-03",
"version": "4.8.0-04",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
Expand Down Expand Up @@ -30,4 +30,4 @@
],
"server": true,
"ui": true
}
}
4 changes: 2 additions & 2 deletions plugins/main/package.json
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.8.0",
"revision": "03",
"revision": "04",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down Expand Up @@ -83,4 +83,4 @@
"redux-mock-store": "^1.5.4",
"swagger-client": "^3.19.11"
}
}
}
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/opensearch_dashboards.json
@@ -1,6 +1,6 @@
{
"id": "wazuhCheckUpdates",
"version": "4.8.0-03",
"version": "4.8.0-04",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/package.json
@@ -1,7 +1,7 @@
{
"name": "wazuh-check-updates",
"version": "4.8.0",
"revision": "03",
"revision": "04",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-core/opensearch_dashboards.json
@@ -1,6 +1,6 @@
{
"id": "wazuhCore",
"version": "4.8.0-03",
"version": "4.8.0-04",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-core/package.json
@@ -1,7 +1,7 @@
{
"name": "wazuh-core",
"version": "4.8.0",
"revision": "03",
"revision": "04",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down

0 comments on commit f3d3904

Please sign in to comment.