prepare release

This commit is contained in:
hengyunabc
2019-05-15 17:30:49 +08:00
parent c61fd13763
commit ec5eee1480
6 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM openjdk:8-jdk-alpine
ARG ARTHAS_VERSION="3.1.0"
ARG ARTHAS_VERSION="3.1.1"
ARG MIRROR=false
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine
ARG ARTHAS_VERSION="3.1.0"
ARG ARTHAS_VERSION="3.1.1"
ARG MIRROR=false
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
+3 -3
View File
@@ -8,10 +8,10 @@
# program : Arthas
# author : Core Engine @ Taobao.com
# date : 2019-02-14
# date : 2019-05-15
# current arthas script version
ARTHAS_SCRIPT_VERSION=3.1.0
ARTHAS_SCRIPT_VERSION=3.1.1
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -426,7 +426,7 @@ EXAMPLES:
./as.sh --telnet-port 9999 --http-port -1
./as.sh -c 'sysprop; thread' <pid>
./as.sh -f batch.as <pid>
./as.sh --use-version 3.1.0
./as.sh --use-version 3.1.1
./as.sh --session-timeout 3600
./as.sh --attach-only
./as.sh --repo-mirror aliyun --use-http
@@ -44,7 +44,7 @@ import com.taobao.middleware.cli.annotations.Summary;
+ " java -jar arthas-boot.jar --telnet-port 9999 --http-port -1\n"
+ " java -jar arthas-boot.jar -c 'sysprop; thread' <pid>\n"
+ " java -jar arthas-boot.jar -f batch.as <pid>\n"
+ " java -jar arthas-boot.jar --use-version 3.1.0\n"
+ " java -jar arthas-boot.jar --use-version 3.1.1\n"
+ " java -jar arthas-boot.jar --versions\n"
+ " java -jar arthas-boot.jar --session-timeout 3600\n" + " java -jar arthas-boot.jar --attach-only\n"
+ " java -jar arthas-boot.jar --repo-mirror aliyun --use-http\n" + "WIKI:\n"
+6
View File
@@ -1,6 +1,12 @@
Release Notes
=============
v3.1.1
---
* [https://github.com/alibaba/arthas/releases/tag/3.1.1](https://github.com/alibaba/arthas/releases/tag/3.1.1)
v3.1.0
---
+6
View File
@@ -2,6 +2,12 @@
Release Notes
===
v3.1.1
---
* [https://github.com/alibaba/arthas/releases/tag/3.1.1](https://github.com/alibaba/arthas/releases/tag/3.1.1)
v3.1.0
---