From 97ee172f1f9af2abb8db7f17567ecdf23779103d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:24:15 +0200 Subject: [PATCH] chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.109.0 (#5802) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.108.0` -> `0.109.0` | --- ### Release Notes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib) ### [`v0.109.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.109.0) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.108.0...v0.109.0) Check the [v0.109.0 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.109.0) and the [v0.109.0 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.109.0) for changelogs on specific components. #### Changelog - [`b07bcb3`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/b07bcb3f966e134245b9879f8e8b5948a44bfc9f) \[chore] prepare v0.109.0 release ([#​660](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/660)) - [`d21f394`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/d21f394bc774fe5b4dd9c4297ea42ec01b3aeeb9) Bump actions/upload-artifact from 4.3.6 to 4.4.0 ([#​655](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/655)) - [`59309fd`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/59309fd05c42e2e36bf9a02f6ac96991e33872c8) \[chore] remove package test workaround ([#​652](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/652)) - [`2c0f59a`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/2c0f59a71548fc7df9e867b8349ac18a8cfa8bca) add linux package test healthcheck ([#​622](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/622)) - [`501a19f`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/501a19fbb6c85669a3300d0a561bde5447943c63) \[chore] remove APK package releases ([#​630](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/630))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] 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-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/otel-collector/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/otel-collector/docker-compose.yaml b/example/otel-collector/docker-compose.yaml index f6760fc90d1..947b7840c0a 100644 --- a/example/otel-collector/docker-compose.yaml +++ b/example/otel-collector/docker-compose.yaml @@ -3,7 +3,7 @@ services: otel-collector: - image: otel/opentelemetry-collector-contrib:0.108.0 + image: otel/opentelemetry-collector-contrib:0.109.0 command: ["--config=/etc/otel-collector.yaml"] volumes: - ./otel-collector.yaml:/etc/otel-collector.yaml