Releases: opencontainers/runc
Releases · opencontainers/runc
Release v0.0.7
This release includes the following changes:
- Do not use stream encoders
- Update github.com/opencontainers/specs to a7b5092
- cgroup: systemd: properly expand systemd slice names
- Remove the nullState
- Revert "update date in README"
- Add build status badge
- Allow switch to anything from nullState
- Fix various state bugs for pause and destroy
- cgroups: set memory cgroups in Set
- Only set cwd when not empty
- Fix comment of swap limit
- Add support for just joining in apply using cgroup paths
- Remove some hard coded strings
- Handle seccomp proc parsing errors
- Embed Resources for backward compatibility
- add seccomp.IsEnabled() function
- cleanup old hack dir
- Check that cwd is absolute
- update go version to 1.5.3 in dockerfile and cleanup
- Make cwd required
- Update README of libcontainer
- Only validate post-hyphen field length on cgroup mounts
- libcontainer: set cgroup config late
- libcontainer: cgroups: loudly fail with Set
- libcontainer: cgroups: don't Set in Apply
- libcontainer: cgroups: add pids controller support
- cgroups: fs: fix cgroup.Parent path sanitisation
- Do not create devices when in user namespace
- Revert to non-recursive GetPids, add recursive GetAllPids
- selinux: add SelinuxSetEnforceMode implementation
- update date in README
- Add --console to specify path to use from runc
- Do not allow access to /dev/tty{0,1}
- Add white list for bind mount check
- Fix typo word in SPEC.md
- libcontainer: Add support for memcg pressure notifications
- Cleanup Godeps
- Revert "cgroups: add pids controller support"
- libcontainer: set cgroup config late
- libcontainer: cgroups: loudly fail with Set
- libcontainer: cgroups: don't Set in Apply
- libcontainer: cgroups: add pids controller support
- Caclulate NLA_HDRLEN as gccgo workaround
- Add state pattern for container state transition
- Move the cgroups setting into a Resources struct
- Move linux only Process.InitializeIO behind the linux build flag.
- Replace docker units package with new docker/go-units.
- Move STDIO initialization to libcontainer.Process
- Fixing TestSetFilecon in selinux test step
- Adding selinux label
- make localtest failure with selinux enabled
- Add spec version to runC version cli
Release v0.0.6
This release includes the following changes:
- fix minor typo
- Remove the timeframe for v1 spec
- Export console New func
- setns: replace env with netlink for bootstrap data
- systemd: support cgroup parent with specified slice
- libcontainer: network_linux.go: fix go vet
- Fixing xattr test step issue
- libcontainer: configs: create cgroup_unsupported.go in order to build on darwin as well
- Fixing minor typo in usage
- setns: add bootstrap data
- Adding error conditions when apparmor disabled
- README.md: clarify OCI JSON files