Skip to content

Commit 14051f6

Browse files
authored
Support wazuh 4.10.3 (#7458)
### Description This pull request bumps the version to 4.10.3 to support a new Wazuh version. ### Issues Resolved #7457 ### Check List - [ ] All tests pass - [ ] `yarn test:jest` - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] Update [CHANGELOG.md](./../CHANGELOG.md) - [ ] Commits are signed per the DCO using --signoff
2 parents 9d9b5a1 + 53b8bac commit 14051f6

File tree

9 files changed

+17
-11
lines changed

9 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## Wazuh v4.10.3 - OpenSearch Dashboards 2.16.0 - Revision 00
6+
7+
### Added
8+
9+
- Support for Wazuh 4.10.3
10+
511
## Wazuh v4.10.2 - OpenSearch Dashboards 2.16.0 - Revision 01
612

713
### Added

docker/imposter/api-info/api_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"data": {
33
"title": "Wazuh API REST",
4-
"api_version": "4.10.2",
4+
"api_version": "4.10.3",
55
"revision": 1,
66
"license_name": "GPL 2.0",
77
"license_url": "https://github.com/wazuh/wazuh/blob/4.5/LICENSE",

docker/imposter/wazuh-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
plugin: openapi
3-
specFile: https://raw.githubusercontent.com/wazuh/wazuh/4.10.2/api/api/spec/spec.yaml
3+
specFile: https://raw.githubusercontent.com/wazuh/wazuh/4.10.3/api/api/spec/spec.yaml
44
system:
55
stores:
66
# this store is preloaded from file

plugins/main/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "wazuh",
3-
"version": "4.10.2-01",
3+
"version": "4.10.3-00",
44
"opensearchDashboardsVersion": "opensearchDashboards",
55
"configPath": ["wazuh"],
66
"requiredPlugins": [

plugins/main/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wazuh",
3-
"version": "4.10.2",
4-
"revision": "01",
3+
"version": "4.10.3",
4+
"revision": "00",
55
"pluginPlatform": {
66
"version": "2.16.0"
77
},

plugins/wazuh-check-updates/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "wazuhCheckUpdates",
3-
"version": "4.10.2-01",
3+
"version": "4.10.3-00",
44
"opensearchDashboardsVersion": "opensearchDashboards",
55
"server": true,
66
"ui": true,

plugins/wazuh-check-updates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wazuh-check-updates",
3-
"version": "4.10.2",
4-
"revision": "01",
3+
"version": "4.10.3",
4+
"revision": "00",
55
"pluginPlatform": {
66
"version": "2.16.0"
77
},

plugins/wazuh-core/opensearch_dashboards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "wazuhCore",
3-
"version": "4.10.2-01",
3+
"version": "4.10.3-00",
44
"opensearchDashboardsVersion": "opensearchDashboards",
55
"server": true,
66
"ui": true,

plugins/wazuh-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wazuh-core",
3-
"version": "4.10.2",
4-
"revision": "01",
3+
"version": "4.10.3",
4+
"revision": "00",
55
"pluginPlatform": {
66
"version": "2.16.0"
77
},

0 commit comments

Comments
 (0)