Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump revision 06 for 4.8.0 Beta 4 #6498

Merged
merged 1 commit into from Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 05
## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 06

### Added

Expand Down
2 changes: 1 addition & 1 deletion plugins/main/opensearch_dashboards.json
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.8.0-05",
"version": "4.8.0-06",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/package.json
@@ -1,7 +1,7 @@
{
"name": "wazuh",
"version": "4.8.0",
"revision": "05",
"revision": "06",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-check-updates/opensearch_dashboards.json
@@ -1,6 +1,6 @@
{
"id": "wazuhCheckUpdates",
"version": "4.8.0-05",
"version": "4.8.0-06",
"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": "05",
"revision": "06",
"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-05",
"version": "4.8.0-06",
"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": "05",
"revision": "06",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down