Skip to content

Commit

Permalink
chore(deps): update dependency open-telemetry/opentelemetry-collector…
Browse files Browse the repository at this point in the history
…-releases to v0.111.0 (#108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent dba11b0 commit 8ea6bf5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO ?= go
GORELEASER ?= goreleaser

OTELCOL_BUILDER_VERSION ?= 0.110.0
OTELCOL_BUILDER_VERSION ?= 0.111.0
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-kafka/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist:
module: github.com/jpkrohling/otelcol-distributions/kafka
name: otelcol
description: A distribution of the OpenTelemetry Collector with Kafka receiver and exporter
version: 0.110.0
version: 0.111.0
output_path: ./_build
otelcol_version: 0.108.1

Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-loadbalancer/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist:
module: github.com/jpkrohling/otelcol-distributions/otelcol-loadbalancer
name: otelcol
description: Load-balancer distribution of the OpenTelemetry Collector
version: 0.110.0
version: 0.111.0
output_path: ./_build
otelcol_version: 0.108.1

Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-otlp/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist:
module: github.com/jpkrohling/otelcol-distributions/otelcol-otlp
name: otelcol
description: OTLP distribution of the OpenTelemetry Collector
version: 0.110.0
version: 0.111.0
output_path: ./_build
otelcol_version: 0.108.1

Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-sampling/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist:
module: github.com/jpkrohling/otelcol-distributions/otelcol-sampling
name: otelcol
description: OpenTelemetry Collector distribution with sampling processors
version: 0.110.0
version: 0.111.0
output_path: ./_build
otelcol_version: 0.108.1

Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-tracing/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist:
module: github.com/jpkrohling/otelcol-distributions/tracing
name: otelcol
description: Distributed tracing distribution of the OpenTelemetry Collector
version: 0.110.0
version: 0.111.0
output_path: ./_build
otelcol_version: 0.108.1

Expand Down

0 comments on commit 8ea6bf5

Please sign in to comment.