From 9973cd05aaf304470bb2222829af173c81be4961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:14:23 -0800 Subject: [PATCH] chore(deps): update docker-compose deps to v0.116.1 (#36948) 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](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.115.1` -> `0.116.1` | | [otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.115.1` -> `0.116.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector) ### [`v0.116.1`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.116.1) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.116.0...v0.116.1) Check the [v0.116.1 contrib changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.116.1) and the [v0.116.1 core changelog](https://redirect.github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.116.1) for changelogs on specific components. #### Changelog - [`62dfc10`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/62dfc10402322ae4e2cdbdd92a0c0cc797f1b1f4) Revert "\[chore] build compatible distributions as PIE ([#​726](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/726))" ([#​784](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/784)) ### [`v0.116.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01160) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.115.1...v0.116.0) ##### 🚀 New components 🚀 - `dorisexporter`: add doris exporter to otelcol-contrib releases ([#​765](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/765)) ##### 💡 Enhancements 💡 - `contrib`: Add failover connector to the contrib distribution. ([#​701](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/701)) - `contrib`: Add redis storage to the contrib distribution ([#​768](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/768))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/couchbase/docker-compose.yaml | 2 +- examples/secure-tracing/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/couchbase/docker-compose.yaml b/examples/couchbase/docker-compose.yaml index c1e89d27a726..97344bdc9e6c 100644 --- a/examples/couchbase/docker-compose.yaml +++ b/examples/couchbase/docker-compose.yaml @@ -10,7 +10,7 @@ services: cpus: "0.50" memory: 1512M opentelemetry-collector-contrib: - image: otel/opentelemetry-collector-contrib:0.115.1 + image: otel/opentelemetry-collector-contrib:0.116.1 command: ["--config=/etc/otel-collector-config.yml"] volumes: - ./otel-collector-config.yaml:/etc/otel-collector-config.yml diff --git a/examples/secure-tracing/docker-compose.yaml b/examples/secure-tracing/docker-compose.yaml index e45ce0ae790a..cd39353c1ca5 100644 --- a/examples/secure-tracing/docker-compose.yaml +++ b/examples/secure-tracing/docker-compose.yaml @@ -12,7 +12,7 @@ services: - ./certs/ca.crt:/etc/ca.crt - ./envoy-config.yaml:/etc/envoy-config.yaml otel-collector: - image: otel/opentelemetry-collector:0.115.1 + image: otel/opentelemetry-collector:0.116.1 command: ["--config=/etc/otel-collector-config.yaml"] volumes: - ./certs/otel-collector.crt:/etc/otel-collector.crt