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.110.0 (#5842)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

#### Changelog

-
[`aaa6ec9`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/aaa6ec92e590cb9b6415eba52588431059a00bb4)
Pin goreleaser to v2.2.0 in remaining CI workflows
([#&#8203;676](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/676))
-
[`b65fad9`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/b65fad91e2eca3f75cccebdd62851c6ff4cb4422)
\[chore] prepare v0.110.0 release
([#&#8203;674](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/674))
-
[`705766b`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/705766b0ab219bc29831abf04207edc804e92e12)
remove deprecated instana exporter
([#&#8203;673](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/673))
-
[`befe950`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/commit/befe9509c530f7f48f5e6d7facbc27fa79ebefcb)
Pin CI goreleaser version to v2.2.0
([#&#8203;667](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/667))

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 1be149a commit c998f36
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.109.0
image: otel/opentelemetry-collector-contrib:0.110.0
command: ["--config=/etc/otel-collector.yaml"]
volumes:
- ./otel-collector.yaml:/etc/otel-collector.yaml
Expand Down

0 comments on commit c998f36

Please sign in to comment.