Skip to content

Commit 9d6eba7

Browse files
authored
Merge pull request #1438 from wazuh/enhancement/wqa8126-bump-main
Bump main branch
2 parents a8a7626 + 53f57c2 commit 9d6eba7

10 files changed

Lines changed: 35 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## Wazuh dashboard v5.1.0 - OpenSearch Dashboards 3.6.0 - Revision 00
6+
7+
### Added
8+
9+
- Support for Wazuh 5.1.0
10+
511
## Wazuh dashboard v5.0.1 - OpenSearch Dashboards 3.6.0 - Revision 00
612

713
### Added

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "5.0.1",
2+
"version": "5.1.0",
33
"stage": "alpha0"
44
}

dev-tools/build-dev-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker build \
4848
--build-arg WAZUH_DASHBOARD_SECURITY_ANALYTICS_BRANCH=migrate-main-to-3.6.0.0 \
4949
--build-arg WAZUH_DASHBOARD_ALERTING_BRANCH=main \
5050
--build-arg WAZUH_DASHBOARD_NOTIFICATIONS_BRANCH=maim \
51-
-t quay.io/wazuh/osd-dev:3.6.0-5.0.1 \
51+
-t quay.io/wazuh/osd-dev:3.6.0-5.1.0 \
5252
-f wzd.dockerfile .
5353
```
5454

@@ -126,7 +126,7 @@ docker buildx build \
126126
--build-arg NODE_VERSION=22.22.0 \
127127
--build-arg OPENSEARCH_DASHBOARD_VERSION=3.6.0.0 \
128128
--build-arg WAZUH_DASHBOARD_BRANCH=main \
129-
-t quay.io/wazuh/osd-dev:3.6.0-5.0.1 \
129+
-t quay.io/wazuh/osd-dev:3.6.0-5.1.0 \
130130
-f wzd.dockerfile \
131131
--push .
132132
```

dev-tools/build-dev-image/build-multiarch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WAZUH_DASHBOARD_SECURITY_ANALYTICS_BRANCH="main"
1111
WAZUH_DASHBOARD_ALERTING_BRANCH="main"
1212
WAZUH_DASHBOARD_NOTIFICATIONS_BRANCH="main"
1313
PLATFORM="linux/amd64,linux/arm64"
14-
TAG="3.6.0-5.0.1"
14+
TAG="3.6.0-5.1.0"
1515
PUSH=false
1616

1717
# Function to show help

dev-tools/build-packages/base-packages-to-base/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Example:
3131

3232
```bash
3333
bash run-docker-compose.sh \
34-
--app 5.0.1 \
35-
--base 5.0.1 \
36-
--security 5.0.1 \
37-
--securityAnalytics 5.0.1 \
38-
--reporting 5.0.1 \
39-
--alerting 5.0.1 \
40-
--notifications 5.0.1 \
34+
--app 5.1.0 \
35+
--base 5.1.0 \
36+
--security 5.1.0 \
37+
--securityAnalytics 5.1.0 \
38+
--reporting 5.1.0 \
39+
--alerting 5.1.0 \
40+
--notifications 5.1.0 \
4141
--arm \
4242
--node-version 22.22.0
4343
```
4444

45-
This example will create a packages folder that inside will have the packages divided by repository of the 5.0.1 git reference of each one.
45+
This example will create a packages folder that inside will have the packages divided by repository of the 5.1.0 git reference of each one.

dev-tools/build-packages/deb/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
wazuh-dashboard (5.1.0-RELEASE) stable; urgency=low
2+
3+
* More info: https://documentation.wazuh.com/current/release-notes/release-5-1-0.html
4+
5+
-- Wazuh, Inc <info@wazuh.com> Wed, 30 Sep 2026 12:00:00 +0000
6+
17
wazuh-dashboard (5.0.1-RELEASE) stable; urgency=low
28

39
* More info: https://documentation.wazuh.com/current/release-notes/release-5-0-1.html

dev-tools/build-packages/rpm/wazuh-dashboard.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ rm -fr %{buildroot}
457457
%attr(644, root, root) "/usr/lib/systemd/system/wazuh-dashboard.service"
458458

459459
%changelog
460+
* Wed Sep 30 2026 support <info@wazuh.com> - 5.1.0
461+
- More info: https://documentation.wazuh.com/current/release-notes/release-5-1-0.html
460462
* Wed Sep 09 2026 support <info@wazuh.com> - 5.0.1
461463
- More info: https://documentation.wazuh.com/current/release-notes/release-5-0-1.html
462464
* Thu Sep 03 2026 support <info@wazuh.com> - 4.10.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sha": "6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9"
2121
},
2222
"wazuh": {
23-
"version": "5.0.1",
23+
"version": "5.1.0",
2424
"revision": "00"
2525
},
2626
"homepage": "https://opensearch.org",

src/core/server/healthcheck/healthcheck/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const configSchema = schema.object({
5555
}),
5656
server_not_ready_troubleshooting_link: schema.string({
5757
defaultValue:
58-
'https://documentation.wazuh.com/5.0/user-manual/wazuh-dashboard/troubleshooting.html#none-of-the-above-solutions-are-fixing-my-problem',
58+
'https://documentation.wazuh.com/5.1/user-manual/wazuh-dashboard/troubleshooting.html#none-of-the-above-solutions-are-fixing-my-problem',
5959
validate: (value) => {
6060
const pattern = /^(https?:\/\/)[\w\-]+(\.[\w\-]+)+([/?#].*)?$/i;
6161
return pattern.test(value) ? undefined : 'Value is not valid URL.';

src/core/server/rendering/__snapshots__/rendering_service.test.ts.snap

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)