Skip to content

Commit

Permalink
Merge pull request #7936 from wazuh/enhancement/7935-support-4.9.2-ve…
Browse files Browse the repository at this point in the history
…rsion

Add support for Wazuh 4.9.2
  • Loading branch information
javimed authored Oct 25, 2024
2 parents 68c3205 + e8895f1 commit e3afef1
Show file tree
Hide file tree
Showing 6 changed files with 54 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.9.2]

- Support for Wazuh 4.9.2

## [v4.9.1]

### Added
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 @@ -225,6 +225,7 @@ redirections.push(
newUrls['4.9'] = [
'/release-notes/release-4-9-0.html',
'/release-notes/release-4-9-1.html',
'/release-notes/release-4-9-2.html',
'/deployment-options/offline-installation/index.html',
'/deployment-options/offline-installation/step-by-step.html',
'/deployment-options/offline-installation/installation-assistant.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.9.1'
api_tag = 'v4.9.1'
release = '4.9.2'
api_tag = '4.9.2'

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.9.2 </release-notes/release-4-9-2>` TBD
:doc:`4.9.1 </release-notes/release-4-9-1>` 17 October 2024
:doc:`4.9.0 </release-notes/release-4-9-0>` 5 September 2024
:doc:`4.8.2 </release-notes/release-4-8-2>` 20 August 2024
Expand Down Expand Up @@ -70,6 +71,7 @@ Wazuh version Release date
.. rst-class:: d-none

.. toctree::
4.9.2 Release notes <release-4-9-2>
4.9.1 Release notes <release-4-9-1>
4.9.0 Release notes <release-4-9-0>
4.8.2 Release notes <release-4-8-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.9.2 </release-notes/release-4-9-2>` TBD
:doc:`4.9.1 </release-notes/release-4-9-1>` 17 October 2024
:doc:`4.9.0 </release-notes/release-4-9-0>` 5 September 2024
:doc:`4.8.2 </release-notes/release-4-8-2>` 20 August 2024
Expand Down
44 changes: 44 additions & 0 deletions source/release-notes/release-4-9-2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.. Copyright (C) 2015, Wazuh, Inc.
.. meta::
:description: Wazuh 4.9.2 has been released. Check out our release notes to discover the changes and additions of this release.

4.9.2 Release notes - TBD
=========================

This section lists the changes in version 4.9.2. 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.9.2/CHANGELOG.md>`__
- `wazuh/wazuh-dashboard-plugins <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.9.2/CHANGELOG.md>`__
- `wazuh/wazuh-packages <https://github.com/wazuh/wazuh-packages/blob/v4.9.2/CHANGELOG.md>`__

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

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

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

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

0 comments on commit e3afef1

Please sign in to comment.