Skip to content

Commit

Permalink
Bump revision to 4.11.0-02 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Feb 6, 2025
1 parent aefb815 commit 9ca4082
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,21 @@ jobs:
build-base:
needs: [validate-job]
name: Build dashboard
uses: wazuh/wazuh-dashboard/.github/workflows/[email protected]alpha1
uses: wazuh/wazuh-dashboard/.github/workflows/[email protected]beta1
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/[email protected]alpha1
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/[email protected]beta1
with:
reference: ${{ inputs.reference_wazuh_plugins }}

build-security-plugin:
needs: [validate-job]
name: Build security plugin
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/[email protected]alpha1
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/[email protected]beta1
with:
reference: ${{ inputs.reference_security_plugins }}

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Wazuh dashboard v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 01
## Wazuh dashboard v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 02

### Added

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"wazuh": {
"version": "4.11.0",
"revision": "01"
"revision": "02"
},
"homepage": "https://opensearch.org",
"bugs": {
Expand Down Expand Up @@ -506,4 +506,4 @@
"node": ">=14.20.1 <19",
"yarn": "^1.22.10"
}
}
}

0 comments on commit 9ca4082

Please sign in to comment.