Skip to content

Commit 6fe4d51

Browse files
authored
Bump revision to 4.11.0-03 RC1 (#528)
1 parent 3239090 commit 6fe4d51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-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/[email protected]beta1
181+
uses: wazuh/wazuh-dashboard/.github/workflows/[email protected]rc1
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/[email protected]beta1
188+
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/[email protected]rc1
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/[email protected]beta1
195+
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/[email protected]rc1
196196
with:
197197
reference: ${{ inputs.reference_security_plugins }}
198198

CHANGELOG.md

+1-1
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.11.0 - OpenSearch Dashboards 2.16.0 - Revision 02
5+
## Wazuh dashboard v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 03
66

77
### Added
88

package.json

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

0 commit comments

Comments
 (0)