1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-03-19 21:08:07 +02:00

chore(deps): update otel/opentelemetry-collector-contrib docker tag to v0.109.0 (#5802)

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

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

###
[`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`](b07bcb3f96)
\[chore] prepare v0.109.0 release
([#&#8203;660](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/660))
-
[`d21f394`](d21f394bc7)
Bump actions/upload-artifact from 4.3.6 to 4.4.0
([#&#8203;655](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/655))
-
[`59309fd`](59309fd05c)
\[chore] remove package test workaround
([#&#8203;652](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/652))
-
[`2c0f59a`](2c0f59a715)
add linux package test healthcheck
([#&#8203;622](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/622))
-
[`501a19f`](501a19fbb6)
\[chore] remove APK package releases
([#&#8203;630](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/630))

</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).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-11 09:24:15 +02:00 committed by GitHub
parent ed4fc75758
commit 97ee172f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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