Releases: containers/psgo
Releases · containers/psgo
v1.4.0
- add
stime
descriptor to extract process start times
v1.3.2
important
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
- 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
- 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
- move to go modules
- fix ErrUnkownDescriptor typo
- catch errors of Setns()
v1.2.0
Go mod requires semver to work properly. This is effectively just adding another tag to the v1.2 release.
v1.2
The psgo library can now be used concurrently by mulitple goroutines without interfering with another.
Initial released version of containers/psgo
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.