Skip to content

Releases: containers/psgo

v1.10.0

07 Nov 17:17
v1.10.0
66b0bb1

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot[bot] in #148
  • update GH workflows by @vrothberg in #150
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot[bot] in #149
  • psgo: handle ESRCH as ENOENT by @giuseppe in #155
  • build(deps): bump github.com/containers/storage from 1.52.0 to 1.54.0 by @dependabot[bot] in #156
  • build(deps): bump golang.org/x/sys from 0.20.0 to 0.21.0 by @dependabot[bot] in #157
  • build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13 by @dependabot[bot] in #158
  • build(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot[bot] in #159
  • build(deps): bump github.com/containers/storage from 1.54.0 to 1.55.0 by @dependabot[bot] in #160
  • Upgrade by @vrothberg in #165
  • build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot[bot] in #166
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #167
  • update CI to 24.04 and newer go versions by @vrothberg in #171
  • build(deps): bump golang.org/x/sys from 0.27.0 to 0.30.0 by @dependabot[bot] in #170
  • build(deps): bump golang.org/x/sys from 0.30.0 to 0.33.0 by @dependabot[bot] in #175
  • build(deps): bump github.com/containers/storage from 1.55.0 to 1.58.0 by @dependabot[bot] in #176
  • build(deps): bump github.com/opencontainers/runc from 1.1.13 to 1.3.0 by @dependabot[bot] in #177
  • build(deps): bump golang.org/x/sys from 0.33.0 to 0.35.0 by @dependabot[bot] in #180
  • build(deps): bump github.com/containers/storage from 1.58.0 to 1.59.1 by @dependabot[bot] in #181
  • Switch from github.com/containers/storage to go.podman.io/storage. by @jankaluza in #182
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #183
  • update to go .1.24 by @Luap99 in #189
  • Gh action and golangci-lint updates by @Luap99 in #190

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

07 Feb 08:54
e2555e9

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/[email protected]
  • 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

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

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

Choose a tag to compare

  • update dependencies
  • internal: proc: do not join the process user namespace

v1.7.1

22 Sep 08:32
e7871f4

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

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

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

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

Choose a tag to compare

  • psgo: use the host process to read uids/gids
  • Add Security Policy