Skip to content

Commit 9b02d0a

Browse files
chore(deps): update mongo docker tag to v8.2 (open-telemetry#43854)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mongo | final | minor | `8.0` -> `8.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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. 🔕 **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-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1dd8b55 commit 9b02d0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.6_0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mongo:8.0
1+
FROM mongo:8.2
22

33
COPY scripts/setup.sh /setup.sh
44
RUN chmod +x /setup.sh

receiver/mongodbreceiver/testdata/integration/Dockerfile.mongodb.7_0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mongo:8.0
1+
FROM mongo:8.2
22

33
COPY scripts/setup.sh /setup.sh
44
RUN chmod +x /setup.sh

0 commit comments

Comments
 (0)