This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/master by this push:
new 48345ed8ffc Upgrade quickstart versions. OAP -> 10.2, BanyanDB -> 0.8
48345ed8ffc is described below
commit 48345ed8ffcb3152c70134db4999e14722fc3373
Author: Wu Sheng <[email protected]>
AuthorDate: Mon Apr 7 09:18:03 2025 +0800
Upgrade quickstart versions. OAP -> 10.2, BanyanDB -> 0.8
---
content/quickstart-docker.ps1 | 4 ++--
content/quickstart-docker.sh | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/quickstart-docker.ps1 b/content/quickstart-docker.ps1
index bcbd5f57110..b4171a394b6 100644
--- a/content/quickstart-docker.ps1
+++ b/content/quickstart-docker.ps1
@@ -15,8 +15,8 @@
# limitations under the License.
# Default values for SkyWalking versions
-$SW_VERSION = "9.7.0"
-$SW_BANYANDB_VERSION = "0.5.0"
+$SW_VERSION = "10.2.0"
+$SW_BANYANDB_VERSION = "0.8.0"
$COMPOSE_FILE_PATH = ".\docker-compose.yml"
$env:BANYANDB_IMAGE = "apache/skywalking-banyandb:$SW_BANYANDB_VERSION"
diff --git a/content/quickstart-docker.sh b/content/quickstart-docker.sh
index 1a84ca51fb5..b5b071db01c 100644
--- a/content/quickstart-docker.sh
+++ b/content/quickstart-docker.sh
@@ -20,8 +20,8 @@ set -e
SW_STORAGE=
-SW_VERSION=${SW_VERSION:-10.1.0}
-SW_BANYANDB_VERSION=${SW_BANYANDB_VERSION:-0.7.1}
+SW_VERSION=${SW_VERSION:-10.2.0}
+SW_BANYANDB_VERSION=${SW_BANYANDB_VERSION:-0.8.0}
usage() {
echo "Usage: quickstart-docker.sh [-f]"