Skip to content

Commit

Permalink
Compatibility with Opensearch 2.13.0 (#6592)
Browse files Browse the repository at this point in the history
* Increase WZD version to 2.13.0

* Update Node version
  • Loading branch information
Tostti authored Apr 17, 2024
1 parent 5efc20f commit bbb52cc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
18.19.0
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 v4.9.0 - OpenSearch Dashboards 2.12.0 - Revision 00
## Wazuh v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 00

### Added

Expand Down
3 changes: 3 additions & 0 deletions docker/osd-dev/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ os_versions=(
'2.11.0'
'2.11.1'
'2.12.0'
'2.13.0'

)

osd_versions=(
Expand All @@ -32,6 +34,7 @@ osd_versions=(
'2.11.0'
'2.11.1'
'2.12.0'
'2.13.0'
)

wzs_version=(
Expand Down
4 changes: 2 additions & 2 deletions plugins/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.9.0",
"revision": "00",
"pluginPlatform": {
"version": "2.12.0"
"version": "2.13.0"
},
"description": "Wazuh dashboard",
"keywords": [
Expand Down Expand Up @@ -88,4 +88,4 @@
"redux-mock-store": "^1.5.4",
"swagger-client": "^3.19.11"
}
}
}
4 changes: 2 additions & 2 deletions plugins/wazuh-check-updates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.9.0",
"revision": "00",
"pluginPlatform": {
"version": "2.12.0"
"version": "2.13.0"
},
"description": "Wazuh Check Updates",
"private": true,
Expand All @@ -28,4 +28,4 @@
"@types/md5": "^2.3.2",
"@types/node-cron": "^3.0.8"
}
}
}
4 changes: 2 additions & 2 deletions plugins/wazuh-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.9.0",
"revision": "00",
"pluginPlatform": {
"version": "2.12.0"
"version": "2.13.0"
},
"description": "Wazuh Core",
"private": true,
Expand All @@ -29,4 +29,4 @@
"@types/": "testing-library/user-event",
"@types/md5": "^2.3.2"
}
}
}
2 changes: 1 addition & 1 deletion scripts/test-packages/osd-test-packages.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# docker build --build-arg OSD_VERSION=2.12.0 --build-arg PACKAGE_NAME=wazuh-2.12.0.zip -t test-packages -f osd-test-packages.Dockerfile ./
# docker build --build-arg OSD_VERSION=2.13.0 --build-arg PACKAGE_NAME=wazuh-2.13.0.zip -t test-packages -f osd-test-packages.Dockerfile ./

ARG OSD_VERSION

Expand Down

0 comments on commit bbb52cc

Please sign in to comment.