Skip to content

Commit 088ceaa

Browse files
authored
Merge pull request #8547 from wazuh/enhancement/bump-main-to-5.0.0
Enhancement/bump main to 5.0.0
2 parents 8358c9c + 479527a commit 088ceaa

File tree

6 files changed

+90
-4
lines changed

6 files changed

+90
-4
lines changed

CHANGELOG.md

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

4-
# [v4.13.0]
4+
## [v5.0.0]
5+
6+
- Support for Wazuh 5.0.0
7+
8+
## [v4.13.0]
59

610
- Support for Wazuh 4.13.0
711

source/_static/js/redirects.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const redirections = [];
44

55
/* Note: new release versions must always be inserted in the first position of the array "versions" */
66
const versions = [
7+
'5.0',
78
'4.13',
89
'4.12',
910
'4.11',
@@ -67,6 +68,15 @@ removedUrls['x.y'] = [
6768
];
6869
*/
6970

71+
/* *** RELEASE 5.0 ****/
72+
73+
/* Pages added in 5.0 */
74+
75+
newUrls['5.0'] = [
76+
'/release-notes/release-5-0-0.html',
77+
'/release-notes/index-5x.html',
78+
];
79+
7080
/* *** RELEASE 4.13 ****/
7181

7282
/* Pages added in 4.13 */

source/_variables/settings.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
#
1616

1717
# The short X.Y version
18-
version = '4.13'
18+
version = '5.0'
1919
is_latest_release = True
2020

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 = '4.13.0'
24+
release = '5.0.0'
25+
api_tag = 'master'
26+
2627

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

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. Copyright (C) 2015, Wazuh, Inc.
2+
3+
.. meta::
4+
:description: Check out Wazuh 5.x release notes. Every update of the solution is cumulative and includes all enhancements and fixes from previous releases.
5+
6+
5.x
7+
===
8+
9+
This section summarizes the most important features of each Wazuh 5.x release.
10+
11+
============================================= ====================
12+
Wazuh version Release date
13+
============================================= ====================
14+
:doc:`5.0.0 </release-notes/release-5-0-0>` TBD
15+
============================================= ====================
16+
17+
.. rst-class:: d-none
18+
19+
.. toctree::
20+
21+
5.0.0 Release notes <release-5-0-0>

source/release-notes/index.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 release.
1111
============================================== ====================
1212
Wazuh version Release date
1313
============================================== ====================
14+
:doc:`5.0.0 </release-notes/release-5-0-0>` TBD
1415
:doc:`4.13.0 </release-notes/release-4-13-0>` TBD
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
@@ -125,6 +126,7 @@ Wazuh version Release date
125126

126127
.. toctree::
127128

129+
index-5x
128130
index-4x
129131
index-3x
130132
index-2x
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
.. Copyright (C) 2015, Wazuh, Inc.
2+
3+
.. meta::
4+
:description: Wazuh 5.0.0 has been released. Check out our release notes to discover the changes and additions of this release.
5+
6+
5.0.0 Release notes - TBD
7+
=========================
8+
9+
This section lists the changes in version 5.0.0. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases.
10+
11+
Highlights
12+
----------
13+
14+
Breaking changes
15+
----------------
16+
17+
What's new
18+
----------
19+
20+
This release includes new features or enhancements as the following:
21+
22+
Resolved issues
23+
---------------
24+
25+
This release resolves known issues as the following:
26+
27+
Changelogs
28+
----------
29+
30+
The repository changelogs provide more details about the changes.
31+
32+
Product repositories
33+
^^^^^^^^^^^^^^^^^^^^
34+
35+
- `wazuh/wazuh <https://github.com/wazuh/wazuh/blob/v5.0.0/CHANGELOG.md>`__
36+
- `wazuh/wazuh-dashboard-plugins <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v5.0.0/CHANGELOG.md>`__
37+
38+
Auxiliary repositories
39+
^^^^^^^^^^^^^^^^^^^^^^^
40+
41+
- `wazuh/wazuh-ansible <https://github.com/wazuh/wazuh-ansible/blob/v5.0.0/CHANGELOG.md>`__
42+
- `wazuh/wazuh-kubernetes <https://github.com/wazuh/wazuh-kubernetes/blob/v5.0.0/CHANGELOG.md>`__
43+
- `wazuh/wazuh-puppet <https://github.com/wazuh/wazuh-puppet/blob/v5.0.0/CHANGELOG.md>`__
44+
- `wazuh/wazuh-docker <https://github.com/wazuh/wazuh-docker/blob/v5.0.0/CHANGELOG.md>`__
45+
46+
- `wazuh/qa-integration-framework <https://github.com/wazuh/qa-integration-framework/blob/v5.0.0/CHANGELOG.md>`__
47+
48+
- `wazuh/wazuh-documentation <https://github.com/wazuh/wazuh-documentation/blob/v5.0.0/CHANGELOG.md>`__

0 commit comments

Comments
 (0)