Skip to content

Commit f60b869

Browse files
chore(deps): bump otel/opentelemetry-collector docker tag to v0.142.0 (#6785)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d5fac6 commit f60b869

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/AspNetCore/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22

33
# OTEL Collector to receive logs, metrics and traces from the application
44
otel-collector:
5-
image: otel/opentelemetry-collector:0.141.0@sha256:b54b114431b2aa031c28f590507b4a17daabd59a4d797eb7fddd7988b4d3e3ea
5+
image: otel/opentelemetry-collector:0.142.0@sha256:27e249dac470545ed31beefc86f9e1dc260a21e85aaa256903a2b6e0393a2d91
66
command: [ "--config=/etc/otel-collector.yaml" ]
77
volumes:
88
- ./otel-collector.yaml:/etc/otel-collector.yaml

examples/MicroserviceExample/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
# You can choose to configure different visualization backends by modifying the otel-collector-config.yaml file.
99
# Alternatively, you can have the services export traces directly to Zipkin by https://github.com/openzipkin-contrib/zipkin-otel.
1010
otel-collector:
11-
image: otel/opentelemetry-collector:0.141.0@sha256:b54b114431b2aa031c28f590507b4a17daabd59a4d797eb7fddd7988b4d3e3ea
11+
image: otel/opentelemetry-collector:0.142.0@sha256:27e249dac470545ed31beefc86f9e1dc260a21e85aaa256903a2b6e0393a2d91
1212
command: ["--config=/etc/otel-collector-config.yaml"]
1313
volumes:
1414
- ./otel-collector-config.yaml:/etc/otel-collector-config.yaml

test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
"
2020
2121
otel-collector:
22-
image: otel/opentelemetry-collector:0.141.0@sha256:b54b114431b2aa031c28f590507b4a17daabd59a4d797eb7fddd7988b4d3e3ea
22+
image: otel/opentelemetry-collector:0.142.0@sha256:27e249dac470545ed31beefc86f9e1dc260a21e85aaa256903a2b6e0393a2d91
2323
volumes:
2424
- ./test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest:/cfg
2525
command: --config=/cfg/otel-collector-config.yaml

0 commit comments

Comments
 (0)