File tree Expand file tree Collapse file tree 6 files changed +52
-2
lines changed Expand file tree Collapse file tree 6 files changed +52
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ v4.13.1]
5
+
6
+ - Support for Wazuh 4.13.1
7
+
4
8
## [ v4.13.0]
5
9
6
10
### Added
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ removedUrls['x.y'] = [
72
72
/* Pages added in 4.13 */
73
73
74
74
newUrls [ '4.13' ] = [
75
+ '/release-notes/release-4-13-1.html' ,
75
76
'/release-notes/release-4-13-0.html' ,
76
77
'/user-manual/wazuh-dashboard/global-queries.html' ,
77
78
'/user-manual/capabilities/system-inventory/global-queries.html' ,
Original file line number Diff line number Diff line change 21
21
# The full version, including alpha/beta/rc tags
22
22
# Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0)
23
23
24
- release = '4.13.0 '
25
- api_tag = 'v4.13.0 '
24
+ release = '4.13.1 '
25
+ api_tag = 'v4.13.1 '
26
26
27
27
apiURL = 'https://raw.githubusercontent.com/wazuh/wazuh/' + api_tag + '/api/api/spec/spec.yaml'
28
28
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh 4.x release.
11
11
============================================= ====================
12
12
Wazuh version Release date
13
13
============================================= ====================
14
+ :doc: `4.13.1 </release-notes/release-4-13-1 >` TBD
14
15
:doc: `4.13.0 </release-notes/release-4-13-0 >` 18 September 2025
15
16
:doc: `4.12.0 </release-notes/release-4-12-0 >` 7 May 2025
16
17
:doc: `4.11.2 </release-notes/release-4-11-2 >` 1 April 2025
@@ -81,6 +82,7 @@ Wazuh version Release date
81
82
82
83
.. toctree ::
83
84
85
+ 4.13.1 Release notes <release-4-13-1 >
84
86
4.13.0 Release notes <release-4-13-0 >
85
87
4.12.0 Release notes <release-4-12-0 >
86
88
4.11.2 Release notes <release-4-11-2 >
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh release.
11
11
============================================== ====================
12
12
Wazuh version Release date
13
13
============================================== ====================
14
+ :doc: `4.13.1 </release-notes/release-4-13-1 >` TBD
14
15
:doc: `4.13.0 </release-notes/release-4-13-0 >` 18 September 2025
15
16
:doc: `4.12.0 </release-notes/release-4-12-0 >` 7 May 2025
16
17
:doc: `4.11.2 </release-notes/release-4-11-2 >` 1 April 2025
Original file line number Diff line number Diff line change
1
+ .. Copyright (C) 2015, Wazuh, Inc.
2
+
3
+ .. meta ::
4
+ :description: Wazuh 4.13.1 has been released. Check out our release notes to discover the changes and additions of this release.
5
+
6
+ 4.13.1 Release notes - TBD
7
+ ==========================
8
+
9
+ This section lists the changes in version 4.13.1. 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
+ Resolved issues
17
+ ---------------
18
+
19
+ This release resolves known issues as the following:
20
+
21
+ Changelogs
22
+ ----------
23
+
24
+ The repository changelogs provide more details about the changes.
25
+
26
+ Product repositories
27
+ ^^^^^^^^^^^^^^^^^^^^
28
+
29
+ - `wazuh/wazuh <https://github.com/wazuh/wazuh/blob/v4.13.1/CHANGELOG.md >`__
30
+ - `wazuh/wazuh-dashboard-plugins <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.13.1/CHANGELOG.md >`__
31
+
32
+ Auxiliary repositories
33
+ ^^^^^^^^^^^^^^^^^^^^^^^
34
+
35
+ - `wazuh/wazuh-ansible <https://github.com/wazuh/wazuh-ansible/blob/v4.13.1/CHANGELOG.md >`__
36
+ - `wazuh/wazuh-kubernetes <https://github.com/wazuh/wazuh-kubernetes/blob/v4.13.1/CHANGELOG.md >`__
37
+ - `wazuh/wazuh-puppet <https://github.com/wazuh/wazuh-puppet/blob/v4.13.1/CHANGELOG.md >`__
38
+ - `wazuh/wazuh-docker <https://github.com/wazuh/wazuh-docker/blob/v4.13.1/CHANGELOG.md >`__
39
+
40
+ - `wazuh/qa-integration-framework <https://github.com/wazuh/qa-integration-framework/blob/v4.13.1/CHANGELOG.md >`__
41
+
42
+ - `wazuh/wazuh-documentation <https://github.com/wazuh/wazuh-documentation/blob/v4.13.1/CHANGELOG.md >`__
You can’t perform that action at this time.
0 commit comments