Skip to content

Commit

Permalink
chore(deps): update otel/opentelemetry-collector-contrib docker tag t…
Browse files Browse the repository at this point in the history
…o v0.114.0 (#6348)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.113.0` -> `0.114.0` |

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-releases
(otel/opentelemetry-collector-contrib)</summary>

###
[`v0.114.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.114.0)

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

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

##### Changelog

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

</details>

---

### 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.

---

- [ ] <!-- 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-go-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent cb6d2e4 commit ad14b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/otel-collector/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

services:
otel-collector:
image: otel/opentelemetry-collector-contrib:0.113.0
image: otel/opentelemetry-collector-contrib:0.114.0
command: ["--config=/etc/otel-collector.yaml"]
volumes:
- ./otel-collector.yaml:/etc/otel-collector.yaml
Expand Down

0 comments on commit ad14b68

Please sign in to comment.