Skip to content

Commit 82d3519

Browse files
Change the changelog format to use a table per block
Render every Added/Changed/Fixed/Removed block as an Issue/Comment table, moving the existing references into the Issue column and keeping the descriptions unchanged. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Juan Felipe Gonzalez <felipegonzalezmv@hotmail.com>
1 parent 7f1da07 commit 82d3519

1 file changed

Lines changed: 25 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,40 @@
22

33
### Added
44

5-
- Support for Wazuh 5.0.0
6-
- Health check service [#811](https://github.com/wazuh/wazuh-dashboard/pull/811) [#866](https://github.com/wazuh/wazuh-dashboard/pull/866) [#961](https://github.com/wazuh/wazuh-dashboard/pull/961) [#1031](https://github.com/wazuh/wazuh-dashboard/pull/1031) [#1179](https://github.com/wazuh/wazuh-dashboard/pull/1179) [#1366](https://github.com/wazuh/wazuh-dashboard/pull/1366)
7-
- Added Health Check app [#870](https://github.com/wazuh/wazuh-dashboard/pull/870) [#946](https://github.com/wazuh/wazuh-dashboard/pull/946) [#1366](https://github.com/wazuh/wazuh-dashboard/pull/1366) [#1379](https://github.com/wazuh/wazuh-dashboard/pull/1379)
8-
- Added manager host configuration for the default configuration file [#998](https://github.com/wazuh/wazuh-dashboard/pull/998)
9-
- Set v9 theme as default [#1092](https://github.com/wazuh/wazuh-dashboard/pull/1092)
10-
- Added version, revision, and stage to the Wazuh build metadata [#1327](https://github.com/wazuh/wazuh-dashboard/pull/1327) [#1421](https://github.com/wazuh/wazuh-dashboard/pull/1421)
11-
- Made the Discover CSV download row limit configurable via the `reports.csv.maxRows` setting [#1434](https://github.com/wazuh/wazuh-dashboard/issues/1434)
5+
| Issue | Comment |
6+
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
7+
| | Support for Wazuh 5.0.0 |
8+
| [#811](https://github.com/wazuh/wazuh-dashboard/pull/811) [#866](https://github.com/wazuh/wazuh-dashboard/pull/866) [#961](https://github.com/wazuh/wazuh-dashboard/pull/961) [#1031](https://github.com/wazuh/wazuh-dashboard/pull/1031) [#1179](https://github.com/wazuh/wazuh-dashboard/pull/1179) [#1366](https://github.com/wazuh/wazuh-dashboard/pull/1366) | Health check service |
9+
| [#870](https://github.com/wazuh/wazuh-dashboard/pull/870) [#946](https://github.com/wazuh/wazuh-dashboard/pull/946) [#1366](https://github.com/wazuh/wazuh-dashboard/pull/1366) [#1379](https://github.com/wazuh/wazuh-dashboard/pull/1379) | Added Health Check app |
10+
| [#998](https://github.com/wazuh/wazuh-dashboard/pull/998) | Added manager host configuration for the default configuration file |
11+
| [#1092](https://github.com/wazuh/wazuh-dashboard/pull/1092) | Set v9 theme as default |
12+
| [#1327](https://github.com/wazuh/wazuh-dashboard/pull/1327) [#1421](https://github.com/wazuh/wazuh-dashboard/pull/1421) | Added version, revision, and stage to the Wazuh build metadata |
13+
| [#1434](https://github.com/wazuh/wazuh-dashboard/issues/1434) | Made the Discover CSV download row limit configurable via the `reports.csv.maxRows` setting |
1214

1315
### Fixed
1416

15-
- Fixed health check padding styles [#1276](https://github.com/wazuh/wazuh-dashboard/pull/1276)
16-
- Sanitized redirect path to prevent open redirect [#1285](https://github.com/wazuh/wazuh-dashboard/pull/1285)
17-
- Prevent infinite remount loop when navigating from an app before its bundle finishes loading [#1400](https://github.com/wazuh/wazuh-dashboard/pull/1400)
17+
| Issue | Comment |
18+
| ----------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
19+
| [#1276](https://github.com/wazuh/wazuh-dashboard/pull/1276) | Fixed health check padding styles |
20+
| [#1285](https://github.com/wazuh/wazuh-dashboard/pull/1285) | Sanitized redirect path to prevent open redirect |
21+
| [#1400](https://github.com/wazuh/wazuh-dashboard/pull/1400) | Prevent infinite remount loop when navigating from an app before its bundle finishes loading |
1822

1923
### Removed
2024

21-
- Removed creation of /usr/lib/.build-id/\* links to prevent conflicts when installing Wazuh Dashboard alongside OpenSearch Dashboards on the same system
22-
- Removed the Anomaly Detection plugin from the default Wazuh dashboard package [#1382](https://github.com/wazuh/wazuh-dashboard/pull/1382)
25+
| Issue | Comment |
26+
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
27+
| | Removed creation of /usr/lib/.build-id/\* links to prevent conflicts when installing Wazuh Dashboard alongside OpenSearch Dashboards on the same system |
28+
| [#1382](https://github.com/wazuh/wazuh-dashboard/pull/1382) | Removed the Anomaly Detection plugin from the default Wazuh dashboard package |
2329

2430
### Changed
2531

26-
- Changed the location of the wazuh-dashboard service to match with the other Wazuh components [#805](https://github.com/wazuh/wazuh-dashboard/issues/805)
27-
- Changed the default value of `metaFields` and `timepicker:timeDefaults` settings [#998](https://github.com/wazuh/wazuh-dashboard/pull/998)
28-
- Excluded Wazuh dashboards and visualizations listing [#1278](https://github.com/wazuh/wazuh-dashboard/pull/1278) [#1279](https://github.com/wazuh/wazuh-dashboard/pull/1279)
29-
- Changed log level of the cross compatibility service on start [#1330](https://github.com/wazuh/wazuh-dashboard/pull/1330)
30-
- Changed pre install scripts to block Wazuh dashboard installation if there's an existing installation prior to 5.x [#1328](https://github.com/wazuh/wazuh-dashboard/pull/1328) [#1365](https://github.com/wazuh/wazuh-dashboard/pull/1365)
32+
| Issue | Comment |
33+
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
34+
| [#805](https://github.com/wazuh/wazuh-dashboard/issues/805) | Changed the location of the wazuh-dashboard service to match with the other Wazuh components |
35+
| [#998](https://github.com/wazuh/wazuh-dashboard/pull/998) | Changed the default value of `metaFields` and `timepicker:timeDefaults` settings |
36+
| [#1278](https://github.com/wazuh/wazuh-dashboard/pull/1278) [#1279](https://github.com/wazuh/wazuh-dashboard/pull/1279) | Excluded Wazuh dashboards and visualizations listing |
37+
| [#1330](https://github.com/wazuh/wazuh-dashboard/pull/1330) | Changed log level of the cross compatibility service on start |
38+
| [#1328](https://github.com/wazuh/wazuh-dashboard/pull/1328) [#1365](https://github.com/wazuh/wazuh-dashboard/pull/1365) | Changed pre install scripts to block Wazuh dashboard installation if there's an existing installation prior to 5.x |
3139

3240
## Prior versions
3341

0 commit comments

Comments
 (0)