Skip to content

Commit ebb8792

Browse files
committed
Release 2.5.4
1 parent 3258319 commit ebb8792

File tree

29 files changed

+32
-20
lines changed

29 files changed

+32
-20
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.5.3
1+
PINPOINT_VERSION=2.5.4
22
SPRING_PROFILES=release
33

44
# Used to make collector ip fixed for external microservices which uses pinpoint agent with collector ip.

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Installing Pinpoint with these docker files will take approximately 10min. to ch
1212
It supports and helps you understand your application in a glance and allow you to build world-class, high-quality software.
1313

1414
## Supported Tags
15+
- 2.5.4-metric (for web and collector)
16+
- 2.5.4
1517
- 2.5.3-metric (for web and collector)
1618
- 2.5.3
1719
- 2.5.2-metric (for web and collector)

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

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.5.3
2+
PINPOINT_VERSION=2.5.4
33
SPRING_PROFILES=release
44
AGENT_ID=java-app-in-docker
55
APP_NAME=JavaAttachExample

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.5.3
2+
PINPOINT_VERSION=2.5.4
33
SPRING_PROFILES=release
44
APP_PORT=8085
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.5.3
1+
PINPOINT_VERSION=2.5.4
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.5.3}
3+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.4}
44
ARG INSTALL_URL=https://github.com/pinpoint-apm/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
@@ -4,6 +4,7 @@
44
This Docker image contains the Pinpoint Agent component of the Pinpoint application monitoring system.
55

66
## Supported Tags
7+
- 2.5.4
78
- 2.5.3
89
- 2.5.2
910
- 2.5.1

pinpoint-batch/.env

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

44
### Pinpoint-Batch

pinpoint-batch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:11.0.16-jre-slim-buster
22

3-
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.3}
3+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.4}
44
ARG INSTALL_URL=https://github.com/pinpoint-apm/pinpoint/releases/download/v${PINPOINT_VERSION}/pinpoint-batch-${PINPOINT_VERSION}.jar
55

66
RUN mkdir -p /pinpoint/config \

pinpoint-batch/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This Docker image contains the Pinpoint Batch component of the Pinpoint application monitoring system.
44

55
## Supported Tags
6+
- 2.5.4
67
- 2.5.3
78
- 2.5.2
89
- 2.5.1

0 commit comments

Comments
 (0)