Skip to content

Commit 073a4cd

Browse files
committed
Add support 4.13.1
1 parent 8f91741 commit 073a4cd

File tree

6 files changed

+52
-2
lines changed

6 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [v4.13.1]
5+
6+
- Support for Wazuh 4.13.1
7+
48
## [v4.13.0]
59

610
### Added

source/_static/js/redirects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ removedUrls['x.y'] = [
7272
/* Pages added in 4.13 */
7373

7474
newUrls['4.13'] = [
75+
'/release-notes/release-4-13-1.html',
7576
'/release-notes/release-4-13-0.html',
7677
'/user-manual/wazuh-dashboard/global-queries.html',
7778
'/user-manual/capabilities/system-inventory/global-queries.html',

source/_variables/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# The full version, including alpha/beta/rc tags
2222
# Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0)
2323

24-
release = '4.13.0'
25-
api_tag = 'v4.13.0'
24+
release = '4.13.1'
25+
api_tag = 'v4.13.1'
2626

2727
apiURL = 'https://raw.githubusercontent.com/wazuh/wazuh/'+api_tag+'/api/api/spec/spec.yaml'
2828

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh 4.x release.
1111
============================================= ====================
1212
Wazuh version Release date
1313
============================================= ====================
14+
:doc:`4.13.1 </release-notes/release-4-13-1>` TBD
1415
:doc:`4.13.0 </release-notes/release-4-13-0>` 18 September 2025
1516
:doc:`4.12.0 </release-notes/release-4-12-0>` 7 May 2025
1617
:doc:`4.11.2 </release-notes/release-4-11-2>` 1 April 2025
@@ -81,6 +82,7 @@ Wazuh version Release date
8182

8283
.. toctree::
8384

85+
4.13.1 Release notes <release-4-13-1>
8486
4.13.0 Release notes <release-4-13-0>
8587
4.12.0 Release notes <release-4-12-0>
8688
4.11.2 Release notes <release-4-11-2>

source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh release.
1111
============================================== ====================
1212
Wazuh version Release date
1313
============================================== ====================
14+
:doc:`4.13.1 </release-notes/release-4-13-1>` TBD
1415
:doc:`4.13.0 </release-notes/release-4-13-0>` 18 September 2025
1516
:doc:`4.12.0 </release-notes/release-4-12-0>` 7 May 2025
1617
:doc:`4.11.2 </release-notes/release-4-11-2>` 1 April 2025
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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>`__

0 commit comments

Comments
 (0)