Skip to content

Releases: containers/psgo

v1.4.0

09 Dec 14:20
0a046f0
Compare
Choose a tag to compare
  • add stime descriptor to extract process start times

v1.3.2

04 Oct 15:11
24808c7
Compare
Choose a tag to compare

important

  • support cgroupsv2

misc

  • update/clean up ./vendor
  • Makefile: use go proxy
  • Bump github.com/stretchr/testify from 1.3.0 to 1.4.0
  • test/join.bats: disable fill-mappings test on Travis
  • join.bats: fix flakes
  • go build: use -mod=vendor for go >= 1.11.x

v1.3.1

28 Jun 09:17
0729b3f
Compare
Choose a tag to compare
  • Makefile: set GO111MODULE=off
  • host: use /proc/self/auxv only when not using cgo
  • process: read AT_CLKTCK from the auxv
  • Bump github.com/stretchr/testify from 1.2.2 to 1.3.0

v1.3.0

23 May 12:23
69d5b73
Compare
Choose a tag to compare
  • test: add tests for FillMappings
  • psgo: add helper to fill the mappings
  • psgo: support reverse lookup in a userns
  • psgo: add new functions that accept an options struct
  • psgo: fix typos
  • Makefile: add workaround to get golangci-lint
  • .travis.yml: exit immediately if a script fails

v1.2.1

26 Apr 10:13
2e6ba54
Compare
Choose a tag to compare
  • move to go modules
  • fix ErrUnkownDescriptor typo
  • catch errors of Setns()

v1.2.0

25 Mar 11:27
ee081b6
Compare
Choose a tag to compare

Go mod requires semver to work properly. This is effectively just adding another tag to the v1.2 release.

v1.2

11 Mar 17:03
ee081b6
Compare
Choose a tag to compare

The psgo library can now be used concurrently by mulitple goroutines without interfering with another.

Initial released version of containers/psgo

08 Jan 12:35
dc0bc9f
Compare
Choose a tag to compare

We have not been shipping containers/psgo, so we have not been generating releases. Now that we are attempting to package containers/psgo up into Debian (Podman and friends), we need to start generating releases and versions.

This is the initial released version.