Skip to content

Commit 94379d4

Browse files
committed
Release 2.4.2
1 parent 61065c6 commit 94379d4

File tree

27 files changed

+29
-29
lines changed

27 files changed

+29
-29
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.4.1
1+
PINPOINT_VERSION=2.4.2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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-
15+
- 2.4.2
1616
- 2.4.1
1717
- 2.4.0
1818
- 2.3.3

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.4.1
2+
PINPOINT_VERSION=2.4.2
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.4.1
2+
PINPOINT_VERSION=2.4.2
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.4.1
1+
PINPOINT_VERSION=2.4.2
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.4.1}
3+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.4.2}
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This Docker image contains the Pinpoint Agent component of the Pinpoint application monitoring system.
55

66
## Supported Tags
7-
7+
- 2.4.2
88
- 2.4.1
99
- 2.4.0
1010
- 2.3.3

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.4.1
1+
PINPOINT_VERSION=2.4.2
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.4.1}
3+
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.4.2}
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This Docker image contains the Pinpoint Batch component of the Pinpoint application monitoring system.
44

55
## Supported Tags
6-
6+
- 2.4.2
77
- 2.4.1
88
- 2.4.0
99

0 commit comments

Comments
 (0)