Skip to content

Commit 5494dc8

Browse files
Desvelaowazuhci
andauthored
Merge 4.14.7 into main (#1307)
* feat: bump 4.14.7 * Merge 4.14.6 into 4.14.7 (#1306) merge: merge 4.14.6 into 4.14.7 empty commit for sync tracking * fix: order in package spec files * fix: order in deb package spec file --------- Co-authored-by: wazuhci <22834044+wazuhci@users.noreply.github.com>
1 parent be93add commit 5494dc8

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.github/workflows/4_builderpackage_dashboard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
build-base:
252252
needs: [validate-job]
253253
name: Build dashboard
254-
uses: wazuh/wazuh-dashboard/.github/workflows/4_builderpackage_dashboard_core.yml@4.14.6
254+
uses: wazuh/wazuh-dashboard/.github/workflows/4_builderpackage_dashboard_core.yml@4.14.7
255255
with:
256256
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }}
257257
ARCHITECTURE: ${{ inputs.architecture }}
@@ -261,7 +261,7 @@ jobs:
261261
name: Build plugins
262262
permissions:
263263
pull-requests: write
264-
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/4_builderpackage_plugins.yml@4.14.6
264+
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/4_builderpackage_plugins.yml@4.14.7
265265
with:
266266
reference: ${{ inputs.reference_wazuh_plugins }}
267267

@@ -270,7 +270,7 @@ jobs:
270270
name: Build security plugin
271271
permissions:
272272
pull-requests: write
273-
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/4_builderpackage_security_plugin.yml@4.14.6
273+
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/4_builderpackage_security_plugin.yml@4.14.7
274274
with:
275275
reference: ${{ inputs.reference_security_plugins }}
276276

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ All notable changes to the Wazuh app project will be documented in this file.
2727
- Changed the default value of `metaFields` and `timepicker:timeDefaults` settings [#998](https://github.com/wazuh/wazuh-dashboard/pull/998)
2828
- Excluded Wazuh dashboards and visualizations listing [#1278](https://github.com/wazuh/wazuh-dashboard/pull/1278) [#1279](https://github.com/wazuh/wazuh-dashboard/pull/1279)
2929

30+
## Wazuh dashboard v4.14.7 - OpenSearch Dashboards 2.19.5 - Revision 00
31+
32+
### Added
33+
34+
- Support for Wazuh 4.14.7
35+
3036
## Wazuh dashboard v4.14.6 - OpenSearch Dashboards 2.19.5 - Revision 00
3137

3238
### Added

dev-tools/build-packages/deb/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ wazuh-dashboard (5.0.0-RELEASE) stable; urgency=low
44

55
-- Wazuh, Inc <info@wazuh.com> Wed, 24 Jun 2026 12:00:00 +0000
66

7+
wazuh-dashboard (4.14.7-RELEASE) stable; urgency=low
8+
9+
* More info: https://documentation.wazuh.com/current/release-notes/release-4-14-7.html
10+
11+
-- Wazuh, Inc <info@wazuh.com> Thu, 09 Jul 2026 12:00:00 +0000
12+
713
wazuh-dashboard (4.14.6-RELEASE) stable; urgency=low
814

915
* More info: https://documentation.wazuh.com/current/release-notes/release-4-14-6.html

dev-tools/build-packages/rpm/wazuh-dashboard.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ rm -fr %{buildroot}
415415
%attr(644, root, root) "/usr/lib/systemd/system/wazuh-dashboard.service"
416416

417417
%changelog
418+
* Thu Jul 09 2026 support <info@wazuh.com> - 4.14.7
419+
- More info: https://documentation.wazuh.com/current/release-notes/release-4-14-7.html
418420
* Wed Jun 24 2026 support <info@wazuh.com> - 5.0.0
419421
- More info: https://documentation.wazuh.com/current/release-notes/release-5-0-0.html
420422
* Thu May 14 2026 support <info@wazuh.com> - 4.14.6

0 commit comments

Comments
 (0)