Skip to content

Commit

Permalink
Merge pull request containers#298 from giuseppe/tag-0.13
Browse files Browse the repository at this point in the history
NEWS: tag version 0.13
  • Loading branch information
rhatdan authored Mar 5, 2020
2 parents ce88ca8 + e79e4de commit a1339ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
* crun-0.13

- license: change license to gplv2+ and lgpl2.1+.
- criu: initial support for `container restore`.
- state: If a container is paused, report its state as 'paused'.
- cgroup: use the memory controller to ready PIDs. The pid controller
is not available on kernels older than 4.3.
- linux: drop context= for remount. Older linux versions complain
when the selinux label is specified on a remount.
- utils: fix mount on not writeable path.
- cgroup: support systemd properties via annotations.
- systemd: do not set hard-code collectmode value. It can be set
through an annotation.
- cgroup: write the correct blkio settings.
- exec: do not inherit env variables from main pid.
- ebpf: fix endianess issue on s390x.
- linux: fix recursive mount on cgroup v1.

* crun-0.12.2.1

- when not using a cgroup namespace, mount only the cgroup v1 subpath.
Expand Down

0 comments on commit a1339ff

Please sign in to comment.