diff --git a/.env b/.env index 5219c6e..943a4a7 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 SPRING_PROFILES=release #zookeeper information required PINPOINT_ZOOKEEPER_ADDRESS=zoo1 diff --git a/Readme.md b/Readme.md index 0da10a9..d3cc583 100644 --- a/Readme.md +++ b/Readme.md @@ -13,6 +13,7 @@ It supports and helps you understand your application in a glance and allow you ## Supported Tags + - 2.1.0 - 2.0.4 - 2.0.3 - 2.0.2 diff --git a/pinpoint-agent-attach-example/java/.env b/pinpoint-agent-attach-example/java/.env index a809974..dcd5839 100644 --- a/pinpoint-agent-attach-example/java/.env +++ b/pinpoint-agent-attach-example/java/.env @@ -1,5 +1,5 @@ ### Pinpoint with Java -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 SPRING_PROFILES=release AGENT_ID=app-in-docker APP_NAME=quickapp \ No newline at end of file diff --git a/pinpoint-agent-attach-example/tomcat/.env b/pinpoint-agent-attach-example/tomcat/.env index cd3dc14..44c940d 100644 --- a/pinpoint-agent-attach-example/tomcat/.env +++ b/pinpoint-agent-attach-example/tomcat/.env @@ -1,5 +1,5 @@ ### Pinpoint with Tomcat -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 SPRING_PROFILES=release APP_PORT=8000 AGENT_ID=app-in-docker diff --git a/pinpoint-agent/.env b/pinpoint-agent/.env index c809d5a..241c22f 100644 --- a/pinpoint-agent/.env +++ b/pinpoint-agent/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 SPRING_PROFILES=release ### Pinpoint-Agent diff --git a/pinpoint-agent/Dockerfile b/pinpoint-agent/Dockerfile index bf8aa56..1a5fa9d 100644 --- a/pinpoint-agent/Dockerfile +++ b/pinpoint-agent/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.7 LABEL maintainer="Roy Kim " -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.4} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.1.0} ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz COPY /build/scripts/configure-agent.sh /usr/local/bin/ diff --git a/pinpoint-agent/Readme.md b/pinpoint-agent/Readme.md index 3752d9f..b8b28a3 100644 --- a/pinpoint-agent/Readme.md +++ b/pinpoint-agent/Readme.md @@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Agent component of the Pinpoint applicat ## Supported Tags + - 2.1.0 - 2.0.4 - 2.0.3 - 2.0.2 diff --git a/pinpoint-collector/.env b/pinpoint-collector/.env index e123f61..5b1456e 100644 --- a/pinpoint-collector/.env +++ b/pinpoint-collector/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 SPRING_PROFILES=release ### Pinpoint-Collector diff --git a/pinpoint-collector/Dockerfile b/pinpoint-collector/Dockerfile index 74c39e4..e213128 100644 --- a/pinpoint-collector/Dockerfile +++ b/pinpoint-collector/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:8-jdk-alpine LABEL maintainer="Roy Kim " -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.4} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.1.0} ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-boot-${PINPOINT_VERSION}.jar diff --git a/pinpoint-collector/Readme.md b/pinpoint-collector/Readme.md index 84c6f57..ae88cd1 100644 --- a/pinpoint-collector/Readme.md +++ b/pinpoint-collector/Readme.md @@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Collector component of the Pinpoint appl ## Supported Tags + - 2.1.0 - 2.0.4 - 2.0.3 - 2.0.2 diff --git a/pinpoint-flink/.env b/pinpoint-flink/.env index 4da0086..764c13e 100644 --- a/pinpoint-flink/.env +++ b/pinpoint-flink/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 ### Pinpoint-flink diff --git a/pinpoint-hbase/.env b/pinpoint-hbase/.env index 7989a41..446bf4a 100644 --- a/pinpoint-hbase/.env +++ b/pinpoint-hbase/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 ### Pinpoint-Hbase diff --git a/pinpoint-hbase/Dockerfile b/pinpoint-hbase/Dockerfile index 9690981..957643e 100644 --- a/pinpoint-hbase/Dockerfile +++ b/pinpoint-hbase/Dockerfile @@ -2,7 +2,7 @@ FROM java:8-jdk LABEL maintainer="Roy Kim " -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.4} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.1.0} ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/hbase ENV HBASE_SUB_REPOSITORY=http://archive.apache.org/dist/hbase diff --git a/pinpoint-hbase/Readme.md b/pinpoint-hbase/Readme.md index 4de06c7..0c01f30 100644 --- a/pinpoint-hbase/Readme.md +++ b/pinpoint-hbase/Readme.md @@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Hbase component of the Pinpoint applicat ## Supported Tags + - 2.1.0 - 2.0.4 - 2.0.3 - 2.0.2 diff --git a/pinpoint-mysql/.env b/pinpoint-mysql/.env index 23980ac..a9aead1 100644 --- a/pinpoint-mysql/.env +++ b/pinpoint-mysql/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 ### Pinpoint-mysql MYSQL_ROOT_PASSWORD=root123 diff --git a/pinpoint-mysql/Dockerfile b/pinpoint-mysql/Dockerfile index 125e6ce..f2e5638 100644 --- a/pinpoint-mysql/Dockerfile +++ b/pinpoint-mysql/Dockerfile @@ -1,6 +1,6 @@ FROM mysql:5.7 -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.4} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.1.0} RUN apt update \ && apt-get install -y --no-install-recommends ca-certificates wget \ diff --git a/pinpoint-mysql/Readme.md b/pinpoint-mysql/Readme.md index 8cde6b2..6b52fdc 100644 --- a/pinpoint-mysql/Readme.md +++ b/pinpoint-mysql/Readme.md @@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Mysql component of the Pinpoint applicat ## Supported Tags + - 2.1.0 - 2.0.4 - 2.0.3 - 2.0.2 diff --git a/pinpoint-quickstart/.env b/pinpoint-quickstart/.env index 69883ce..df75658 100644 --- a/pinpoint-quickstart/.env +++ b/pinpoint-quickstart/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 SPRING_PROFILES=release ### Pinpoint-Agent diff --git a/pinpoint-web/.env b/pinpoint-web/.env index 7f10b14..0ffb739 100644 --- a/pinpoint-web/.env +++ b/pinpoint-web/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.4 +PINPOINT_VERSION=2.1.0 SPRING_PROFILES=release ### Pinpoint-Web diff --git a/pinpoint-web/Dockerfile b/pinpoint-web/Dockerfile index 99745b1..e2417d0 100644 --- a/pinpoint-web/Dockerfile +++ b/pinpoint-web/Dockerfile @@ -2,7 +2,7 @@ FROM openjdk:8-jdk-alpine LABEL maintainer="Roy Kim " -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.4} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.1.0} ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-boot-${PINPOINT_VERSION}.jar RUN mkdir -p /pinpoint/config \ diff --git a/pinpoint-web/Readme.md b/pinpoint-web/Readme.md index c66fd76..8cfe9b8 100644 --- a/pinpoint-web/Readme.md +++ b/pinpoint-web/Readme.md @@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Web component of the Pinpoint applicatio ## Supported Tags + - 2.1.0 - 2.0.4 - 2.0.3 - 2.0.2