Skip to content

Commit 41dca94

Browse files
chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.119.0 (open-telemetry#37688)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.118.0` -> `0.119.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-contrib)</summary> ### [`v0.119.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01190) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.118.0...v0.119.0) ##### 🚀 New components 🚀 - `intervalprocessor`: Interval processor is now alpha and is included in the contrib and k8s distributions ([#&open-telemetry#8203;804](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/804)) - `signaltometricsconnector`: Signal to metrics connector is now alpha and is included in the contrib distribution ([#&open-telemetry#8203;808](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/808)) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yang Song <[email protected]>
1 parent 7d79be6 commit 41dca94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.118.0
13+
image: otel/opentelemetry-collector-contrib:0.119.0
1414
command: ["--config=/etc/otel-collector-config.yml"]
1515
volumes:
1616
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml

0 commit comments

Comments
 (0)