Skip to content

Commit

Permalink
Bump version 4.9.2 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Sep 6, 2024
1 parent 7202d7f commit 570d99c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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 @@ -103,21 +103,21 @@ jobs:
build-base:
needs: [validate-inputs]
name: Build dashboard
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@4.9.1
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@4.9.2
with:
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }}

build-main-plugins:
needs: [validate-inputs]
name: Build plugins
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@4.9.1
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@4.9.2
with:
reference: ${{ inputs.reference_wazuh_plugins }}

build-security-plugin:
needs: [validate-inputs]
name: Build security plugin
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@4.9.1
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@4.9.2
with:
reference: ${{ inputs.reference_security_plugins }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sha": "6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9"
},
"wazuh": {
"version": "4.9.1",
"version": "4.9.2",
"revision": "00"
},
"homepage": "https://opensearch.org",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 570d99c

Please sign in to comment.