Skip to content

Commit 39963a9

Browse files
authored
Merge pull request #8787 from wazuh/add-support-4.10.3-to-4.12
support 4.10.3
2 parents 5481491 + d92f3d4 commit 39963a9

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed

source/_static/js/redirects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ newUrls['4.10'] = [
283283
'/release-notes/release-4-10-0.html',
284284
'/release-notes/release-4-10-1.html',
285285
'/release-notes/release-4-10-2.html',
286+
'/release-notes/release-4-10-3.html',
286287
'/user-manual/reference/ossec-conf/anti-tampering.html',
287288
'/user-manual/capabilities/vulnerability-detection/troubleshooting.html',
288289
'/user-manual/capabilities/vulnerability-detection/FAQ.html',

source/release-notes/index-4x.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Wazuh version Release date
1515
:doc:`4.11.2 </release-notes/release-4-11-2>` 1 April 2025
1616
:doc:`4.11.1 </release-notes/release-4-11-1>` 12 March 2025
1717
:doc:`4.11.0 </release-notes/release-4-11-0>` 20 February 2025
18+
:doc:`4.10.3 </release-notes/release-4-10-3>` 19 August 2025
1819
:doc:`4.10.2 </release-notes/release-4-10-2>` 22 May 2025
1920
:doc:`4.10.1 </release-notes/release-4-10-1>` 16 January 2025
2021
:doc:`4.10.0 </release-notes/release-4-10-0>` 9 January 2025
@@ -83,6 +84,7 @@ Wazuh version Release date
8384
4.11.2 Release notes <release-4-11-2>
8485
4.11.1 Release notes <release-4-11-1>
8586
4.11.0 Release notes <release-4-11-0>
87+
4.10.3 Release notes <release-4-10-3>
8688
4.10.2 Release notes <release-4-10-2>
8789
4.10.1 Release notes <release-4-10-1>
8890
4.10.0 Release notes <release-4-10-0>

source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Wazuh version Release date
1515
:doc:`4.11.2 </release-notes/release-4-11-2>` 1 April 2025
1616
:doc:`4.11.1 </release-notes/release-4-11-1>` 12 March 2025
1717
:doc:`4.11.0 </release-notes/release-4-11-0>` 20 February 2025
18+
:doc:`4.10.3 </release-notes/release-4-10-3>` 19 August 2025
1819
:doc:`4.10.2 </release-notes/release-4-10-2>` 22 May 2025
1920
:doc:`4.10.1 </release-notes/release-4-10-1>` 16 January 2025
2021
:doc:`4.10.0 </release-notes/release-4-10-0>` 9 January 2025
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
.. Copyright (C) 2015, Wazuh, Inc.
2+
3+
.. meta::
4+
:description: Wazuh 4.10.3 has been released. Check out our release notes to discover the changes and additions of this release.
5+
6+
4.10.3 Release notes - 19 August 2025
7+
=====================================
8+
9+
This section lists the changes in version 4.10.3. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases.
10+
11+
What's new
12+
----------
13+
14+
This release includes new features or enhancements as the following:
15+
16+
Other
17+
^^^^^
18+
19+
- `#30829 <https://github.com/wazuh/wazuh/pull/30829>`__ Updated ``requests`` to version 2.32.4 (backport from 4.14.0).
20+
- `#30829 <https://github.com/wazuh/wazuh/pull/30829>`__ Updated ``urllib3`` to version 2.5.0 and ``protobuf`` to version 5.29.5 (backport from 4.14.0).
21+
- `#29933 <https://github.com/wazuh/wazuh/pull/29933>`__ Updated dependencies: ``setuptools``, ``Jinja2``, and ``PyJWT`` (backport from 4.14.0).
22+
23+
Resolved issues
24+
---------------
25+
26+
This release resolves known issues as the following:
27+
28+
Wazuh dashboard
29+
^^^^^^^^^^^^^^^
30+
31+
- `#7648 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7648>`__ Fixed a bug that caused a format issue in CSV reports.
32+
33+
34+
Changelogs
35+
----------
36+
37+
The repository changelogs provide more details about the changes.
38+
39+
Product repositories
40+
^^^^^^^^^^^^^^^^^^^^
41+
42+
- `wazuh/wazuh <https://github.com/wazuh/wazuh/blob/v4.10.3/CHANGELOG.md>`__
43+
- `wazuh/wazuh-dashboard-plugins <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.10.3/CHANGELOG.md>`__
44+
45+
Auxiliary repositories
46+
^^^^^^^^^^^^^^^^^^^^^^^
47+
48+
- `wazuh/wazuh-ansible <https://github.com/wazuh/wazuh-ansible/blob/v4.10.3/CHANGELOG.md>`__
49+
- `wazuh/wazuh-kubernetes <https://github.com/wazuh/wazuh-kubernetes/blob/v4.10.3/CHANGELOG.md>`__
50+
- `wazuh/wazuh-puppet <https://github.com/wazuh/wazuh-puppet/blob/v4.10.3/CHANGELOG.md>`__
51+
- `wazuh/wazuh-docker <https://github.com/wazuh/wazuh-docker/blob/v4.10.3/CHANGELOG.md>`__
52+
53+
- `wazuh/qa-integration-framework <https://github.com/wazuh/qa-integration-framework/blob/v4.10.3/CHANGELOG.md>`__
54+
55+
- `wazuh/wazuh-documentation <https://github.com/wazuh/wazuh-documentation/blob/v4.10.3/CHANGELOG.md>`__

0 commit comments

Comments
 (0)