Skip to content

Commit 1aaa964

Browse files
committed
chore(otelcol): bump to version 0.110.0
1 parent 4bcdfce commit 1aaa964

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
OUTPUT:=bin
44
EXECUTABLE:=run-o11y-run
55

6-
VERSION:=v0.13.0
6+
VERSION:=v0.13.1
77
COMMIT=$(shell git describe --tags --always --long)
88
NOW=$(shell date +'%Y%m%d')
99

dockerfiles/otel-collector/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# dependabot will update this file when base image is updated
2-
FROM otel/opentelemetry-collector-contrib:0.96.0
2+
FROM otel/opentelemetry-collector-contrib:0.110.0

internal/files/files/grafana/run-o11y-run/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
retries: 5
6666

6767
otel-collector:
68-
image: otel/opentelemetry-collector-contrib:0.96.0
68+
image: otel/opentelemetry-collector-contrib:0.110.0
6969
container_name: otel-collector
7070
command: [ "--config=/etc/otel-collector.yaml" ]
7171
volumes:

0 commit comments

Comments
 (0)