diff --git a/.env b/.env index b6510db..d1d04be 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 SPRING_PROFILES=release ### Pinpoint-Hbase @@ -32,7 +32,7 @@ HBASE_PORT=2181 WEB_DEBUG_LEVEL=INFO -BATCH_ENABLE=true +BATCH_ENABLE=false BATCH_SERVER_IP=127.0.0.1 BATCH_FLINK_SERVER=pinpoint-flink-jobmanager diff --git a/Readme.md b/Readme.md index 4c18bd8..a8fbd47 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.0.2 - 2.0.1 - Default transport module has changed from THRIFT to gRPC - Spring profiler added (check [homepage](https://naver.github.io/pinpoint/2.0.1/installation.html#profiles) for more info) diff --git a/docker-compose.yml b/docker-compose.yml index a094f52..315e894 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,7 +47,7 @@ services: image: "pinpointdocker/pinpoint-mysql:${PINPOINT_VERSION}" hostname: pinpoint-mysql ports: - - "13306:3306" + - "3306:3306" environment: - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} - MYSQL_USER=${MYSQL_USER} diff --git a/pinpoint-agent-attach-example/java/.env b/pinpoint-agent-attach-example/java/.env index f601ca7..d8e0377 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.1 +PINPOINT_VERSION=2.0.2 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 0c99370..49bdb1f 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.1 +PINPOINT_VERSION=2.0.2 SPRING_PROFILES=release APP_PORT=8000 AGENT_ID=app-in-docker diff --git a/pinpoint-agent/.env b/pinpoint-agent/.env index b651b81..5dbe9f7 100644 --- a/pinpoint-agent/.env +++ b/pinpoint-agent/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 SPRING_PROFILES=release ### Pinpoint-Agent diff --git a/pinpoint-agent/Dockerfile b/pinpoint-agent/Dockerfile index 35fd266..1ef4408 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.1} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} 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 dacbb72..69fad27 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.0.2 - 2.0.1 - 1.8.5 - 1.8.4 diff --git a/pinpoint-collector/.env b/pinpoint-collector/.env index 3901f20..3322e54 100644 --- a/pinpoint-collector/.env +++ b/pinpoint-collector/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 SPRING_PROFILES=release ### Pinpoint-Collector diff --git a/pinpoint-collector/Dockerfile b/pinpoint-collector/Dockerfile index bf96946..fd65249 100644 --- a/pinpoint-collector/Dockerfile +++ b/pinpoint-collector/Dockerfile @@ -2,7 +2,7 @@ FROM tomcat:8-jre8 LABEL maintainer="Roy Kim " -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-${PINPOINT_VERSION}.war diff --git a/pinpoint-collector/Readme.md b/pinpoint-collector/Readme.md index d6fdf3f..3556a33 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.0.2 - 2.0.1 - 1.8.5 - 1.8.4 diff --git a/pinpoint-flink/.env b/pinpoint-flink/.env index 6c610a8..3c5902b 100644 --- a/pinpoint-flink/.env +++ b/pinpoint-flink/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 ### Pinpoint-flink diff --git a/pinpoint-hbase/.env b/pinpoint-hbase/.env index 23bbfd3..3342a03 100644 --- a/pinpoint-hbase/.env +++ b/pinpoint-hbase/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 ### Pinpoint-Hbase diff --git a/pinpoint-hbase/Dockerfile b/pinpoint-hbase/Dockerfile index fa80411..8267395 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.1} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} 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 be1bcfe..ff31189 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.0.2 - 2.0.1 - 1.8.5 - 1.8.4 diff --git a/pinpoint-mysql/.env b/pinpoint-mysql/.env index 4737da9..d2ea189 100644 --- a/pinpoint-mysql/.env +++ b/pinpoint-mysql/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 ### Pinpoint-mysql MYSQL_ROOT_PASSWORD=root123 diff --git a/pinpoint-mysql/Dockerfile b/pinpoint-mysql/Dockerfile index 5b8d86a..dbf9da6 100644 --- a/pinpoint-mysql/Dockerfile +++ b/pinpoint-mysql/Dockerfile @@ -1,6 +1,6 @@ FROM mysql:5.7 -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} 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 a5a8739..818468b 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.0.2 - 2.0.1 - 1.8.5 - 1.8.4 diff --git a/pinpoint-mysql/docker-compose.yml b/pinpoint-mysql/docker-compose.yml index 2a04ccf..37eb022 100644 --- a/pinpoint-mysql/docker-compose.yml +++ b/pinpoint-mysql/docker-compose.yml @@ -14,7 +14,7 @@ services: hostname: pinpoint-mysql ports: - - "13306:3306" + - "3306:3306" environment: - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} - MYSQL_USER=${MYSQL_USER} diff --git a/pinpoint-quickstart/.env b/pinpoint-quickstart/.env index 297a6d5..5594398 100644 --- a/pinpoint-quickstart/.env +++ b/pinpoint-quickstart/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 SPRING_PROFILES=release ### Pinpoint-Agent diff --git a/pinpoint-web/.env b/pinpoint-web/.env index 74897b2..5952341 100644 --- a/pinpoint-web/.env +++ b/pinpoint-web/.env @@ -1,4 +1,4 @@ -PINPOINT_VERSION=2.0.1 +PINPOINT_VERSION=2.0.2 SPRING_PROFILES=release ### Pinpoint-Web diff --git a/pinpoint-web/Dockerfile b/pinpoint-web/Dockerfile index 58c310d..65133cc 100644 --- a/pinpoint-web/Dockerfile +++ b/pinpoint-web/Dockerfile @@ -2,7 +2,7 @@ FROM tomcat:8-jre8 LABEL maintainer="Roy Kim " -ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.1} +ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.0.2} ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-web-${PINPOINT_VERSION}.war COPY /build/scripts/start-web.sh /usr/local/bin/ diff --git a/pinpoint-web/Readme.md b/pinpoint-web/Readme.md index 470fa53..5275bee 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.0.2 - 2.0.1 - 1.8.5 - 1.8.4