Skip to content

Commit

Permalink
Merge 4.7.1 into 4.7.2 (#6240)
Browse files Browse the repository at this point in the history
Merge branch 4.7.1 into 4.7.2
  • Loading branch information
Tostti authored Dec 20, 2023
2 parents 9a92c37 + 995318b commit 8da96a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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


## Wazuh v4.7.2 - OpenSearch Dashboards 2.8.0 - Revision 00

### Added
Expand All @@ -16,7 +17,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed the endpoint to get Wazuh server auth configuration [#6206](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6206) [#6213](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6213)
- Fixed error navigating back to agent in some scenarios [#6224](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6224)

## Wazuh v4.7.1 - OpenSearch Dashboards 2.8.0 - Revision 01
## Wazuh v4.7.1 - OpenSearch Dashboards 2.8.0 - Revision 03

### Added

Expand All @@ -27,6 +28,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed problem when using non latin characters in the username [#6076](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6076)
- Fixed UI crash on retrieving log collection configuration for macos agent. [#6104](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6104)
- Fixed incorrect validation of the agent name on the Deploy new agent window [#6105](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6105)
- Fixed missing columns in the agents table of Groups [#6184](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6184)

## Wazuh v4.7.0 - OpenSearch Dashboards 2.8.0 - Revision 04

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class WzGroupAgentsTable extends Component {
align: 'left',
searchable: true,
sortable: true,
show: true,
},
{
field: 'status',
Expand Down

0 comments on commit 8da96a3

Please sign in to comment.