Skip to content

Commit 836a2bd

Browse files
chore(deps): update dependency opentelemetry-collector to v0.128.0 (#530)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opentelemetry-collector](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `v0.127.0` -> `v0.128.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (opentelemetry-collector)</summary> ### [`v0.128.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01280) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.127.0...v0.128.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC40IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZG9ja2VyLWRlcGVuZGVuY3kiXX0=--> --------- Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 728bf46 commit 836a2bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ ARG TEMPO_VERSION=v2.8.1
77
# renovate: datasource=github-releases depName=loki packageName=grafana/loki
88
ARG LOKI_VERSION=v3.5.1
99
# renovate: datasource=github-releases depName=pyroscope packageName=grafana/pyroscope
10-
ARG PYROSCOPE_VERSION=v1.13.5
10+
ARG PYROSCOPE_VERSION=v1.14.0
1111
# renovate: datasource=github-releases depName=opentelemetry-collector packageName=open-telemetry/opentelemetry-collector-releases
12-
ARG OPENTELEMETRY_COLLECTOR_VERSION=v0.127.0
12+
ARG OPENTELEMETRY_COLLECTOR_VERSION=v0.128.0
1313

1414
# hadolint global ignore=DL3059
1515
FROM redhat/ubi9:9.6-1750786174 AS builder

examples/ebpf-profiler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM otel/opentelemetry-ebpf-profiler-dev:202505301459 AS builder
22

3-
ARG VERSION=009a07f3803c33374eba0715ccae98dbfde7e225
3+
ARG VERSION=0981fa5b53c0425610e56c7a7c13866067ca734e
44
RUN wget https://github.com/open-telemetry/opentelemetry-ebpf-profiler/archive/$VERSION.tar.gz
55
RUN mkdir /profiler
66
RUN tar --strip-components=1 -C /profiler -xzf $VERSION.tar.gz

0 commit comments

Comments
 (0)