Skip to content

Commit

Permalink
Merge branch '4.8.1' into merge-4.8.0-into-4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti authored Jan 4, 2024
2 parents 044277e + f024f2d commit 22fd9c5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

### Added

- Support for Wazuh 4.8.1

## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 01

### Added
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuh",
"version": "4.8.0-01",
"version": "4.8.1-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": [
"wazuh"
Expand Down
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.0",
"revision": "01",
"version": "4.8.1",
"revision": "00",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.0-01",
"version": "4.8.1-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
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.0",
"revision": "01",
"version": "4.8.1",
"revision": "00",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/wazuh-core/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "wazuhCore",
"version": "4.8.0-01",
"version": "4.8.1-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"server": true,
"ui": true,
Expand Down
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.0",
"revision": "01",
"version": "4.8.1",
"revision": "00",
"pluginPlatform": {
"version": "2.10.0"
},
Expand Down

0 comments on commit 22fd9c5

Please sign in to comment.