Skip to content

Commit

Permalink
Update module github.com/containerd/cgroups/v3 to v3.0.5 (#36937)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/containerd/cgroups/v3](https://redirect.github.com/containerd/cgroups)
| `v3.0.2` -> `v3.0.5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcontainerd%2fcgroups%2fv3/v3.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcontainerd%2fcgroups%2fv3/v3.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcontainerd%2fcgroups%2fv3/v3.0.2/v3.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcontainerd%2fcgroups%2fv3/v3.0.2/v3.0.5?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>containerd/cgroups (github.com/containerd/cgroups/v3)</summary>

###
[`v3.0.5`](https://redirect.github.com/containerd/cgroups/releases/tag/v3.0.5)

[Compare
Source](https://redirect.github.com/containerd/cgroups/compare/v3.0.4...v3.0.5)

#### What's Changed

- add InotifyInit err to custom err message by
[@&#8203;akhilerm](https://redirect.github.com/akhilerm) in
[https://github.com/containerd/cgroups/pull/355](https://redirect.github.com/containerd/cgroups/pull/355)
- cgroup2: Manager.Delete: handle both "threaded" and "domain threaded"
by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/358](https://redirect.github.com/containerd/cgroups/pull/358)

#### New Contributors

- [@&#8203;akhilerm](https://redirect.github.com/akhilerm) made their
first contribution in
[https://github.com/containerd/cgroups/pull/355](https://redirect.github.com/containerd/cgroups/pull/355)

**Full Changelog**:
containerd/cgroups@v3.0.4...v3.0.5

###
[`v3.0.4`](https://redirect.github.com/containerd/cgroups/releases/tag/v3.0.4)

[Compare
Source](https://redirect.github.com/containerd/cgroups/compare/v3.0.3...v3.0.4)

#### What's Changed

- rename misspelling WithHiearchy to WithHierarchy by
[@&#8203;blanet](https://redirect.github.com/blanet) in
[https://github.com/containerd/cgroups/pull/319](https://redirect.github.com/containerd/cgroups/pull/319)
- chore: don't log ENOTSUP during parsing PSI files by
[@&#8203;KimMachineGun](https://redirect.github.com/KimMachineGun) in
[https://github.com/containerd/cgroups/pull/321](https://redirect.github.com/containerd/cgroups/pull/321)
- Add `EOPNOTSUPP` to err filter for PSI data by
[@&#8203;mahendrapaipuri](https://redirect.github.com/mahendrapaipuri)
in
[https://github.com/containerd/cgroups/pull/322](https://redirect.github.com/containerd/cgroups/pull/322)
- cg2: Don't read cgroup.procs when deleting threaded cg by
[@&#8203;dcantah](https://redirect.github.com/dcantah) in
[https://github.com/containerd/cgroups/pull/318](https://redirect.github.com/containerd/cgroups/pull/318)
- Added cgroup type by
[@&#8203;yaoyinnan](https://redirect.github.com/yaoyinnan) in
[https://github.com/containerd/cgroups/pull/324](https://redirect.github.com/containerd/cgroups/pull/324)
- Update golangci-lint action to v4 and linter to v1.57.1 by
[@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) in
[https://github.com/containerd/cgroups/pull/330](https://redirect.github.com/containerd/cgroups/pull/330)
- chore: fix function name by
[@&#8203;sunxunle](https://redirect.github.com/sunxunle) in
[https://github.com/containerd/cgroups/pull/327](https://redirect.github.com/containerd/cgroups/pull/327)
- build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.33.0 by
[@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) in
[https://github.com/containerd/cgroups/pull/332](https://redirect.github.com/containerd/cgroups/pull/332)
- Add dependabot automation for GitHub Actions packages by
[@&#8203;austinvazquez](https://redirect.github.com/austinvazquez) in
[https://github.com/containerd/cgroups/pull/331](https://redirect.github.com/containerd/cgroups/pull/331)
- fix(ci): fix broken dependabot by
[@&#8203;HeRaNO](https://redirect.github.com/HeRaNO) in
[https://github.com/containerd/cgroups/pull/334](https://redirect.github.com/containerd/cgroups/pull/334)
- build(deps): bump actions/setup-go from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/containerd/cgroups/pull/338](https://redirect.github.com/containerd/cgroups/pull/338)
- build(deps): bump golangci/golangci-lint-action from 4 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/containerd/cgroups/pull/337](https://redirect.github.com/containerd/cgroups/pull/337)
- build(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/containerd/cgroups/pull/336](https://redirect.github.com/containerd/cgroups/pull/336)
- switch to github.com/containerd/log, and use structured logs by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/341](https://redirect.github.com/containerd/cgroups/pull/341)
- go.mod: update to go1.19 as minimum, and add go1.22.x to GHA by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/342](https://redirect.github.com/containerd/cgroups/pull/342)
- rename/remove vars that collided with builtin, minor linting and
cleanup by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/340](https://redirect.github.com/containerd/cgroups/pull/340)
- go.mod: github.com/docker/go-units v0.5.0 by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/343](https://redirect.github.com/containerd/cgroups/pull/343)
- group1: don't use deprecated ParseCgroupFileUnified internally by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/339](https://redirect.github.com/containerd/cgroups/pull/339)
- update minimum go version go go1.21 by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/345](https://redirect.github.com/containerd/cgroups/pull/345)
- deprecate RunningInUserNS(), migrate to github.com/moby/sys/userns by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[https://github.com/containerd/cgroups/pull/346](https://redirect.github.com/containerd/cgroups/pull/346)
- dont ignore failure to create cgroup after timeout by
[@&#8203;jchorl](https://redirect.github.com/jchorl) in
[https://github.com/containerd/cgroups/pull/349](https://redirect.github.com/containerd/cgroups/pull/349)
- fix: use the specified go version in lint jobs by
[@&#8203;AlbertoBarba](https://redirect.github.com/AlbertoBarba) in
[https://github.com/containerd/cgroups/pull/352](https://redirect.github.com/containerd/cgroups/pull/352)
- go.mod: bump up by
[@&#8203;AkihiroSuda](https://redirect.github.com/AkihiroSuda) in
[https://github.com/containerd/cgroups/pull/353](https://redirect.github.com/containerd/cgroups/pull/353)

#### New Contributors

- [@&#8203;blanet](https://redirect.github.com/blanet) made their first
contribution in
[https://github.com/containerd/cgroups/pull/319](https://redirect.github.com/containerd/cgroups/pull/319)
- [@&#8203;KimMachineGun](https://redirect.github.com/KimMachineGun)
made their first contribution in
[https://github.com/containerd/cgroups/pull/321](https://redirect.github.com/containerd/cgroups/pull/321)
- [@&#8203;mahendrapaipuri](https://redirect.github.com/mahendrapaipuri)
made their first contribution in
[https://github.com/containerd/cgroups/pull/322](https://redirect.github.com/containerd/cgroups/pull/322)
- [@&#8203;sunxunle](https://redirect.github.com/sunxunle) made their
first contribution in
[https://github.com/containerd/cgroups/pull/327](https://redirect.github.com/containerd/cgroups/pull/327)
- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[https://github.com/containerd/cgroups/pull/338](https://redirect.github.com/containerd/cgroups/pull/338)
- [@&#8203;jchorl](https://redirect.github.com/jchorl) made their first
contribution in
[https://github.com/containerd/cgroups/pull/349](https://redirect.github.com/containerd/cgroups/pull/349)
- [@&#8203;AlbertoBarba](https://redirect.github.com/AlbertoBarba) made
their first contribution in
[https://github.com/containerd/cgroups/pull/352](https://redirect.github.com/containerd/cgroups/pull/352)

**Full Changelog**:
containerd/cgroups@v3.0.3...v3.0.4

###
[`v3.0.3`](https://redirect.github.com/containerd/cgroups/releases/tag/v3.0.3)

[Compare
Source](https://redirect.github.com/containerd/cgroups/compare/v3.0.2...v3.0.3)

#### What's Changed

- NewSystemd handles UnitExists when starting units by
[@&#8203;mmerkes](https://redirect.github.com/mmerkes) in
[https://github.com/containerd/cgroups/pull/290](https://redirect.github.com/containerd/cgroups/pull/290)
- makefile fixes by [@&#8203;metux](https://redirect.github.com/metux)
in
[https://github.com/containerd/cgroups/pull/304](https://redirect.github.com/containerd/cgroups/pull/304)
- cgroups2: export memory max usage and swap max usage by
[@&#8203;HeRaNO](https://redirect.github.com/HeRaNO) in
[https://github.com/containerd/cgroups/pull/305](https://redirect.github.com/containerd/cgroups/pull/305)
- build(deps): bump github.com/cilium/ebpf from v0.9.1 to v0.11.0 by
[@&#8203;wojiushixiaobai](https://redirect.github.com/wojiushixiaobai)
in
[https://github.com/containerd/cgroups/pull/315](https://redirect.github.com/containerd/cgroups/pull/315)
- support psi by [@&#8203;zouyee](https://redirect.github.com/zouyee) in
[https://github.com/containerd/cgroups/pull/308](https://redirect.github.com/containerd/cgroups/pull/308)
- feat: add Threads for cgroupv2 by
[@&#8203;Rouzip](https://redirect.github.com/Rouzip) in
[https://github.com/containerd/cgroups/pull/312](https://redirect.github.com/containerd/cgroups/pull/312)
- Linux.Swap is defined as memory+swap combined, while in cgroup v2 swap
is a separate value by
[@&#8203;zouyee](https://redirect.github.com/zouyee) in
[https://github.com/containerd/cgroups/pull/314](https://redirect.github.com/containerd/cgroups/pull/314)
- fix(): support re-enabling oom killer refs
[#&#8203;307](https://redirect.github.com/containerd/cgroups/issues/307)
by [@&#8203;kestrelcjx](https://redirect.github.com/kestrelcjx) in
[https://github.com/containerd/cgroups/pull/311](https://redirect.github.com/containerd/cgroups/pull/311)

#### New Contributors

- [@&#8203;mmerkes](https://redirect.github.com/mmerkes) made their
first contribution in
[https://github.com/containerd/cgroups/pull/290](https://redirect.github.com/containerd/cgroups/pull/290)
- [@&#8203;metux](https://redirect.github.com/metux) made their first
contribution in
[https://github.com/containerd/cgroups/pull/304](https://redirect.github.com/containerd/cgroups/pull/304)
- [@&#8203;HeRaNO](https://redirect.github.com/HeRaNO) made their first
contribution in
[https://github.com/containerd/cgroups/pull/305](https://redirect.github.com/containerd/cgroups/pull/305)
- [@&#8203;wojiushixiaobai](https://redirect.github.com/wojiushixiaobai)
made their first contribution in
[https://github.com/containerd/cgroups/pull/315](https://redirect.github.com/containerd/cgroups/pull/315)
- [@&#8203;Rouzip](https://redirect.github.com/Rouzip) made their first
contribution in
[https://github.com/containerd/cgroups/pull/312](https://redirect.github.com/containerd/cgroups/pull/312)
- [@&#8203;kestrelcjx](https://redirect.github.com/kestrelcjx) made
their first contribution in
[https://github.com/containerd/cgroups/pull/311](https://redirect.github.com/containerd/cgroups/pull/311)

**Full Changelog**:
containerd/cgroups@v3.0.2...v3.0.3

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
renovate[bot] and opentelemetrybot authored Dec 24, 2024
1 parent 01f15da commit dec7c59
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 16 deletions.
11 changes: 7 additions & 4 deletions extension/cgroupruntimeextension/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/KimMachineGun/automemlimit v0.6.1
github.com/containerd/cgroups/v3 v3.0.2
github.com/containerd/cgroups/v3 v3.0.5
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/collector/component v0.116.1-0.20241220212031-7c2639723f67
go.opentelemetry.io/collector/component/componenttest v0.116.1-0.20241220212031-7c2639723f67
Expand All @@ -18,7 +18,8 @@ require (
)

require (
github.com/cilium/ebpf v0.9.1 // indirect
github.com/cilium/ebpf v0.16.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/go-units v0.5.0 // indirect
Expand All @@ -33,10 +34,11 @@ require (
github.com/knadh/koanf/v2 v2.1.2 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/opencontainers/runtime-spec v1.1.0 // indirect
github.com/moby/sys/userns v0.1.0 // indirect
github.com/opencontainers/runtime-spec v1.2.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
go.opentelemetry.io/collector/config/configtelemetry v0.116.1-0.20241220212031-7c2639723f67 // indirect
go.opentelemetry.io/collector/pdata v1.22.1-0.20241220212031-7c2639723f67 // indirect
go.opentelemetry.io/otel v1.32.0 // indirect
Expand All @@ -45,6 +47,7 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
go.opentelemetry.io/otel/trace v1.32.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
Expand Down
40 changes: 28 additions & 12 deletions extension/cgroupruntimeextension/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dec7c59

Please sign in to comment.