Skip to content

Commit

Permalink
Merge pull request #8064 from wazuh/enhancement/8063-support-4.10.1-v…
Browse files Browse the repository at this point in the history
…ersion

Add support for 4.10.1
  • Loading branch information
javimed authored Dec 20, 2024
2 parents 1464e90 + bdfbe1e commit a9dcaf5
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 8 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
16 changes: 10 additions & 6 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ removedUrls['x.y'] = [
];
*/

/* *** RELEASE 4.10 ****/

/* 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'
]

/* *** RELEASE 4.9 ****/

/* Redirections from 4.8 to 4.9 */
Expand Down Expand Up @@ -296,12 +306,6 @@ redirections.push(
},
);

/* Pages added in 4.10 */
newUrls['4.10'] = [
'/release-notes/release-4-10-0.html',
'/user-manual/reference/ossec-conf/anti-tampering.html'
]

/* Pages added in 4.9 */

newUrls['4.9'] = [
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 = '4.10.0'
release = '4.10.1'
api_tag = '4.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>` TBD
:doc:`4.10.0 </release-notes/release-4-10-0>` TBD
: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>` TBD
:doc:`4.10.0 </release-notes/release-4-10-0>` TBD
: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
43 changes: 43 additions & 0 deletions source/release-notes/release-4-10-1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. 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 - TBD
==========================

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:

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

This release resolves known issues as the following:

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 a9dcaf5

Please sign in to comment.