diff --git a/CHANGELOG.md b/CHANGELOG.md index 7449ca1d33..02169af073 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.7.5] + +- Support for Wazuh 4.7.5 + ## [v4.7.4] - Support for Wazuh 4.7.4 diff --git a/source/_static/js/redirects.js b/source/_static/js/redirects.js index 6fcb299b08..4fb466348e 100644 --- a/source/_static/js/redirects.js +++ b/source/_static/js/redirects.js @@ -72,6 +72,7 @@ newUrls['4.7'] = [ '/release-notes/release-4-7-2.html', '/release-notes/release-4-7-3.html', '/release-notes/release-4-7-4.html', + '/release-notes/release-4-7-5.html', '/cloud-security/azure/posture-management.html', '/cloud-security/gcp/posture-management.html', '/cloud-security/gcp/instances.html', diff --git a/source/_variables/settings.py b/source/_variables/settings.py index 58916f080e..8f944ccdf8 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.7.4' -api_tag = 'v4.7.4' +release = '4.7.5' +api_tag = 'v4.7.5' 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 be259f46fa..84c9a0ee3f 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.7.5 ` 30 May 2024 :doc:`4.7.4 ` 29 April 2024 :doc:`4.7.3 ` 4 March 2024 :doc:`4.7.2 ` 10 January 2024 @@ -65,6 +66,7 @@ Wazuh version Release date .. toctree:: + 4.7.5 Release notes 4.7.4 Release notes 4.7.3 Release notes 4.7.2 Release notes diff --git a/source/release-notes/index.rst b/source/release-notes/index.rst index 0764e3ec53..72d392798c 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.7.5 ` 30 May 2024 :doc:`4.7.4 ` 29 April 2024 :doc:`4.7.3 ` 4 March 2024 :doc:`4.7.2 ` 10 January 2024 diff --git a/source/release-notes/release-4-7-5.rst b/source/release-notes/release-4-7-5.rst new file mode 100644 index 0000000000..0958662cb1 --- /dev/null +++ b/source/release-notes/release-4-7-5.rst @@ -0,0 +1,67 @@ +.. Copyright (C) 2015, Wazuh, Inc. + +.. meta:: + :description: Wazuh 4.7.5 has been released. Check out our release notes to discover the changes and additions of this release. + +4.7.5 Release notes - 30 May 2024 +================================= + +This section lists the changes in version 4.7.5. 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 manager +^^^^^^^^^^^^^ + +- `#23441 `__ Added a database endpoint to recalculate the hash of agent groups. + +Wazuh dashboard +^^^^^^^^^^^^^^^ + +- `#6687 `__ Added sanitization to custom branding SVG files. + +Resolved issues +--------------- + +This release resolves known issues as the following: + +Wazuh manager +^^^^^^^^^^^^^ + +=========================================================== ============= + Reference Description +=========================================================== ============= +`#23447 `__ Fixed an issue in a cluster task where full group synchronization was constantly triggered. +`#23216 `__ Fixed race condition when creating agent database files from a template. +=========================================================== ============= + +Wazuh agent +^^^^^^^^^^^ + +=========================================================== ============= + Reference Description +=========================================================== ============= +`#23468 `__ Fixed segmentation fault in the logcollector multiline-regex configuration. +`#23543 `__ Fixed crash in FIM module when processing paths with non UTF-8 characters. +=========================================================== ============= + +Wazuh dashboard +^^^^^^^^^^^^^^^ + +======================================================================= ============= +Reference Description +======================================================================= ============= +`#6718 `__ Fixed a missing space in the macOS agent installation command when a password is required. +======================================================================= ============= + +Changelogs +---------- + +More details about these changes are provided in the changelog of each component: + +- `wazuh/wazuh `__ +- `wazuh/wazuh-dashboard `__ +- `wazuh/wazuh-packages `__