Skip to content

Releases: containers/psgo

v1.9.0

07 Feb 08:54
e2555e9
Compare
Choose a tag to compare
  • Add support for Seccomp_filters proc status field
  • build(deps): bump github.com/opencontainers/runc from 1.1.11 to 1.1.12
  • build(deps): bump github.com/containers/storage from 1.51.0 to 1.52.0
  • build(deps): bump golang.org/x/sys from 0.14.0 to 0.16.0
  • build(deps): bump github.com/containers/storage from 1.50.2 to 1.51.0
  • build(deps): bump github.com/opencontainers/runc from 1.1.9 to 1.1.10
  • build(deps): bump golang.org/x/sys from 0.12.0 to 0.14.0
  • build(deps): bump github.com/containers/storage from 1.49.0 to 1.50.2
  • build(deps): bump golang.org/x/sys from 0.11.0 to 0.12.0
  • build(deps): bump github.com/containers/storage from 1.48.0 to 1.49.0
  • build(deps): bump github.com/opencontainers/runc from 1.1.7 to 1.1.9
  • GH workflow: bump go to 1.20 and 1.21
  • README: drop travis badge
  • vendor c/storage@v1.48.0
  • build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
  • build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
  • build(deps): bump github.com/containers/storage from 1.44.0 to 1.45.3
  • build(deps): bump github.com/containers/storage from 1.43.0 to 1.44.0
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1

v1.8.0

12 Oct 07:30
2ebec3c
Compare
Choose a tag to compare
  • Add uid,huid descriptors
  • build(deps): bump github.com/containers/storage from 1.42.0 to 1.43.0
  • build(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.4

v1.7.3

24 Aug 13:37
59e239b
Compare
Choose a tag to compare

Adds three new capabilities that would otherwise be reported as unknown along with updated dependencies.

Changelog

  • vendor update
  • test/join.bats: skip check to unblock CI
  • CI: use go 1.18 and 1.19
  • codespell: ignore go.sum
  • fix codespell errors
  • update golangci action to v1.48.0
  • capabilities: add 3 missing capabilities

v1.7.2

20 Jan 15:54
3145d6d
Compare
Choose a tag to compare
  • update dependencies
  • internal: proc: do not join the process user namespace

v1.7.1

22 Sep 08:32
e7871f4
Compare
Choose a tag to compare
  • pids: fix reading pids when running in a cgroup v1 container
  • pids: use the unified cgroup on cgroup v2
  • pids: fix typo s/listesd/listed/
  • pids: exit when pids controller is found
  • pids: use filepath.Join to create the path

v1.7.0

20 Sep 12:40
80d58b2
Compare
Choose a tag to compare

There are two new descriptors:

  • groups for supplementary groups inside the container
  • hgroups for the counterpart on the host

v1.6.0

03 Sep 13:24
e433993
Compare
Choose a tag to compare
  • *: switch from pkg/errors to Go 1.13+ error wrapping
  • build(deps): bump github.com/opencontainers/runc from 1.0.1 to 1.0.2
  • build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.7.0
  • update dependencies
  • Upgrade to GitHub-native Dependabot
  • rm vendor.conf

v1.5.2: Merge pull request #77 from Luap99/fix-mips-build

05 Jan 09:41
5156ec8
Compare
Choose a tag to compare
  • Fix build for mips architecture
  • Correct spelling extracing -> extracting
  • Correct spelling containes -> contains
  • Correct spelling wich -> which
  • Correct spelling represenation -> representation
  • Correct spelling capabilties -> capabilities

v1.5.1

01 Jun 09:48
1082112
Compare
Choose a tag to compare
  • psgo: use the host process to read uids/gids
  • Add Security Policy

v1.5.0

16 Apr 12:57
7686e6f
Compare
Choose a tag to compare
  • psgo: use Stat.Comm in processCOMM
  • psgo: add RSS format
  • make validate: don't eat golangci reports
  • process: ElapsedTime: fix goclang-ci warning
  • internal/proc: parse /proc/$PID/stat correctly
  • Bump github.com/stretchr/testify from 1.4.0 to 1.5.1
  • Add Code of Conduct