Skip to content

Commit 208b313

Browse files
committed
Support new stage RC1 for 4.10.5
1 parent 4b32d52 commit 208b313

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/4_builderpackage_dashboard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
build-base:
202202
needs: [validate-job]
203203
name: Build dashboard
204-
uses: wazuh/wazuh-dashboard/.github/workflows/4_builderpackage_dashboard_core.yml@4.10.5
204+
uses: wazuh/wazuh-dashboard/.github/workflows/4_builderpackage_dashboard_core.yml@v4.10.5-rc1
205205
with:
206206
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }}
207207
execution_repository: 'wazuh-dashboard/4_builderpackage_dashboard'
@@ -213,7 +213,7 @@ jobs:
213213
permissions:
214214
pull-requests: write
215215
id-token: write
216-
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/4_builderpackage_plugins.yml@4.10.5
216+
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/4_builderpackage_plugins.yml@v4.10.5-rc1
217217
with:
218218
reference: ${{ inputs.reference_wazuh_plugins }}
219219
execution_repository: 'wazuh-dashboard/4_builderpackage_dashboard'
@@ -225,7 +225,7 @@ jobs:
225225
permissions:
226226
pull-requests: write
227227
id-token: write
228-
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/4_builderpackage_security_plugin.yml@4.10.5
228+
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/4_builderpackage_security_plugin.yml@v4.10.5-rc1
229229
with:
230230
reference: ${{ inputs.reference_security_plugins }}
231231
execution_repository: 'wazuh-dashboard/4_builderpackage_dashboard'

.github/workflows/build_wazuh_dashboard_with_plugins.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
build-base:
179179
needs: [validate-job]
180180
name: Build dashboard
181-
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.10.4-rc1
181+
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.10.5-rc1
182182
with:
183183
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }}
184184

@@ -187,7 +187,7 @@ jobs:
187187
name: Build plugins
188188
permissions:
189189
pull-requests: write
190-
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.10.4-rc1
190+
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.10.5-rc1
191191
with:
192192
reference: ${{ inputs.reference_wazuh_plugins }}
193193

@@ -196,7 +196,7 @@ jobs:
196196
name: Build security plugin
197197
permissions:
198198
pull-requests: write
199-
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.10.4-rc1
199+
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.10.5-rc1
200200
with:
201201
reference: ${{ inputs.reference_security_plugins }}
202202

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Wazuh dashboard v4.10.5 - OpenSearch Dashboards 2.19.6 - Revision 00
5+
## Wazuh dashboard v4.10.5 - OpenSearch Dashboards 2.19.6 - Revision 01
66

77
### Added
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"wazuh": {
2323
"version": "4.10.5",
24-
"revision": "00"
24+
"revision": "01"
2525
},
2626
"homepage": "https://opensearch.org",
2727
"bugs": {
@@ -533,4 +533,4 @@
533533
"node": ">=14.20.1 <19",
534534
"yarn": "^1.22.10"
535535
}
536-
}
536+
}

0 commit comments

Comments
 (0)