Skip to content

Commit

Permalink
chore(deps): update docker-compose deps to v0.114.0 (#36452)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.113.0` -> `0.114.0` |
|
[otel/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.113.0` -> `0.114.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.114.0`](https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.114.0)

[Compare
Source](https://github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.113.0...v0.114.0)

Check the [v0.114.0 contrib
changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.114.0)
and the [v0.114.0 core
changelog](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.114.0)
for changelogs on specific components.

##### Changelog

-
[`dc1bada`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/dc1bada8170bceba6bd1b86f73674ef3a8775bce)
prepare v0.114.0 release
([#&#8203;740](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/740))
-
[`1705981`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/17059816cf8ea68d0137238e67a4f54e7a680bbf)
\[chore] fix renovate regex config
([#&#8203;733](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/733))
-
[`ee3ebeb`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/ee3ebeb1021305640374e34203d59a1559966042)
chore(deps): update github-actions deps
([#&#8203;732](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/732))
-
[`9c3ca38`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/9c3ca38fbb9de467a2652b931025f207b26ac2d5)
Bump github.com/goreleaser/goreleaser-pro/v2 from 2.3.2-pro to 2.4.1-pro
([#&#8203;724](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/724))
-
[`26c3dee`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/26c3dee556880f327b52aeec1675b261b09c5261)
Update GoReleaser templating to support all collector distros
([#&#8203;708](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/708))
-
[`067599e`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/067599e6a4f2a68f043f2d47a702a6729adbc7db)
Set up default renovate config with regex to handle goreleaser-pro
updates
([#&#8203;728](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/728))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent b14f1d4 commit 16b139d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/couchbase/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
cpus: "0.50"
memory: 1512M
opentelemetry-collector-contrib:
image: otel/opentelemetry-collector-contrib:0.113.0
image: otel/opentelemetry-collector-contrib:0.114.0
command: ["--config=/etc/otel-collector-config.yml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml
Expand Down
2 changes: 1 addition & 1 deletion examples/secure-tracing/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.113.0
image: otel/opentelemetry-collector:0.114.0
command: ["--config=/etc/otel-collector-config.yaml"]
volumes:
- ./certs/otel-collector.crt:/etc/otel-collector.crt
Expand Down

0 comments on commit 16b139d

Please sign in to comment.