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.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`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/b07bcb3f966e134245b9879f8e8b5948a44bfc9f)
\[chore] prepare v0.109.0 release
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#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>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent ed4fc75 commit 97ee172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/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.108.0
image: otel/opentelemetry-collector-contrib:0.109.0
command: ["--config=/etc/otel-collector.yaml"]
volumes:
- ./otel-collector.yaml:/etc/otel-collector.yaml
Expand Down

0 comments on commit 97ee172

Please sign in to comment.