Skip to content

Commit

Permalink
Merge pull request #8119 from wazuh/merge-4.10.1-into-4.10
Browse files Browse the repository at this point in the history
Merge 4.10.1 into 4.10
  • Loading branch information
javimed authored Jan 16, 2025
2 parents cb495a1 + 98e4735 commit 8addb55
Show file tree
Hide file tree
Showing 6 changed files with 66 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.10.1]

- Support for Wazuh 4.10.1

## [v4.10.0]

### Added
Expand Down
2 changes: 2 additions & 0 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
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.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'
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.10.1 </release-notes/release-4-10-1>` 16 January 2025
:doc:`4.10.0 </release-notes/release-4-10-0>` 9 January 2025
:doc:`4.9.2 </release-notes/release-4-9-2>` 4 November 2024
:doc:`4.9.1 </release-notes/release-4-9-1>` 17 October 2024
Expand Down Expand Up @@ -73,6 +74,7 @@ Wazuh version Release date

.. toctree::

4.10.1 Release notes <release-4-10-1>
4.10.0 Release notes <release-4-10-0>
4.9.2 Release notes <release-4-9-2>
4.9.1 Release notes <release-4-9-1>
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.10.1 </release-notes/release-4-10-1>` 16 January 2025
:doc:`4.10.0 </release-notes/release-4-10-0>` 9 January 2025
:doc:`4.9.2 </release-notes/release-4-9-2>` 4 November 2024
:doc:`4.9.1 </release-notes/release-4-9-1>` 17 October 2024
Expand Down
55 changes: 55 additions & 0 deletions source/release-notes/release-4-10-1.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7233>`__ Added comma separators to numbers.
- `#7226 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/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 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/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 <https://github.com/wazuh/wazuh/pull/27502>`__ Handled HTTP ``413`` response code in the Indexer connector.

Changelogs
----------

The repository changelogs provide more details about the changes.

Product repositories
^^^^^^^^^^^^^^^^^^^^

- `wazuh/wazuh <https://github.com/wazuh/wazuh/blob/v4.10.1/CHANGELOG.md>`__
- `wazuh/wazuh-dashboard-plugins <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.10.1/CHANGELOG.md>`__

Auxiliary repositories
^^^^^^^^^^^^^^^^^^^^^^^

- `wazuh/wazuh-ansible <https://github.com/wazuh/wazuh-ansible/blob/v4.10.1/CHANGELOG.md>`__
- `wazuh/wazuh-kubernetes <https://github.com/wazuh/wazuh-kubernetes/blob/v4.10.1/CHANGELOG.md>`__
- `wazuh/wazuh-puppet <https://github.com/wazuh/wazuh-puppet/blob/v4.10.1/CHANGELOG.md>`__
- `wazuh/wazuh-docker <https://github.com/wazuh/wazuh-docker/blob/v4.10.1/CHANGELOG.md>`__

- `wazuh/wazuh-qa <https://github.com/wazuh/wazuh-qa/blob/v4.10.1/CHANGELOG.md>`__
- `wazuh/qa-integration-framework <https://github.com/wazuh/qa-integration-framework/blob/v4.10.1/CHANGELOG.md>`__

- `wazuh/wazuh-documentation <https://github.com/wazuh/wazuh-documentation/blob/v4.10.1/CHANGELOG.md>`__

0 comments on commit 8addb55

Please sign in to comment.