diff --git a/.github/workflows/build_wazuh_dashboard_with_plugins.yml b/.github/workflows/build_wazuh_dashboard_with_plugins.yml index fec95b81e733..1a0b6618a9ae 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-rc1 + uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.10.0-rc2 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-rc1 + uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.10.0-rc2 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-rc1 + uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.10.0-rc2 with: reference: ${{ inputs.reference_security_plugins }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c793a7ec33d..e3ac35659117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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 06 +## Wazuh dashboard v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 07 ### Changed diff --git a/package.json b/package.json index d6abffa65564..5b88e97aea42 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "wazuh": { "version": "4.10.0", - "revision": "06" + "revision": "07" }, "homepage": "https://opensearch.org", "bugs": {