Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Wazuh 4.12.0 rev 00 #466

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -187,22 +187,22 @@ jobs:
build-base:
needs: [validate-job]
name: Build dashboard
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@4.10.3
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@4.12.0
with:
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }}
ARCHITECTURE: ${{ inputs.architecture }}

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

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

Expand Down
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@

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

## Wazuh dashboard v4.10.3 - OpenSearch Dashboards 2.16.0 - Revision 00
## Wazuh dashboard v4.12.0 - OpenSearch Dashboards 2.16.0 - Revision 00

### Added

- Support for Wazuh 4.10.3
- Support for Wazuh 4.12.0

## Wazuh dashboard v4.10.2 - OpenSearch Dashboards 2.16.0 - Revision 00
## Wazuh dashboard v4.11.0 - OpenSearch Dashboards 2.16.0 - Revision 00

### Added

- Support for Wazuh 4.10.2

## Wazuh dashboard v4.10.1 - OpenSearch Dashboards 2.16.0 - Revision 00

### Added

- Support for Wazuh 4.10.1
- Support for Wazuh 4.11.0

## Wazuh dashboard v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 06

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.10.3
v4.12.0
8 changes: 4 additions & 4 deletions dev-tools/build-packages/base-packages-to-base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Example:

```bash
bash run-docker-compose.sh \
--app 4.10.3 \
--base 4.10.3 \
--security 4.10.3 \
--app 4.12.0 \
--base 4.12.0 \
--security 4.12.0 \
--arm \
--node-version 18.19.0
```

This example will create a packages folder that inside will have the packages divided by repository of the 4.10.3 branch of each one.
This example will create a packages folder that inside will have the packages divided by repository of the 4.12.0 branch of each one.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Usage:
# docker build \
# --build-arg NODE_VERSION=18.19.0 \
# --build-arg WAZUH_DASHBOARD_BRANCH=4.10.3 \
# --build-arg WAZUH_DASHBOARD_SECURITY_BRANCH=4.10.3 \
# --build-arg WAZUH_DASHBOARD_PLUGINS_BRANCH=4.10.3 \
# --build-arg WAZUH_DASHBOARD_BRANCH=4.12.0 \
# --build-arg WAZUH_DASHBOARD_SECURITY_BRANCH=4.12.0 \
# --build-arg WAZUH_DASHBOARD_PLUGINS_BRANCH=4.12.0 \
# --build-arg ARCHITECTURE=arm \
# -t wazuh-packages-to-base:4.10.3 \
# -t wazuh-packages-to-base:4.12.0 \
# -f base-packages.Dockerfile .

ARG NODE_VERSION=18.19.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sha": "6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9"
},
"wazuh": {
"version": "4.10.3",
"version": "4.12.0",
"revision": "00"
},
"homepage": "https://opensearch.org",
Expand Down Expand Up @@ -506,4 +506,4 @@
"node": ">=14.20.1 <19",
"yarn": "^1.22.10"
}
}
}

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

Loading