From d2be558190bb02bbec6ecee2aca6c2dd3e0125b7 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Tue, 11 Aug 2020 20:01:59 +0800 Subject: [PATCH] prepare release 3.3.9 --- Dockerfile | 2 +- Dockerfile-No-Jdk | 2 +- bin/as.sh | 6 +++--- boot/src/main/java/com/taobao/arthas/boot/Bootstrap.java | 2 +- site/src/site/sphinx/en/http-api.md | 6 +++--- site/src/site/sphinx/http-api.md | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 747267f51..ed8caf319 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8-jdk-alpine -ARG ARTHAS_VERSION="3.3.8" +ARG ARTHAS_VERSION="3.3.9" ARG MIRROR=false ENV MAVEN_HOST=https://repo1.maven.org/maven2 \ diff --git a/Dockerfile-No-Jdk b/Dockerfile-No-Jdk index 4dcdc4b32..7cbb7f5c7 100644 --- a/Dockerfile-No-Jdk +++ b/Dockerfile-No-Jdk @@ -1,6 +1,6 @@ FROM alpine -ARG ARTHAS_VERSION="3.3.8" +ARG ARTHAS_VERSION="3.3.9" ARG MIRROR=false ENV MAVEN_HOST=https://repo1.maven.org/maven2 \ diff --git a/bin/as.sh b/bin/as.sh index f33b90c14..4b29b596c 100755 --- a/bin/as.sh +++ b/bin/as.sh @@ -8,10 +8,10 @@ # program : Arthas # author : Core Engine @ Taobao.com -# date : 2020-08-10 +# date : 2020-08-11 # current arthas script version -ARTHAS_SCRIPT_VERSION=3.3.8 +ARTHAS_SCRIPT_VERSION=3.3.9 # SYNOPSIS # rreadlink @@ -430,7 +430,7 @@ EXAMPLES: ./as.sh --stat-url 'http://192.168.10.11:8080/api/stat' ./as.sh -c 'sysprop; thread' ./as.sh -f batch.as - ./as.sh --use-version 3.3.8 + ./as.sh --use-version 3.3.9 ./as.sh --session-timeout 3600 ./as.sh --attach-only ./as.sh --select arthas-demo diff --git a/boot/src/main/java/com/taobao/arthas/boot/Bootstrap.java b/boot/src/main/java/com/taobao/arthas/boot/Bootstrap.java index c1f0f2e36..c99370132 100644 --- a/boot/src/main/java/com/taobao/arthas/boot/Bootstrap.java +++ b/boot/src/main/java/com/taobao/arthas/boot/Bootstrap.java @@ -52,7 +52,7 @@ import static com.taobao.arthas.boot.ProcessUtils.STATUS_EXEC_TIMEOUT; + " java -jar arthas-boot.jar --stat-url 'http://192.168.10.11:8080/api/stat'\n" + " java -jar arthas-boot.jar -c 'sysprop; thread' \n" + " java -jar arthas-boot.jar -f batch.as \n" - + " java -jar arthas-boot.jar --use-version 3.3.8\n" + + " java -jar arthas-boot.jar --use-version 3.3.9\n" + " java -jar arthas-boot.jar --versions\n" + " java -jar arthas-boot.jar --select arthas-demo\n" + " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n" diff --git a/site/src/site/sphinx/en/http-api.md b/site/src/site/sphinx/en/http-api.md index 3f4656bf4..247aa6137 100644 --- a/site/src/site/sphinx/en/http-api.md +++ b/site/src/site/sphinx/en/http-api.md @@ -113,7 +113,7 @@ The response is as follows: "results" : [ { "type" : "version", - "version" : "3.3.8-SNAPSHOT", + "version" : "3.3.7", "jobId" : 5 }, { @@ -146,7 +146,7 @@ Response data format description: ```json [{ "type" : "version", - "version" : "3.3.8-SNAPSHOT", + "version" : "3.3.7", "jobId" : 5 }, { @@ -303,7 +303,7 @@ The response content is as follows: "jobId" : 0, "pid" : "7909", "wiki" : "https://arthas.aliyun.com/doc", - "version" : "3.3.8-SNAPSHOT" + "version" : "3.3.7" }, { "inputStatus" : "ALLOW_INPUT", diff --git a/site/src/site/sphinx/http-api.md b/site/src/site/sphinx/http-api.md index 41817d6d7..778785e94 100644 --- a/site/src/site/sphinx/http-api.md +++ b/site/src/site/sphinx/http-api.md @@ -90,7 +90,7 @@ curl -Ss -XPOST http://localhost:8563/api -d ' "results" : [ { "type" : "version", - "version" : "3.3.8-SNAPSHOT", + "version" : "3.3.7", "jobId" : 5 }, { @@ -120,7 +120,7 @@ curl -Ss -XPOST http://localhost:8563/api -d ' ```json [{ "type" : "version", - "version" : "3.3.8-SNAPSHOT", + "version" : "3.3.7", "jobId" : 5 }, { @@ -250,7 +250,7 @@ while true; do curl -Ss -XPOST http://localhost:8563/api -d ' "jobId" : 0, "pid" : "7909", "wiki" : "https://arthas.aliyun.com/doc", - "version" : "3.3.8-SNAPSHOT" + "version" : "3.3.7" }, { "inputStatus" : "ALLOW_INPUT",