Skip to content

Commit

Permalink
chore(otelcol): bump to version 0.110.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krzko committed Sep 29, 2024
1 parent 4bcdfce commit 1aaa964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OUTPUT:=bin
EXECUTABLE:=run-o11y-run

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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/otel-collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# dependabot will update this file when base image is updated
FROM otel/opentelemetry-collector-contrib:0.96.0
FROM otel/opentelemetry-collector-contrib:0.110.0
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
retries: 5

otel-collector:
image: otel/opentelemetry-collector-contrib:0.96.0
image: otel/opentelemetry-collector-contrib:0.110.0
container_name: otel-collector
command: [ "--config=/etc/otel-collector.yaml" ]
volumes:
Expand Down

0 comments on commit 1aaa964

Please sign in to comment.