Skip to content

Commit d8d2ff8

Browse files
authored
Bump 4.10.0 rev 08 (#475)
1 parent d517210 commit d8d2ff8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/build_wazuh_dashboard_with_plugins.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,21 @@ jobs:
178178
build-base:
179179
needs: [validate-job]
180180
name: Build dashboard
181-
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.10.0-rc2
181+
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.10.0-rc3
182182
with:
183183
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }}
184184

185185
build-main-plugins:
186186
needs: [validate-job]
187187
name: Build plugins
188-
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.10.0-rc2
188+
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.10.0-rc3
189189
with:
190190
reference: ${{ inputs.reference_wazuh_plugins }}
191191

192192
build-security-plugin:
193193
needs: [validate-job]
194194
name: Build security plugin
195-
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.10.0-rc2
195+
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.10.0-rc3
196196
with:
197197
reference: ${{ inputs.reference_security_plugins }}
198198

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
All notable changes to the Wazuh app project will be documented in this file.
44

5-
## Wazuh dashboard v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 07
5+
## Wazuh dashboard v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 08
66

77
### Changed
88

99
- Reduced the size of the loading logo [#373](https://github.com/wazuh/wazuh-dashboard/pull/373)
1010

11+
### Fixed
12+
13+
- Apply the NodeJS options defined at node.options file to the node exec command [#471](https://github.com/wazuh/wazuh-dashboard/pull/471)
14+
1115
### Removed
1216

1317
- Removed the setting home:useNewHomePage from the advanced settings because the views are not finished [#282](https://github.com/wazuh/wazuh-dashboard/pull/282)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"wazuh": {
2323
"version": "4.10.0",
24-
"revision": "07"
24+
"revision": "08"
2525
},
2626
"homepage": "https://opensearch.org",
2727
"bugs": {

0 commit comments

Comments
 (0)