Skip to content

Commit

Permalink
Merge pull request #7351 from wazuh/merge-4.7.5-into-4.7
Browse files Browse the repository at this point in the history
Merge 4.7.5 into 4.7
  • Loading branch information
javimed committed May 30, 2024
2 parents 51df3a7 + 20b4c01 commit 9faf1a9
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions source/_variables/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 2 additions & 0 deletions source/release-notes/index-4x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </release-notes/release-4-7-5>` 30 May 2024
:doc:`4.7.4 </release-notes/release-4-7-4>` 29 April 2024
:doc:`4.7.3 </release-notes/release-4-7-3>` 4 March 2024
:doc:`4.7.2 </release-notes/release-4-7-2>` 10 January 2024
Expand Down Expand Up @@ -65,6 +66,7 @@ Wazuh version Release date

.. toctree::

4.7.5 Release notes <release-4-7-5>
4.7.4 Release notes <release-4-7-4>
4.7.3 Release notes <release-4-7-3>
4.7.2 Release notes <release-4-7-2>
Expand Down
1 change: 1 addition & 0 deletions source/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh release.
============================================== ====================
Wazuh version Release date
============================================== ====================
:doc:`4.7.5 </release-notes/release-4-7-5>` 30 May 2024
:doc:`4.7.4 </release-notes/release-4-7-4>` 29 April 2024
:doc:`4.7.3 </release-notes/release-4-7-3>` 4 March 2024
:doc:`4.7.2 </release-notes/release-4-7-2>` 10 January 2024
Expand Down
67 changes: 67 additions & 0 deletions source/release-notes/release-4-7-5.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/wazuh/wazuh/pull/23441>`__ Added a database endpoint to recalculate the hash of agent groups.

Wazuh dashboard
^^^^^^^^^^^^^^^

- `#6687 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/6687>`__ Added sanitization to custom branding SVG files.

Resolved issues
---------------

This release resolves known issues as the following:

Wazuh manager
^^^^^^^^^^^^^

=========================================================== =============
Reference Description
=========================================================== =============
`#23447 <https://github.com/wazuh/wazuh/pull/23447>`__ Fixed an issue in a cluster task where full group synchronization was constantly triggered.
`#23216 <https://github.com/wazuh/wazuh/pull/23216>`__ Fixed race condition when creating agent database files from a template.
=========================================================== =============

Wazuh agent
^^^^^^^^^^^

=========================================================== =============
Reference Description
=========================================================== =============
`#23468 <https://github.com/wazuh/wazuh/pull/23468>`__ Fixed segmentation fault in the logcollector multiline-regex configuration.
`#23543 <https://github.com/wazuh/wazuh/pull/23543>`__ Fixed crash in FIM module when processing paths with non UTF-8 characters.
=========================================================== =============

Wazuh dashboard
^^^^^^^^^^^^^^^

======================================================================= =============
Reference Description
======================================================================= =============
`#6718 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/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 <https://github.com/wazuh/wazuh/blob/v4.7.5/CHANGELOG.md>`__
- `wazuh/wazuh-dashboard <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.7.5-2.8.0/CHANGELOG.md>`__
- `wazuh/wazuh-packages <https://github.com/wazuh/wazuh-packages/releases/tag/v4.7.5>`__

0 comments on commit 9faf1a9

Please sign in to comment.