Skip to content

Commit 3c5141a

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.147.0 (#1041)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2838d06 commit 3c5141a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

javaagent/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
depends_on:
1111
- collector
1212
collector:
13-
image: otel/opentelemetry-collector-contrib:0.146.1@sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c
13+
image: otel/opentelemetry-collector-contrib:0.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5
1414
volumes:
1515
- ./collector-config.yaml:/collector-config.yaml
1616
command: ["--config=/collector-config.yaml"]

log-appender/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
collector:
4-
image: otel/opentelemetry-collector-contrib:0.146.1@sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c
4+
image: otel/opentelemetry-collector-contrib:0.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5
55
volumes:
66
- ./otel-config.yaml:/otel-config.yaml
77
command: ["--config=/otel-config.yaml"]

spring-native/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
depends_on:
1111
- collector
1212
collector:
13-
image: otel/opentelemetry-collector-contrib:0.146.1@sha256:f6e429c1052ab50f85a7afa5f7e32f25931697751622b0e1f453d10f79a1df3c
13+
image: otel/opentelemetry-collector-contrib:0.147.0@sha256:e7c92c715f28ff142f3bcaccd4fc5603cf4c71276ef09954a38eb4038500a5a5
1414
volumes:
1515
- ./collector-spring-native-config.yaml:/collector-spring-native-config.yaml
1616
command: ["--config=/collector-spring-native-config.yaml"]

0 commit comments

Comments
 (0)