From 4abbc1c3f618626cc0cb8460498f5be9eb122291 Mon Sep 17 00:00:00 2001 From: ayodeko Date: Mon, 20 Jan 2025 13:25:14 +0100 Subject: [PATCH 1/3] add support for Wazuh 4.10.2 --- CHANGELOG.md | 4 +++ source/_static/js/redirects.js | 1 + source/_variables/settings.py | 4 +-- source/release-notes/index-4x.rst | 2 ++ source/release-notes/index.rst | 1 + source/release-notes/release-4-10-2.rst | 42 +++++++++++++++++++++++++ 6 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 source/release-notes/release-4-10-2.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index c858ba5862..f1977b06a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +# [v4.10.2] + +- Support for Wazuh 4.10.2 + # [v4.10.1] - Support for Wazuh 4.10.1 diff --git a/source/_static/js/redirects.js b/source/_static/js/redirects.js index c48bb4dee6..4fa3f860e0 100644 --- a/source/_static/js/redirects.js +++ b/source/_static/js/redirects.js @@ -111,6 +111,7 @@ redirections.push( newUrls['4.10'] = [ '/release-notes/release-4-10-0.html', '/release-notes/release-4-10-1.html', + '/release-notes/release-4-10-2.html', '/user-manual/reference/ossec-conf/anti-tampering.html', '/user-manual/capabilities/vulnerability-detection/troubleshooting.html', '/user-manual/capabilities/vulnerability-detection/FAQ.html', diff --git a/source/_variables/settings.py b/source/_variables/settings.py index bf2fd9e03d..1cf75c3151 100644 --- a/source/_variables/settings.py +++ b/source/_variables/settings.py @@ -21,7 +21,7 @@ # The full version, including alpha/beta/rc tags # Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0) -release = '4.10.1' -api_tag = 'v4.10.1' +release = '4.10.2' +api_tag = '4.10.2' apiURL = 'https://raw.githubusercontent.com/wazuh/wazuh/'+api_tag+'/api/api/spec/spec.yaml' diff --git a/source/release-notes/index-4x.rst b/source/release-notes/index-4x.rst index e31e0fc6e2..1204a13fc2 100644 --- a/source/release-notes/index-4x.rst +++ b/source/release-notes/index-4x.rst @@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh 4.x release. ============================================= ==================== Wazuh version Release date ============================================= ==================== +:doc:`4.10.2 ` TBD :doc:`4.10.1 ` 16 January 2025 :doc:`4.10.0 ` 9 January 2025 :doc:`4.9.2 ` 4 November 2024 @@ -74,6 +75,7 @@ Wazuh version Release date .. toctree:: + 4.10.2 Release notes 4.10.1 Release notes 4.10.0 Release notes 4.9.2 Release notes diff --git a/source/release-notes/index.rst b/source/release-notes/index.rst index c591b415f5..33bc87540e 100644 --- a/source/release-notes/index.rst +++ b/source/release-notes/index.rst @@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh release. ============================================== ==================== Wazuh version Release date ============================================== ==================== +:doc:`4.10.1 ` TBD :doc:`4.10.1 ` 16 January 2025 :doc:`4.10.0 ` 9 January 2025 :doc:`4.9.2 ` 4 November 2024 diff --git a/source/release-notes/release-4-10-2.rst b/source/release-notes/release-4-10-2.rst new file mode 100644 index 0000000000..54b37ccbba --- /dev/null +++ b/source/release-notes/release-4-10-2.rst @@ -0,0 +1,42 @@ +.. Copyright (C) 2015, Wazuh, Inc. +.. meta:: + :description: Wazuh 4.10.2 has been released. Check out our release notes to discover the changes and additions of this release. + +4.10.2 Release notes - TBD +========================= + +This section lists the changes in version 4.10.2. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases. + +What's new +---------- + +This release includes new features or enhancements as the following: + +Resolved issues +--------------- + +This release resolves known issues as the following: + +Changelogs +---------- + +The repository changelogs provide more details about the changes. + +Product repositories +^^^^^^^^^^^^^^^^^^^^ + +- `wazuh/wazuh `__ +- `wazuh/wazuh-dashboard-plugins `__ + +Auxiliary repositories +^^^^^^^^^^^^^^^^^^^^^^^ + +- `wazuh/wazuh-ansible `__ +- `wazuh/wazuh-kubernetes `__ +- `wazuh/wazuh-puppet `__ +- `wazuh/wazuh-docker `__ + +- `wazuh/wazuh-qa `__ +- `wazuh/qa-integration-framework `__ + +- `wazuh/wazuh-documentation `__ \ No newline at end of file From 2886cc8d8053e7e6123cd59a598003049eb6dfbf Mon Sep 17 00:00:00 2001 From: ayodeko Date: Mon, 20 Jan 2025 14:04:44 +0100 Subject: [PATCH 2/3] add support for Wazuh 4.10.2 extra changes --- source/release-notes/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/index.rst b/source/release-notes/index.rst index 33bc87540e..1cf20950ab 100644 --- a/source/release-notes/index.rst +++ b/source/release-notes/index.rst @@ -11,7 +11,7 @@ This section summarizes the most important features of each Wazuh release. ============================================== ==================== Wazuh version Release date ============================================== ==================== -:doc:`4.10.1 ` TBD +:doc:`4.10.2 ` TBD :doc:`4.10.1 ` 16 January 2025 :doc:`4.10.0 ` 9 January 2025 :doc:`4.9.2 ` 4 November 2024 From 4380a33ba27452d700ce389e5c6a32f97644fcd2 Mon Sep 17 00:00:00 2001 From: ayodeko Date: Mon, 20 Jan 2025 14:32:10 +0100 Subject: [PATCH 3/3] fixed title underline --- source/release-notes/release-4-10-2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/release-4-10-2.rst b/source/release-notes/release-4-10-2.rst index 54b37ccbba..62762ea893 100644 --- a/source/release-notes/release-4-10-2.rst +++ b/source/release-notes/release-4-10-2.rst @@ -3,7 +3,7 @@ :description: Wazuh 4.10.2 has been released. Check out our release notes to discover the changes and additions of this release. 4.10.2 Release notes - TBD -========================= +========================== This section lists the changes in version 4.10.2. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases.