Skip to content

Commit

Permalink
Bump Wazuh v4.7.1 (#5905)
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano authored Sep 20, 2023
1 parent a80a2a0 commit a01d7ca
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## Wazuh v4.7.1 - OpenSearch Dashboards 2.9.0 - Revision 00

### Added

- Support for Wazuh 4.7.1

## Wazuh v4.7.0 - OpenSearch Dashboards 2.9.0 - Revision 00

### Added
Expand Down
4 changes: 2 additions & 2 deletions docker/imposter/api-info/api_info.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"data": {
"title": "Wazuh API REST",
"api_version": "4.7.0",
"revision": 1,
"api_version": "4.7.1",
"revision": "00",
"license_name": "GPL 2.0",
"license_url": "https://github.com/wazuh/wazuh/blob/4.5/LICENSE",
"hostname": "imposter",
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.7.0-00",
"version": "4.7.1-00",
"opensearchDashboardsVersion": "opensearchDashboards",
"configPath": ["wazuh"],
"requiredPlugins": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wazuh",
"version": "4.7.0",
"version": "4.7.1",
"revision": "00",
"pluginPlatform": {
"version": "2.9.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://github.com/wazuh/wazuh-kibana-app/blob/v4.7.0/plugins/main/public/components/search-bar/query-language/wql.md"
href="https://github.com/wazuh/wazuh-kibana-app/blob/v4.7.1/plugins/main/public/components/search-bar/query-language/wql.md"
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://github.com/wazuh/wazuh-kibana-app/blob/v4.7.0/plugins/main/public/components/search-bar/query-language/wql.md"
href="https://github.com/wazuh/wazuh-kibana-app/blob/v4.7.1/plugins/main/public/components/search-bar/query-language/wql.md"
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://github.com/wazuh/wazuh-kibana-app/blob/v4.7.0/plugins/main/public/components/search-bar/query-language/wql.md"
href="https://github.com/wazuh/wazuh-kibana-app/blob/v4.7.1/plugins/main/public/components/search-bar/query-language/wql.md"
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://github.com/wazuh/wazuh-kibana-app/blob/v4.7.0/plugins/main/public/components/search-bar/query-language/wql.md"
href="https://github.com/wazuh/wazuh-kibana-app/blob/v4.7.1/plugins/main/public/components/search-bar/query-language/wql.md"
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://github.com/wazuh/wazuh-kibana-app/blob/v4.7.0/plugins/main/public/components/search-bar/query-language/wql.md"
href="https://github.com/wazuh/wazuh-kibana-app/blob/v4.7.1/plugins/main/public/components/search-bar/query-language/wql.md"
rel="noopener noreferrer"
target="__blank"
>
Expand Down

0 comments on commit a01d7ca

Please sign in to comment.