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.102.0 (#5479)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector-contrib](https://togithub.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.101.0` -> `0.102.0` |

---

### Release Notes

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

###
[`v0.102.0`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.102.0)

[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-collector-releases/compare/v0.101.0...v0.102.0)

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

#### Changelog

-
[`b8551a7`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/b8551a7)
Revert "Add Windows MSI to the release
([#&#8203;560](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/560))"
([#&#8203;570](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/570))
-
[`99faa93`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/99faa93)
\[chore] Prepare v0.102.0 release
([#&#8203;569](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/569))
-
[`4e8f050`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/4e8f050)
Add Windows MSI to the release
([#&#8203;560](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/560))
-
[`cc3161a`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/cc3161a)
Add nop exporter to distributions
([#&#8203;566](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/566))
-
[`c2086eb`](https://togithub.com/open-telemetry/opentelemetry-collector-releases/commit/c2086eb)
Bump anchore/sbom-action from 0.15.11 to 0.16.0
([#&#8203;562](https://togithub.com/open-telemetry/opentelemetry-collector-releases/issues/562))

</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 becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 5, 2024
1 parent c015059 commit 0e81cf2
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.101.0
image: otel/opentelemetry-collector-contrib:0.102.0
command: ["--config=/etc/otel-collector.yaml"]
volumes:
- ./otel-collector.yaml:/etc/otel-collector.yaml
Expand Down

0 comments on commit 0e81cf2

Please sign in to comment.