Skip to content

Commit

Permalink
Update 4.10.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed Nov 22, 2024
1 parent 5acd919 commit d80d932
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions source/release-notes/release-4-10-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ RESTful API

- `#24621 <https://github.com/wazuh/wazuh/pull/24621>`__ Created new endpoint for agent uninstall process.

Ruleset
^^^^^^^
- `#21794 <https://github.com/wazuh/wazuh/pull/21794>`__ Created SCA policy for Microsoft Windows Server 2012 (non-R2).
- `#21434 <https://github.com/wazuh/wazuh/pull/21434>`__ Reworked SCA policy for Microsoft Windows Server 2019.
- `#24667 <https://github.com/wazuh/wazuh/pull/24667>`__ Reworked SCA policy for Red Hat Enterprise Linux 9.
- `#24991 <https://github.com/wazuh/wazuh/pull/24991>`__ Reworked SCA policy for Microsoft Windows Server 2012 R2.
- `#24957 <https://github.com/wazuh/wazuh/pull/24957>`__ Reworked SCA policy for Ubuntu 18.04 LTS and fixed incorrect checks in Ubuntu 22.04 LTS.
- `#24969 <https://github.com/wazuh/wazuh/pull/24969>`__ Reworked SCA policy for Amazon Linux 2.
- `#24975 <https://github.com/wazuh/wazuh/pull/24975>`__ Reworked SCA policy for SUSE Linux Enterprise 15.
- `#24992 <https://github.com/wazuh/wazuh/pull/24992>`__ Reworked SCA policy for Apple macOS 13.0 Ventura.
- `#25710 <https://github.com/wazuh/wazuh/pull/25710>`__ Reworked SCA policy for Microsoft Windows 11 Enterprise.

Other
^^^^^

Expand Down Expand Up @@ -69,6 +81,8 @@ Wazuh dashboard
- `#7135 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7135>`__ Added pinned agent mechanic to inventory data, stats, and configuration for consistent functionality.
- `#7057 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7057>`__ Changed the warning icon in events view to an info icon.
- `#7089 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7089>`__ Changed inventory, stats and configuration page to use tabs.
- `#7156 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7156>`__ Added ability to edit the ``wazuh.updates.disabled`` configuration setting from the UI.
- `#7149 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7149>`__ Changed styles in the register agent view for consistency of styles across views.

Packages
^^^^^^^^
Expand All @@ -92,6 +106,10 @@ Wazuh manager
- `#25479 <https://github.com/wazuh/wazuh/issues/25479>`__ Fixed inconsistencies between reported context and vulnerability data.
- `#26073 <https://github.com/wazuh/wazuh/pull/26073>`__ Fixed concurrency issues in LRU caches.
- `#26232 <https://github.com/wazuh/wazuh/pull/26232>`__ Removed all CVEs related to a deleted agent from the indexer.
- `#26922 <https://github.com/wazuh/wazuh/pull/26922>`__ Prevented an infinite loop when indexing events in the Vulnerability Detector.
- `#26842 <https://github.com/wazuh/wazuh/pull/26842>`__ Fixed segmentation fault in ``DescriptionsHelper::vulnerabilityDescription``.
- `#24034 <https://github.com/wazuh/wazuh/pull/24034>`__ Fixed vulnerability scanner re-scan triggers in cluster environment.
- `#23266 <https://github.com/wazuh/wazuh/issues/23266>`__ Updated CURL version to 8.10.0.

Wazuh agent
^^^^^^^^^^^
Expand All @@ -104,6 +122,19 @@ Wazuh agent
- `#24387 <https://github.com/wazuh/wazuh/pull/24387>`__ Fixed increase of the variable containing file size in FIM for Windows.
- `#25699 <https://github.com/wazuh/wazuh/pull/25699>`__ Fixed timeout issue when upgrading Windows agent via WPK.
- `#26748 <https://github.com/wazuh/wazuh/pull/26748>`__ Allowed unknown syslog identifiers in Logcollector's journald reader.
- `#26828 <https://github.com/wazuh/wazuh/pull/26828>`__ Prevented agent termination during package upgrades in containers by removing redundant kill commands.
- `#26861 <https://github.com/wazuh/wazuh/pull/26861>`__ Fixed handle leak in FIM's realtime mode on Windows.
- `#26900 <https://github.com/wazuh/wazuh/pull/26900>`__ Fixed errors on AIX 7.2 by adapting the ``blibpath`` variable.
- `#26944 <https://github.com/wazuh/wazuh/pull/26944>`__ Sanitized agent paths to prevent issues with parent folder references.
- `#26633 <https://github.com/wazuh/wazuh/pull/26633>`__ Fixed an issue in the DEB package that prevented the agent from restarting after an upgrade.

Ruleset
^^^^^^^

- `#22597 <https://github.com/wazuh/wazuh/pull/22597>`__ Fixed logical errors in Windows Server 2022 SCA checks.
- `#25224 <https://github.com/wazuh/wazuh/pull/25224>`__ Fixed incorrect regulatory compliance in several Windows rules.
- `#24733 <https://github.com/wazuh/wazuh/pull/24733>`__ Fixed incorrect checks in Ubuntu 22.04 LTS.
- `#25190 <https://github.com/wazuh/wazuh/pull/25190>`__ Removed a check with high CPU utilization in multiple SCA policies.

Wazuh dashboard
^^^^^^^^^^^^^^^
Expand All @@ -120,6 +151,10 @@ Wazuh dashboard
- `#7047 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7047>`__ Fixed the filter displaying cropped on screens of 575px to 767px in vulnerability detection module.
- `#7119 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7119>`__ Fixed ability to filter from files inventory details flyout of File Integrity Monitoring.
- `#7122 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7122>`__ Removed processes state column in macOS agents.
- `#7160 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7160>`__ Fixed invalid date filter applied on FIM details flyout.
- `#7156 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7156>`__ Fixed the **Check updates** UI being displayed despite being configured as disabled.
- `#7151 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7151>`__ Fixed filter by value in document details not working in Safari.
- `#7167 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7167>`__ Fixed error message to prevent passing non-string values to the Wazuh logger.

Changelogs
----------
Expand Down

0 comments on commit d80d932

Please sign in to comment.