Skip to content

Commit c3a1e0e

Browse files
chore(deps): update docker-compose deps to v0.127.0 (#40328)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.126.0` -> `0.127.0` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.126.0` -> `0.127.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)</summary> ### [`v0.127.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01270) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.126.0...v0.127.0) ##### 🚀 New components 🚀 - `faroreceiver, faroexporter`: Add faro receiver and faro exporter to the otelcol-contrib distribution ([#&#8203;955](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/955)) - `googlesecretmanager`: Add googlesecretmanagerprovider to the contrib distribution ([#&#8203;949](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/949)) - `metricstarttimeprocessor`: Add metricstarttimeprocessor to the contrib distribution ([#&#8203;940](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/940)) - `stefreceiver, stefexporter`: Add stefexporter and stefreceiver to otelcol-contrib distribution ([#&#8203;956](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/956)) ##### 💡 Enhancements 💡 - `ebpf-profiler`: Build releases of the eBPF profiler distribution ([#&#8203;958](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/958)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent 1f8eec0 commit c3a1e0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/couchbase/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
cpus: "0.50"
1111
memory: 1512M
1212
opentelemetry-collector-contrib:
13-
image: otel/opentelemetry-collector-contrib:0.126.0
13+
image: otel/opentelemetry-collector-contrib:0.127.0
1414
command: ["--config=/etc/otel-collector-config.yml"]
1515
volumes:
1616
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml

examples/secure-tracing/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- ./certs/ca.crt:/etc/ca.crt
1313
- ./envoy-config.yaml:/etc/envoy-config.yaml
1414
otel-collector:
15-
image: otel/opentelemetry-collector:0.126.0
15+
image: otel/opentelemetry-collector:0.127.0
1616
command: ["--config=/etc/otel-collector-config.yaml"]
1717
volumes:
1818
- ./certs/otel-collector.crt:/etc/otel-collector.crt

exporter/splunkhecexporter/example/docker-compose.yml

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

44
otel-collector:
5-
image: otel/opentelemetry-collector-contrib:0.126.0
5+
image: otel/opentelemetry-collector-contrib:0.127.0
66
container_name: otel
77
command: ["--config=/etc/otel-collector-config.yml"]
88
volumes:

0 commit comments

Comments
 (0)