Releases: containers/common
Releases · containers/common
v0.1.4
Add 32bit build to travis
Fix 32bit build by using unix.CGROUP2_SUPER_MAGIC
Setup default ulimits to nproc & nofile of current process
Initial Code of Conduct
v0.1.3
Stop validating networkconfig by default
The default alternative path for seccomp.json should be /etc/containers/seccomp.json
The DefaultNetwork in network config should be bridge
v0.1.2
unshare: add getenv from cgo
v0.1.1
Fix compile on non Linux platforms
v0.1.0
Bump to 0.1.0
pkg/cgroups: delete it
Run code through codespell
Add new Capability function to parse Capabiltiies
HooksDir should be in LibpodConfig
Fix handling of SELinux labeling
v0.0.7
Lots of bug fixes
Update man page for containers.conf
v0.0.6
Add missing fields to be used with podman
v0.0.5
Fix go.mod issue with previous release.
v0.0.4
Comment out all fields in containers.conf by default
Remove merge code and optional handling
Add support for CONTAINERS_CONF environment variable
add libpod.conf to containers.conf
v0.0.3
Add support for determining which cgroup version processes are using