This is an automated email from the ASF dual-hosted git repository.

wankai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new 76768b7f Update OAP version for e2e (#933)
76768b7f is described below

commit 76768b7f6ad13cbc85a937806bbcadd4c057e31c
Author: Wan Kai <[email protected]>
AuthorDate: Mon Jan 12 10:00:31 2026 +0800

    Update OAP version for e2e (#933)
---
 docs/installation/versions.md                      | 16 +++-------------
 test/e2e-v2/script/docker-compose/base-compose.yml |  2 ++
 test/e2e-v2/script/env                             |  2 +-
 3 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/docs/installation/versions.md b/docs/installation/versions.md
index 1691a504..431919c6 100644
--- a/docs/installation/versions.md
+++ b/docs/installation/versions.md
@@ -8,19 +8,9 @@ OAP releases, you need to pick the proper API versions.
 | 0.9         | 0.9                      |
 | 0.8         | 0.8                      |
 
-SkyWalking OAP release(since 10.2.0) includes 
`/config/bydb.dependencies.properties` in the binary indicates required
-API version and tested release version.
-
-```yaml
-# BanyanDB version is the version number of BanyanDB Server release.
-# This is the bundled and tested BanyanDB release version
-bydb.version=0.8
-# BanyanDB API version is the version number of the BanyanDB query APIs
-# OAP server has bundled implementation of BanyanDB Java client.
-# Please check BanyanDB documentation for the API version compatibility.
-# 
https://skywalking.apache.org/docs/skywalking-banyandb/next/installation/versions/
-# Each `bydb.api.version` could have multiple compatible release 
version(`bydb.version`).
-bydb.api.version=0.8
+SkyWalking OAP release(since 10.4.0) includes the compatible BanyanDB API 
versions number could be found in `/config/bydb.yml` and environment variable:
+```
+${SW_STORAGE_BANYANDB_COMPATIBLE_SERVER_API_VERSIONS}
 ```
 
 You can select the latest release version of the required APIs to ensure 
maximum performance and access to the latest
diff --git a/test/e2e-v2/script/docker-compose/base-compose.yml 
b/test/e2e-v2/script/docker-compose/base-compose.yml
index 083fead7..38fbc623 100644
--- a/test/e2e-v2/script/docker-compose/base-compose.yml
+++ b/test/e2e-v2/script/docker-compose/base-compose.yml
@@ -55,6 +55,8 @@ services:
     extends:
       file: ../../../docker/base-compose.yml
       service: oap
+    environment:
+      SW_STORAGE_BANYANDB_COMPATIBLE_SERVER_API_VERSIONS: "0.9,0.10"
     networks:
       - e2e
     volumes:
diff --git a/test/e2e-v2/script/env b/test/e2e-v2/script/env
index 4df39247..71b6173f 100644
--- a/test/e2e-v2/script/env
+++ b/test/e2e-v2/script/env
@@ -26,7 +26,7 @@ SW_ROVER_COMMIT=4c0cb8429a96f190ea30eac1807008d523c749c3
 SW_AGENT_PHP_COMMIT=3192c553002707d344bd6774cfab5bc61f67a1d3
 SW_PREDICTOR_COMMIT=54a0197654a3781a6f73ce35146c712af297c994
 
-SW_OAP_COMMIT=50825c5f77d097683fb83311422bbbe1d7e81ab9
+SW_OAP_COMMIT=05f70316db02230566b783b7ebcd4aa2ce132906
 SW_AGENT_E2E_SERVICE_PROVIDER_COMMIT=a2a67ca63084cddf82303155c185e3c24cf07eef
 SW_CTL_COMMIT=3b675df73824bbb80e6aabf6a95d110feb37b6b1
 SW_TRACE_MOCKER_COMMIT=a2a67ca63084cddf82303155c185e3c24cf07eef

Reply via email to