Skip to content

Commit

Permalink
chore(deps): update docker-compose deps (#29278)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector-contrib](https://github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.88.0` -> `0.89.0` |
| prom/prometheus | minor | `v2.47.2` -> `v2.48.0` |

---

### Release Notes

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

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

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

##### Changelog

-
[`02ec6ec`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/02ec6ec)
Prepare v0.89.0
([#&#8203;427](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/427))
-
[`4c2fa24`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/4c2fa24)
feat: add syslog exporter to contrib distro
([#&#8203;425](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/425))
-
[`9e2eaca`](https://github.com/open-telemetry/opentelemetry-collector-releases/commit/9e2eaca)
Bump github.com/goreleaser/nfpm/v2 from 2.33.1 to 2.34.0
([#&#8203;422](https://github.com/open-telemetry/opentelemetry-collector-releases/issues/422))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 17, 2023
1 parent af4fd0e commit a00b1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/couchbase/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ services:
cpus: "0.50"
memory: 1512M
opentelemetry-collector-contrib:
image: otel/opentelemetry-collector-contrib:0.88.0
image: otel/opentelemetry-collector-contrib:0.89.0
command: ["--config=/etc/otel-collector-config.yml"]
volumes:
- ./otel-collector-config.yaml:/etc/otel-collector-config.yml
depends_on:
- couchbase
prometheus:
image: prom/prometheus:v2.47.2
image: prom/prometheus:v2.48.0
volumes:
- ./prometheus-config.yaml:/etc/prometheus/prometheus.yml
ports:
Expand Down

0 comments on commit a00b1b5

Please sign in to comment.