Skip to content

Commit 5b1e28e

Browse files
fix(deps): update module go.mongodb.org/atlas to v0.38.0 (#39409)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.mongodb.org/atlas](https://redirect.github.com/mongodb/go-client-mongodb-atlas) | `v0.37.0` -> `v0.38.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.mongodb.org%2fatlas/v0.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/go.mongodb.org%2fatlas/v0.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/go.mongodb.org%2fatlas/v0.37.0/v0.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.mongodb.org%2fatlas/v0.37.0/v0.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mongodb/go-client-mongodb-atlas (go.mongodb.org/atlas)</summary> ### [`v0.38.0`](https://redirect.github.com/mongodb/go-client-mongodb-atlas/blob/HEAD/CHANGELOG.md#v0380-April-08-2025) [Compare Source](https://redirect.github.com/mongodb/go-client-mongodb-atlas/compare/v0.37.0...v0.38.0) [Full Changelog](https://redirect.github.com/mongodb/go-client-mongodb-atlas/compare/v0.37.0...v0.38.0) **Merged pull requests:** - feat: Adds AdvancedConfiguration attribute [#&#8203;547](https://redirect.github.com/mongodb/go-client-mongodb-atlas/pull/547) ([maastha](https://redirect.github.com/maastha)) - chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.2 [#&#8203;545](https://redirect.github.com/mongodb/go-client-mongodb-atlas/pull/545) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0 [#&#8203;544](https://redirect.github.com/mongodb/go-client-mongodb-atlas/pull/544) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 [#&#8203;543](https://redirect.github.com/mongodb/go-client-mongodb-atlas/pull/543) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 [#&#8203;542](https://redirect.github.com/mongodb/go-client-mongodb-atlas/pull/542) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - doc: Update README.md to use WARNING [#&#8203;541](https://redirect.github.com/mongodb/go-client-mongodb-atlas/pull/541) ([andreaangiolillo](https://redirect.github.com/andreaangiolillo)) - chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 [#&#8203;540](https://redirect.github.com/mongodb/go-client-mongodb-atlas/pull/540) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) </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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 584b98c commit 5b1e28e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

receiver/mongodbatlasreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.124.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza v0.124.0
1313
github.com/stretchr/testify v1.10.0
14-
go.mongodb.org/atlas v0.37.0
14+
go.mongodb.org/atlas v0.38.0
1515
go.opentelemetry.io/collector/component v1.30.0
1616
go.opentelemetry.io/collector/component/componentstatus v0.124.0
1717
go.opentelemetry.io/collector/config/configopaque v1.30.0

receiver/mongodbatlasreceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)