diff --git a/CHANGELOG.md b/CHANGELOG.md index ad327c3347..c858ba5862 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.1] + +- Support for Wazuh 4.10.1 + ## [v4.10.0] ### Added diff --git a/source/_static/js/redirects.js b/source/_static/js/redirects.js index 15db779cf0..c48bb4dee6 100644 --- a/source/_static/js/redirects.js +++ b/source/_static/js/redirects.js @@ -107,8 +107,10 @@ redirections.push( ); /* Pages added in 4.10 */ + newUrls['4.10'] = [ '/release-notes/release-4-10-0.html', + '/release-notes/release-4-10-1.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 83c1342e31..bf2fd9e03d 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.0' -api_tag = 'v4.10.0' +release = '4.10.1' +api_tag = 'v4.10.1' 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 6ad3666027..e31e0fc6e2 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.1 ` 16 January 2025 :doc:`4.10.0 ` 9 January 2025 :doc:`4.9.2 ` 4 November 2024 :doc:`4.9.1 ` 17 October 2024 @@ -73,6 +74,7 @@ Wazuh version Release date .. toctree:: + 4.10.1 Release notes 4.10.0 Release notes 4.9.2 Release notes 4.9.1 Release notes diff --git a/source/release-notes/index.rst b/source/release-notes/index.rst index c6c213f64a..c591b415f5 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 ` 16 January 2025 :doc:`4.10.0 ` 9 January 2025 :doc:`4.9.2 ` 4 November 2024 :doc:`4.9.1 ` 17 October 2024 diff --git a/source/release-notes/release-4-10-1.rst b/source/release-notes/release-4-10-1.rst new file mode 100644 index 0000000000..339b5661fa --- /dev/null +++ b/source/release-notes/release-4-10-1.rst @@ -0,0 +1,55 @@ +.. Copyright (C) 2015, Wazuh, Inc. + +.. meta:: + :description: Wazuh 4.10.1 has been released. Check out our release notes to discover the changes and additions of this release. + +4.10.1 Release notes - 16 January 2025 +====================================== + +This section lists the changes in version 4.10.1. 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: + +Wazuh dashboard +^^^^^^^^^^^^^^^ + +- `#7233 `__ Added comma separators to numbers. +- `#7226 `__ Moved the ability to manage the visibility of fields in **Events** and **Vulnerability Detection** > **Inventory** tables from the **Columns** button to a new **Available fields** button, enhancing the performance of the view. +- `#7226 `__ Changed the color of the **Export formatted** button in data grid tables to match the color of the rest of the table buttons. + +Resolved issues +--------------- + +This release resolves known issues as the following: + +Wazuh manager +^^^^^^^^^^^^^ + +- `#27502 `__ Handled HTTP ``413`` response code in the Indexer connector. + +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 `__