Skip to content

Commit 642587f

Browse files
authored
Merge pull request #9207 from wazuh/merge-4.14.2-into-4.14
Merge 4.14.2 into 4.14
2 parents 9815540 + 8972635 commit 642587f

File tree

12 files changed

+125
-11
lines changed

12 files changed

+125
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [v4.14.2]
5+
6+
### Changed
7+
8+
- Updated the Wazuh module for Filebeat version references to ``0.5``. ([#9149](https://github.com/wazuh/wazuh-documentation/pull/9149))
9+
10+
### Fixed
11+
12+
- Fixed code block highlighting and indentation for ``securityContext`` in *Upgrading Wazuh on Kubernetes*. ([#9161](https://github.com/wazuh/wazuh-documentation/pull/9161))
13+
414
## [v4.14.1]
515

616
### Added

source/_static/js/redirects.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ removedUrls['x.y'] = [
7373
/* Pages added in 4.14 */
7474

7575
newUrls['4.14'] = [
76+
'/release-notes/release-4-14-2.html',
7677
'/release-notes/release-4-14-1.html',
7778
'/release-notes/release-4-14-0.html',
7879
'/cloud-service/your-environment/limitations.html',

source/_variables/replacements.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,11 @@
150150
"|WAZUH_CURRENT_HPUX|" : release,
151151
"|WAZUH_REVISION_HPUX|" : "1",
152152
#
153+
# === Wazuh module for Filebeat
154+
"|WAZUH_FILEBEAT|": "0.5",
155+
#
153156
# === OpenSearch
154-
"|OPENSEARCH_DASHBOARDS_VERSION|": "2.19.3",
157+
"|OPENSEARCH_DASHBOARDS_VERSION|": "2.19.4",
155158
#
156159
# === Elastic
157160
# --- Filebeat

source/_variables/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# The full version, including alpha/beta/rc tags
2222
# Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0)
2323

24-
release = '4.14.1'
25-
api_tag = 'v4.14.1'
24+
release = '4.14.2'
25+
api_tag = 'v4.14.2'
2626

2727
apiURL = 'https://raw.githubusercontent.com/wazuh/wazuh/'+api_tag+'/api/api/spec/spec.yaml'
2828
apiURL_server = '../../_static/server-api-spec/spec-'+api_tag+'.yaml'

source/deployment-options/deploying-with-kubernetes/kubernetes-upgrade.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ Updating old paths
131131
defaultMode: 0600
132132
133133
.. code-block:: yaml
134-
:emphasize-lines: 3
134+
:emphasize-lines: 2, 3
135135
136136
spec:
137137
securityContext:
138-
fsGroup: 1000
138+
fsGroup: 1000
139139
# Set the wazuh-indexer volume permissions so the wazuh-indexer user can use it
140140
volumes:
141141
- name: indexer-certs
@@ -174,11 +174,11 @@ Updating old paths
174174
defaultMode: 0600
175175
176176
.. code-block:: yaml
177-
:emphasize-lines: 3
177+
:emphasize-lines: 2, 3
178178
179179
spec:
180180
securityContext:
181-
fsGroup: 1000
181+
fsGroup: 1000
182182
# Set the wazuh-indexer volume permissions so the wazuh-indexer user can use it
183183
volumes:
184184
- name: indexer-certs

source/deployment-options/offline-installation/step-by-step.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Filebeat must be installed and configured on the same server as the Wazuh manage
239239

240240
.. code-block:: console
241241
242-
# tar -xzf ./wazuh-offline/wazuh-files/wazuh-filebeat-0.4.tar.gz -C /usr/share/filebeat/module
242+
# tar -xzf ./wazuh-offline/wazuh-files/wazuh-filebeat-|WAZUH_FILEBEAT|.tar.gz -C /usr/share/filebeat/module
243243
244244
#. Replace ``<SERVER_NODE_NAME>`` with your Wazuh server node certificate name, the same used in ``config.yml`` when creating the certificates. For example, ``wazuh-1``. Then, move the certificates to their corresponding location.
245245

source/installation-guide/wazuh-server/step-by-step.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Configuring Filebeat
135135

136136
.. code-block:: console
137137
138-
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-0.4.tar.gz | tar -xvz -C /usr/share/filebeat/module
138+
# curl -s https://packages.wazuh.com/4.x/filebeat/wazuh-filebeat-|WAZUH_FILEBEAT|.tar.gz | tar -xvz -C /usr/share/filebeat/module
139139
140140
Deploying certificates
141141
^^^^^^^^^^^^^^^^^^^^^^

source/release-notes/index-4x.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh 4.x release.
1111
============================================= ====================
1212
Wazuh version Release date
1313
============================================= ====================
14+
:doc:`4.14.2 </release-notes/release-4-14-2>` 14 January 2026
1415
:doc:`4.14.1 </release-notes/release-4-14-1>` 12 November 2025
1516
:doc:`4.14.0 </release-notes/release-4-14-0>` 23 October 2025
1617
:doc:`4.13.1 </release-notes/release-4-13-1>` 24 September 2025
@@ -84,6 +85,7 @@ Wazuh version Release date
8485

8586
.. toctree::
8687

88+
4.14.2 Release notes <release-4-14-2>
8789
4.14.1 Release notes <release-4-14-1>
8890
4.14.0 Release notes <release-4-14-0>
8991
4.13.1 Release notes <release-4-13-1>

source/release-notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh release.
1111
============================================== ====================
1212
Wazuh version Release date
1313
============================================== ====================
14+
:doc:`4.14.2 </release-notes/release-4-14-2>` 14 January 2026
1415
:doc:`4.14.1 </release-notes/release-4-14-1>` 12 November 2025
1516
:doc:`4.14.0 </release-notes/release-4-14-0>` 23 October 2025
1617
:doc:`4.13.1 </release-notes/release-4-13-1>` 24 September 2025
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
.. Copyright (C) 2015, Wazuh, Inc.
2+
3+
.. meta::
4+
:description: Wazuh 4.14.2 has been released. Check out our release notes to discover the changes and additions of this release.
5+
6+
4.14.2 Release notes - 14 January 2026
7+
======================================
8+
9+
This section lists the changes in version 4.14.2. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases.
10+
11+
What's new
12+
----------
13+
14+
This release includes new features or enhancements as the following:
15+
16+
Wazuh agent
17+
^^^^^^^^^^^
18+
19+
- `#33313 <https://github.com/wazuh/wazuh/pull/33313>`__ Added detection of the ``-a never,task`` Audit rule in FIM whodata for Linux.
20+
21+
Ruleset
22+
^^^^^^^
23+
24+
- `#32856 <https://github.com/wazuh/wazuh/pull/32856>`__ Added SCA policy for Microsoft Windows Server 2025.
25+
26+
Other
27+
^^^^^
28+
29+
- `#33069 <https://github.com/wazuh/wazuh/pull/33069>`__ Upgraded the ``starlette`` dependency to 0.49.1.
30+
31+
Wazuh dashboard
32+
^^^^^^^^^^^^^^^
33+
34+
- `#7883 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7883>`__ Added persistence for page size and sorting in API tables.
35+
- `#7878 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7878>`__ Improved text size consistency and visual hierarchy across the Agent Overview page by implementing standardized typography styling.
36+
- `#7896 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7896>`__ Improved Agent Overview resilience by rendering each available system inventory field.
37+
- `#7897 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7897>`__ Upgraded ``cookie`` dependency to 0.7.0.
38+
- `#7963 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7963>`__ Removed the **SCA Agent** card subtitle.
39+
40+
Resolved issues
41+
---------------
42+
43+
This release resolves known issues as the following:
44+
45+
Wazuh manager
46+
^^^^^^^^^^^^^
47+
48+
- `#33046 <https://github.com/wazuh/wazuh/pull/33046>`__ Prevented Azure Log Analytics bookmarks from being overwritten across similar configurations.
49+
- `#33330 <https://github.com/wazuh/wazuh/pull/33330>`__ Fixed discrepancy in the API certificate files.
50+
- `#33589 <https://github.com/wazuh/wazuh/pull/33589>`__ Made analysisd ruleset reload endpoints fully asynchronous to avoid blocking the API event loop.
51+
- `#33580 <https://github.com/wazuh/wazuh/pull/33580>`__ Improved analysisd ruleset hot reload performance.
52+
- `#33602 <https://github.com/wazuh/wazuh/pull/33602>`__ Avoided using ``systemctl`` in restart scripts when systemd is not running as PID 1.
53+
54+
Wazuh agent
55+
^^^^^^^^^^^
56+
57+
- `#33171 <https://github.com/wazuh/wazuh/pull/33171>`__ Fixed Windows agent remote upgrade (WPK) when installed in a custom directory.
58+
- `#33182 <https://github.com/wazuh/wazuh/pull/33182>`__ Fixed a package issue causing upgrades to fail when the ``shared`` directory contained subdirectories.
59+
- `#33270 <https://github.com/wazuh/wazuh/pull/33270>`__ Fixed FIM issue preventing whodata from working on systems with ``/var`` and ``/etc`` mounted on different volumes.
60+
- `#33322 <https://github.com/wazuh/wazuh/pull/33322>`__ Optimized user and group inventory performance in Syscollector on Windows Domain Controllers.
61+
- `#33227 <https://github.com/wazuh/wazuh/pull/33227>`__ Fixed an agent bug that prevented directories from being received in the remote configuration.
62+
- `#33343 <https://github.com/wazuh/wazuh/pull/33343>`__ Silenced agent log message about failing to connect to Active Response when it is disabled.
63+
64+
Ruleset
65+
^^^^^^^
66+
67+
- `#33202 <https://github.com/wazuh/wazuh/pull/33202>`__ Fixed bug in multiple macOS SCA checks.
68+
- `#33361 <https://github.com/wazuh/wazuh/pull/33361>`__ Fixed indentation issue in the SCA policy for Windows 10 Enterprise that prevented its execution.
69+
70+
Wazuh dashboard
71+
^^^^^^^^^^^^^^^
72+
73+
- `#7883 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7883>`__ Removed sorting for Program name and Order columns in the Related decoders table, and the Groups column in the Related rules table, to prevent API errors.
74+
- `#7962 <https://github.com/wazuh/wazuh-dashboard-plugins/pull/7962>`__ Fixed text alignment and column distribution in the **System inventory** card within the Agent view.
75+
76+
Changelogs
77+
----------
78+
79+
The repository changelogs provide more details about the changes.
80+
81+
Product repositories
82+
^^^^^^^^^^^^^^^^^^^^
83+
84+
- `wazuh/wazuh <https://github.com/wazuh/wazuh/blob/v4.14.2/CHANGELOG.md>`__
85+
- `wazuh/wazuh-dashboard-plugins <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.14.2/CHANGELOG.md>`__
86+
87+
Auxiliary repositories
88+
^^^^^^^^^^^^^^^^^^^^^^^
89+
90+
- `wazuh/wazuh-ansible <https://github.com/wazuh/wazuh-ansible/blob/v4.14.2/CHANGELOG.md>`__
91+
- `wazuh/wazuh-kubernetes <https://github.com/wazuh/wazuh-kubernetes/blob/v4.14.2/CHANGELOG.md>`__
92+
- `wazuh/wazuh-puppet <https://github.com/wazuh/wazuh-puppet/blob/v4.14.2/CHANGELOG.md>`__
93+
- `wazuh/wazuh-docker <https://github.com/wazuh/wazuh-docker/blob/v4.14.2/CHANGELOG.md>`__
94+
95+
- `wazuh/qa-integration-framework <https://github.com/wazuh/qa-integration-framework/blob/v4.14.2/CHANGELOG.md>`__
96+
97+
- `wazuh/wazuh-documentation <https://github.com/wazuh/wazuh-documentation/blob/v4.14.2/CHANGELOG.md>`__

0 commit comments

Comments
 (0)