From 56015eb877296b73b2b0131bdef0075475b59346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20David=20Guti=C3=A9rrez?= Date: Wed, 8 Jan 2025 10:49:32 +0100 Subject: [PATCH] chore(bump): 4.10.0 rev 08 --- .github/workflows/build_wazuh_dashboard_with_plugins.yml | 6 +++--- CHANGELOG.md | 6 +++++- package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_wazuh_dashboard_with_plugins.yml b/.github/workflows/build_wazuh_dashboard_with_plugins.yml index 1a0b6618a9ae..7fcb5b2ae815 100644 --- a/.github/workflows/build_wazuh_dashboard_with_plugins.yml +++ b/.github/workflows/build_wazuh_dashboard_with_plugins.yml @@ -178,21 +178,21 @@ jobs: build-base: needs: [validate-job] name: Build dashboard - uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.10.0-rc2 + uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.10.0-rc3 with: CHECKOUT_TO: ${{ github.head_ref || github.ref_name }} build-main-plugins: needs: [validate-job] name: Build plugins - uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.10.0-rc2 + uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.10.0-rc3 with: reference: ${{ inputs.reference_wazuh_plugins }} build-security-plugin: needs: [validate-job] name: Build security plugin - uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.10.0-rc2 + uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.10.0-rc3 with: reference: ${{ inputs.reference_security_plugins }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ac35659117..ea402b1646f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ All notable changes to the Wazuh app project will be documented in this file. -## Wazuh dashboard v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 07 +## Wazuh dashboard v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 08 ### Changed - Reduced the size of the loading logo [#373](https://github.com/wazuh/wazuh-dashboard/pull/373) +### Fixed + +- Apply the NodeJS options defined at node.options file to the node exec command [#471](https://github.com/wazuh/wazuh-dashboard/pull/471) + ### Removed - Removed the setting home:useNewHomePage from the advanced settings because the views are not finished [#282](https://github.com/wazuh/wazuh-dashboard/pull/282) diff --git a/package.json b/package.json index 5b88e97aea42..f206eb5eb004 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "wazuh": { "version": "4.10.0", - "revision": "07" + "revision": "08" }, "homepage": "https://opensearch.org", "bugs": {