diff --git a/source/_static/js/redirects.js b/source/_static/js/redirects.js index 551d5ebfd0..b531571fef 100644 --- a/source/_static/js/redirects.js +++ b/source/_static/js/redirects.js @@ -128,6 +128,7 @@ newUrls['4.5'] = [ '/release-notes/release-4-5-1.html', '/release-notes/release-4-5-2.html', '/release-notes/release-4-5-3.html', + '/release-notes/release-4-5-4.html', '/integrations-guide/index.html', '/integrations-guide/elastic-stack/index.html', '/integrations-guide/opensearch/index.html', diff --git a/source/release-notes/index-4x.rst b/source/release-notes/index-4x.rst index caa56326d1..cd2e5ff441 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.5.4 ` TBD :doc:`4.5.3 ` 10 October 2023 :doc:`4.5.2 ` 6 September 2023 :doc:`4.5.1 ` 24 August 2023 @@ -58,6 +59,7 @@ Wazuh version Release date .. toctree:: + 4.5.4 Release notes 4.5.3 Release notes 4.5.2 Release notes 4.5.1 Release notes diff --git a/source/release-notes/index.rst b/source/release-notes/index.rst index f77fbb971c..6f1e32c943 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.5.4 ` TBD :doc:`4.5.3 ` 10 October 2023 :doc:`4.5.2 ` 6 September 2023 :doc:`4.5.1 ` 24 August 2023 diff --git a/source/release-notes/release-4-5-4.rst b/source/release-notes/release-4-5-4.rst new file mode 100644 index 0000000000..5e93a5df4a --- /dev/null +++ b/source/release-notes/release-4-5-4.rst @@ -0,0 +1,50 @@ +.. Copyright (C) 2015, Wazuh, Inc. + +.. meta:: + :description: Wazuh 4.5.4 has been released. Check out our release notes to discover the changes and additions of this release. + +4.5.4 Release notes - TBD +========================= + +This section lists the changes in version 4.5.4. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases. + + +What's new +---------- + +This version includes new features or improvements, such as the following: + +Manager +^^^^^^^ + +- `#19729 `__ Added a timeout on requests between components through the cluster. + + +Resolved issues +--------------- + +This release resolves known issues as the following: + +Manager +^^^^^^^ + +======================================================== ======================================================================================================== +Reference Description +======================================================== ======================================================================================================== +`#19702 `__ Fixed a bug that might leave some worker's services hanging if the connection to the master was broken. +`#19706 `__ Fixed vulnerability scan on Windows agent when the OS version has no release data. +======================================================== ======================================================================================================== + + +Changelogs +---------- + +More details about these changes are provided in the changelog of each component: + +- `wazuh/wazuh `_ +- `wazuh/wazuh-dashboard `_ +- `wazuh/wazuh-dashboard-plugins 7.10.2 `_ +- `wazuh/wazuh-dashboard-plugins 7.16.x `_ +- `wazuh/wazuh-dashboard-plugins 7.17.x `_ +- `wazuh/wazuh-splunk `_ +- `wazuh/wazuh-packages `_ \ No newline at end of file