4aedd32e4b
- add go_arches in project configuration: this way, we can use the same spec file but decide in the project configuration if to use gc-go or gcc-go for some archs. OBS-URL: https://build.opensuse.org/request/show/421576 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=25
144 lines
5.9 KiB
Plaintext
144 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 24 12:25:46 UTC 2016 - jmassaguerpla@suse.com
|
|
|
|
- add go_arches in project configuration: this way, we can use the
|
|
same spec file but decide in the project configuration if to
|
|
use gc-go or gcc-go for some archs.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 22 18:14:40 UTC 2016 - jmassaguerpla@suse.com
|
|
|
|
- update to v2.3.0 (bsc#995058)
|
|
- Remove patches which were already merged upstream:
|
|
* socket-activation-01-vendor.patch
|
|
* socket-activation-02-daemon.patch
|
|
* socket-activation-03-ctr.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 18 10:34:29 UTC 2016 - jmassaguerpla@suse.com
|
|
|
|
- use gcc6-go instead of gcc5-go (bsc#988408)
|
|
- build ppc64le with gc-go because this version builds with gc-go 1.6
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 18 10:33:29 UTC 2016 - cbrauner@suse.com
|
|
|
|
- bump git commit id to the one required by docker v1.12.0
|
|
- run test during build
|
|
- only run tests on architectures that provide the go list and got test tools
|
|
- add aarch64 to go arches
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 18 09:44:56 UTC 2016 - cbrauner@suse.de
|
|
|
|
- Add containerd-test package which contains the source code and the test. This
|
|
package will be used to run the integration tests.
|
|
- Simplify package build and check sections: Instead of symlinking we default to
|
|
cp -avr. go list gets confused by symlinks hence, we need to copy the source
|
|
code anyway if we want to run unit tests during package build at some point.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 16 09:51:37 UTC 2016 - asarai@suse.com
|
|
|
|
* Explicitly state the version dependency for runC, to avoid potential
|
|
issues with incompatible component versions. These must be updated
|
|
*each time we do a release*. Unfortunately we cannot create a hard
|
|
dependency because that would conflict with Docker, and was a mistake
|
|
on upstream's part. bsc#993847
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 20 10:32:45 UTC 2016 - asarai@suse.com
|
|
|
|
* Set --runtime option specifically to runC. bsc#978260
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 14:42:43 UTC 2016 - asarai@suse.de
|
|
|
|
* Update to containerd v0.2.2. (bsc#989566 FATE#320763)
|
|
* Includes updates to the out-of-tree patches.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 2 07:34:53 UTC 2016 - asarai@suse.de
|
|
|
|
* Remove MountFlags=slave from containerd.service. This causes many issues with
|
|
interactions with Docker.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 29 09:54:28 UTC 2016 - asarai@suse.de
|
|
|
|
* Added /usr/sbin/rccontainerd symlink as per suse-missing-rclink.
|
|
* Updated socket activation patches to use the same patchset that was merged
|
|
upstream (https://github.com/docker/containerd/pull/178):
|
|
* socket-activation-01-vendor.patch
|
|
* socket-activation-02-daemon.patch
|
|
* socket-activation-03-ctr.patch
|
|
* Removed aarch64 that was patched upstream:
|
|
- fix-aarch64-epoll.patch
|
|
* Update containerd to 0.2.1. Upstream changelog:
|
|
* Fixes for cgroup memory updates and process labeling.
|
|
* Truncate the event log on disk and in memory so that it does not
|
|
grow forever. This is mainly used for higher levels to receive past
|
|
events if they miss any.
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 03:42:39 UTC 2016 - asarai@suse.de
|
|
|
|
* Use socket activation with the containerd-daemon. This requires a
|
|
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.
|
|
* Update to containerd 0.1.0. This required quite a few fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 03:42:39 UTC 2016 - asarai@suse.de
|
|
|
|
* Update to containerd 0.1.0. This required quite a few fixes.
|
|
* Use socket activation with the containerd daemon. This requires a
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 27 10:19:02 UTC 2016 - asarai@suse.de
|
|
|
|
* Add initial packaging of containerd 0.0.5.
|
|
* Add service and sysconfig files.
|
|
* Separately package the client from the server.
|
|
* Install to /usr/sbin.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 27 10:19:02 UTC 2016 - asarai@suse.de
|
|
|
|
* Add initial packaging of containerd 0.0.5.
|
|
* Install to /usr/sbin.
|
|
* Separately package the client from the server.
|