Skip to content

Commit c448731

Browse files
committed
Release 2.3.3
1 parent ed16a3b commit c448731

File tree

24 files changed

+26
-18
lines changed

24 files changed

+26
-18
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PINPOINT_VERSION=2.3.2
1+
PINPOINT_VERSION=2.3.3
22
SPRING_PROFILES=release
33
#zookeeper information required
44
PINPOINT_ZOOKEEPER_ADDRESS=zoo1

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ It supports and helps you understand your application in a glance and allow you
1313

1414
## Supported Tags
1515

16+
- 2.3.3
1617
- 2.3.2
1718
- 2.3.1
1819
- 2.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Pinpoint with Java
2-
PINPOINT_VERSION=2.3.2
2+
PINPOINT_VERSION=2.3.3
33
SPRING_PROFILES=release
44
AGENT_ID=app-in-docker
55
APP_NAME=quickapp

pinpoint-agent-attach-example/tomcat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Pinpoint with Tomcat
2-
PINPOINT_VERSION=2.3.2
2+
PINPOINT_VERSION=2.3.3
33
SPRING_PROFILES=release
44
APP_PORT=8000
55
AGENT_ID=app-in-docker

pinpoint-agent/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PINPOINT_VERSION=2.3.2
1+
PINPOINT_VERSION=2.3.3
22
SPRING_PROFILES=release
33

44
### Pinpoint-Agent

pinpoint-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.7
22

3-
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
3+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.3}
44
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-agent-${PINPOINT_VERSION}.tar.gz
55

66
COPY /build/scripts/configure-agent.sh /usr/local/bin/

pinpoint-agent/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Agent component of the Pinpoint applicat
55

66
## Supported Tags
77

8+
- 2.3.3
89
- 2.3.2
910
- 2.3.1
1011
- 2.3.0

pinpoint-collector/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PINPOINT_VERSION=2.3.2
1+
PINPOINT_VERSION=2.3.3
22
SPRING_PROFILES=release
33

44
### Pinpoint-Collector

pinpoint-collector/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8-jdk-alpine
22

3-
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.2}
3+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.3.3}
44
ARG INSTALL_URL=https://github.com/naver/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-collector-boot-${PINPOINT_VERSION}.jar
55

66
RUN mkdir -p /pinpoint/config \
@@ -9,7 +9,7 @@ RUN mkdir -p /pinpoint/config \
99
COPY /build/config/pinpoint-collector.properties /pinpoint/config/
1010
COPY /build/scripts/start-collector.sh /pinpoint/scripts/
1111
#temporary line for local test
12-
#COPY /pinpoint-collector-boot-2.3.2-SNAPSHOT.jar /pinpoint/pinpoint-collector-boot.jar
12+
#COPY /pinpoint-collector-boot-2.3.3-SNAPSHOT.jar /pinpoint/pinpoint-collector-boot.jar
1313

1414
RUN apk --no-cache add curl \
1515
&& chmod a+x /pinpoint/scripts/start-collector.sh \

pinpoint-collector/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This Docker image contains the Pinpoint Collector component of the Pinpoint appl
55

66
## Supported Tags
77

8+
- 2.3.3
89
- 2.3.2
910
- 2.3.1
1011
- 2.3.0

0 commit comments

Comments
 (0)