Skip to content

Commit 2572cad

Browse files
fix(deps): update module github.com/kimmachinegun/automemlimit to v0.7.1 (open-telemetry#38155)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/KimMachineGun/automemlimit](https://redirect.github.com/KimMachineGun/automemlimit) | `v0.7.0` -> `v0.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fKimMachineGun%2fautomemlimit/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fKimMachineGun%2fautomemlimit/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fKimMachineGun%2fautomemlimit/v0.7.0/v0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fKimMachineGun%2fautomemlimit/v0.7.0/v0.7.1?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>KimMachineGun/automemlimit (github.com/KimMachineGun/automemlimit)</summary> ### [`v0.7.1`](https://redirect.github.com/KimMachineGun/automemlimit/releases/tag/v0.7.1) [Compare Source](https://redirect.github.com/KimMachineGun/automemlimit/compare/v0.7.0...v0.7.1) #### What's Changed - Fix 32-bit overflows of math.MaxInt64 constant by [@&open-telemetry#8203;dswarbrick](https://redirect.github.com/dswarbrick) in [https://github.com/KimMachineGun/automemlimit/pull/25](https://redirect.github.com/KimMachineGun/automemlimit/pull/25) - fix(memlimit): fix mountinfo validation logic for multiple optional fields by [@&open-telemetry#8203;KimMachineGun](https://redirect.github.com/KimMachineGun) in KimMachineGun/automemlimit@e027e7e #### New Contributors - [@&open-telemetry#8203;dswarbrick](https://redirect.github.com/dswarbrick) made their first contribution in [https://github.com/KimMachineGun/automemlimit/pull/25](https://redirect.github.com/KimMachineGun/automemlimit/pull/25) **Full Changelog**: KimMachineGun/automemlimit@v0.7.0...v0.7.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent b304859 commit 2572cad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extension/cgroupruntimeextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/cgrou
33
go 1.23.0
44

55
require (
6-
github.com/KimMachineGun/automemlimit v0.7.0
6+
github.com/KimMachineGun/automemlimit v0.7.1
77
github.com/rdforte/gomaxecs v1.1.1
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/component v0.120.1-0.20250224010654-18e18b21da7a

extension/cgroupruntimeextension/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)