2016-04-04 11:59:50 +00:00
|
|
|
-------------------------------------------------------------------
|
2016-04-19 10:37:57 +00:00
|
|
|
Tue Apr 19 10:23:09 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Use the gc compiler for aarch64 builds.
|
|
|
|
* Add a patch to fix the new aarch64 build support, which has not yet been
|
|
|
|
merged upstream (https://github.com/docker/containerd/pull/195):
|
|
|
|
+ fix-aarch64-epoll.patch
|
|
|
|
* Rebase the socket activation patchset which has yet to be merged
|
|
|
|
(https://github.com/docker/containerd/pull/178):
|
|
|
|
* socket-activation-01-vendor.patch
|
|
|
|
* socket-activation-02-daemon.patch
|
|
|
|
* socket-activation-03-ctr.patch
|
|
|
|
* Update to containerd 0.2.0. Changelog:
|
|
|
|
+ Add Limit to PidsStats
|
|
|
|
+ Add timeout flag for container start times.
|
|
|
|
+ Add timeout option for GRPC connection.
|
|
|
|
+ Add no_pivot_root support.
|
|
|
|
+ Add runtimeArgs to pass to shim
|
|
|
|
* Move epoll syscall to a separate package so we can build on aarch64.
|
|
|
|
* Fix ctr termios restoration isssues.
|
|
|
|
* Several bug fixes.
|
|
|
|
- Remove dependencies on larger packages.
|
2016-04-04 11:59:50 +00:00
|
|
|
|
2016-04-01 12:49:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 31 03:42:39 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Use socket activation with the containerd-daemon. This requires a
|
2016-04-19 10:37:57 +00:00
|
|
|
not-yet-upstream patchset (https://github.com/docker/containerd/pull/178):
|
|
|
|
+ socket-activation-01-vendor.patch
|
|
|
|
+ socket-activation-02-daemon.patch
|
|
|
|
+ socket-activation-03-ctr.patch
|
|
|
|
* Remove MountFlags=slave since it's not relevant to containerd and might cause
|
|
|
|
issues in the future.
|
2016-04-01 12:49:25 +00:00
|
|
|
* Update to containerd 0.1.0. This required quite a few fixes.
|
|
|
|
|
2016-03-27 10:27:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 27 10:19:02 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Add initial packaging of containerd 0.0.5.
|
2016-04-19 10:37:57 +00:00
|
|
|
* Add service and sysconfig files.
|
|
|
|
* Separately package the client from the server.
|
|
|
|
* Install to /usr/sbin.
|
2016-03-27 10:27:18 +00:00
|
|
|
|