Skip to content

Commit

Permalink
Merge branch '4.10.0' into merge-4.9.0-into-4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti authored Jul 19, 2024
2 parents 5e5aa25 + 0e2a62b commit df87bcd
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 27 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.10.0 - OpenSearch Dashboards 2.13.0 - Revision 00

### Added

- Support for Wazuh 4.10.0

## Wazuh v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 02

### Added
Expand Down
2 changes: 1 addition & 1 deletion docker/imposter/api-info/api_info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"title": "Wazuh API REST",
"api_version": "4.9.0",
"api_version": "4.10.0",
"revision": 1,
"license_name": "GPL 2.0",
"license_url": "https://github.com/wazuh/wazuh/blob/4.5/LICENSE",
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.9.0-02",
"version": "4.10.0-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": ["wazuh"],
"requiredPlugins": [
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.9.0",
"revision": "02",
"version": "4.10.0",
"revision": "00",
"pluginPlatform": {
"version": "2.13.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ exports[`Table With Search Bar component renders correctly to match the snapshot
<EuiSpacer />
<div>
<EuiLink
href="https://documentation.wazuh.com/4.9/user-manual/wazuh-dashboard/queries.html"
href="https://documentation.wazuh.com/4.10/user-manual/wazuh-dashboard/queries.html"
rel="noopener noreferrer"
target="__blank"
>
Expand Down Expand Up @@ -178,7 +178,7 @@ exports[`Table With Search Bar component renders correctly to match the snapshot
<EuiSpacer />
<div>
<EuiLink
href="https://documentation.wazuh.com/4.9/user-manual/wazuh-dashboard/queries.html"
href="https://documentation.wazuh.com/4.10/user-manual/wazuh-dashboard/queries.html"
rel="noopener noreferrer"
target="__blank"
>
Expand Down Expand Up @@ -258,7 +258,7 @@ exports[`Table With Search Bar component renders correctly to match the snapshot
<EuiSpacer />
<div>
<EuiLink
href="https://documentation.wazuh.com/4.9/user-manual/wazuh-dashboard/queries.html"
href="https://documentation.wazuh.com/4.10/user-manual/wazuh-dashboard/queries.html"
rel="noopener noreferrer"
target="__blank"
>
Expand Down Expand Up @@ -368,7 +368,7 @@ exports[`Table With Search Bar component renders correctly to match the snapshot
<EuiSpacer />
<div>
<EuiLink
href="https://documentation.wazuh.com/4.9/user-manual/wazuh-dashboard/queries.html"
href="https://documentation.wazuh.com/4.10/user-manual/wazuh-dashboard/queries.html"
rel="noopener noreferrer"
target="__blank"
>
Expand Down Expand Up @@ -434,7 +434,7 @@ exports[`Table With Search Bar component renders correctly to match the snapshot
<EuiSpacer />
<div>
<EuiLink
href="https://documentation.wazuh.com/4.9/user-manual/wazuh-dashboard/queries.html"
href="https://documentation.wazuh.com/4.10/user-manual/wazuh-dashboard/queries.html"
rel="noopener noreferrer"
target="__blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ exports[`SubscriptionTab component renders correctly to match the snapshot 1`] =
help={
Array [
Object {
"href": "https://documentation.wazuh.com/4.9/cloud-security/office365/index.html",
"href": "https://documentation.wazuh.com/4.10/cloud-security/office365/index.html",
"text": "Monitoring Office 365",
},
Object {
"href": "https://documentation.wazuh.com/4.9/user-manual/reference/ossec-conf/office365-module.html",
"href": "https://documentation.wazuh.com/4.10/user-manual/reference/ossec-conf/office365-module.html",
"text": "Configuration options for the module",
},
]
Expand Down Expand Up @@ -87,11 +87,11 @@ exports[`SubscriptionTab component renders correctly to match the snapshot 1`] =
links={
Array [
Object {
"href": "https://documentation.wazuh.com/4.9/cloud-security/office365/index.html",
"href": "https://documentation.wazuh.com/4.10/cloud-security/office365/index.html",
"text": "Monitoring Office 365",
},
Object {
"href": "https://documentation.wazuh.com/4.9/user-manual/reference/ossec-conf/office365-module.html",
"href": "https://documentation.wazuh.com/4.10/user-manual/reference/ossec-conf/office365-module.html",
"text": "Configuration options for the module",
},
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ exports[`ApiAuthTab component renders correctly to match the snapshot 1`] = `
help={
Array [
Object {
"href": "https://documentation.wazuh.com/4.9/cloud-security/office365/index.html",
"href": "https://documentation.wazuh.com/4.10/cloud-security/office365/index.html",
"text": "Monitoring Office 365",
},
Object {
"href": "https://documentation.wazuh.com/4.9/user-manual/reference/ossec-conf/office365-module.html",
"href": "https://documentation.wazuh.com/4.10/user-manual/reference/ossec-conf/office365-module.html",
"text": "Configuration options for the module",
},
]
Expand Down Expand Up @@ -92,11 +92,11 @@ exports[`ApiAuthTab component renders correctly to match the snapshot 1`] = `
links={
Array [
Object {
"href": "https://documentation.wazuh.com/4.9/cloud-security/office365/index.html",
"href": "https://documentation.wazuh.com/4.10/cloud-security/office365/index.html",
"text": "Monitoring Office 365",
},
Object {
"href": "https://documentation.wazuh.com/4.9/user-manual/reference/ossec-conf/office365-module.html",
"href": "https://documentation.wazuh.com/4.10/user-manual/reference/ossec-conf/office365-module.html",
"text": "Configuration options for the module",
},
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ exports[`GeneralTab component renders correctly to match the snapshot 1`] = `
help={
Array [
Object {
"href": "https://documentation.wazuh.com/4.9/cloud-security/office365/index.html",
"href": "https://documentation.wazuh.com/4.10/cloud-security/office365/index.html",
"text": "Monitoring Office 365",
},
Object {
"href": "https://documentation.wazuh.com/4.9/user-manual/reference/ossec-conf/office365-module.html",
"href": "https://documentation.wazuh.com/4.10/user-manual/reference/ossec-conf/office365-module.html",
"text": "Configuration options for the module",
},
]
Expand Down Expand Up @@ -106,11 +106,11 @@ exports[`GeneralTab component renders correctly to match the snapshot 1`] = `
links={
Array [
Object {
"href": "https://documentation.wazuh.com/4.9/cloud-security/office365/index.html",
"href": "https://documentation.wazuh.com/4.10/cloud-security/office365/index.html",
"text": "Monitoring Office 365",
},
Object {
"href": "https://documentation.wazuh.com/4.9/user-manual/reference/ossec-conf/office365-module.html",
"href": "https://documentation.wazuh.com/4.10/user-manual/reference/ossec-conf/office365-module.html",
"text": "Configuration options for the module",
},
]
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.9.0-02",
"version": "4.10.0-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.9.0",
"revision": "02",
"version": "4.10.0",
"revision": "00",
"pluginPlatform": {
"version": "2.13.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.9.0-02",
"version": "4.10.0-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.9.0",
"revision": "02",
"version": "4.10.0",
"revision": "00",
"pluginPlatform": {
"version": "2.13.0"
},
Expand Down

0 comments on commit df87bcd

Please sign in to comment.