Accepting request 516116 from home:cyphar:containers:runc_update_rc4
- Update to runc v1.0.0-rc4. Upstream changelog: + runc now supports v1.0.0 of the OCI runtime specification. #1527 + Rootless containers support has been released. The current state of this feature is that it only supports single-{uid,gid} mappings as an unprivileged user, and cgroups are completely unsupported. Work is being done to improve this. #774 + Rather than relying on CRIU version nnumbers, actually check if the system supports pre-dumping. #1371 + Allow the PIDs cgroup limit to be updated. #1423 + Add support for checkpoint/restore of containers with orphaned PTYs (which is effectively all containers with terminal=true). #1355 + Permit prestart hooks to modify the cgroup configuration of a container. #1239 + Add support for a wide variety of mount options. #1460 + Expose memory.use_hierarchy in MemoryStats. #1378 * Fix incorrect handling of systems without the freezer cgroup. #1387 * Many, many changes to switch away from Go's "syscall" stdlib to "golang.org/x/sys/unix". #1394 #1398 #1442 #1464 #1467 #1470 #1474 #1478 #1491 #1482 #1504 #1519 #1530 * Set cgroup resources when restoring a container. #1399 * Switch back to using /sbin as the installation directory. #1406 * Remove the arbitrary container ID length restriction. #1435 * Make container force deletion ignore non-existent containers. #1451 * Improve handling of arbitrary cgroup mount locations when populating cpuset. #1372 * Make the SaneTerminal interface public. #1479 * Fix cases where runc would report a container to be in a "Running" state if the init was a zombie or dead. #1489 * Do not set supplementary groups for numeric users. #1450 * Fix various issues with the "owner" field in runc-list. #1516 * Many other miscellaneous fixes, some of which were made by first-time contributors. Thanks, and welcome to the project! #1406 #1400 #1365 #1396 #1402 #1414 #1412 #1408 #1418 #1425 #1428 #1436 #1433 #1438 #1410 #1447 #1388 #1484 #1481 #1496 #1245 #1524 #1534 #1526 #1533 - Remove any semblance of non-Linux support. #1502 - We no longer use shfmt for testing. #1510 OBS-URL: https://build.opensuse.org/request/show/516116 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/runc?expand=0&rev=54
This commit is contained in:
parent
ce95522847
commit
f50f0c9beb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f557624b98ff2d38b84843d0fb70eb731ed14fd9d28613a8f317b1dc9ca1f073
|
||||
size 491904
|
3
runc-v1.0.0rc4.tar.xz
Normal file
3
runc-v1.0.0rc4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7704aa2959591136619067f678012a77329060907ccc7b4926b4b3299985d7d1
|
||||
size 486660
|
40
runc.changes
40
runc.changes
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 17:14:02 UTC 2017 - asarai@suse.com
|
||||
|
||||
- Update to runc v1.0.0-rc4. Upstream changelog:
|
||||
+ runc now supports v1.0.0 of the OCI runtime specification. #1527
|
||||
+ Rootless containers support has been released. The current state of
|
||||
this feature is that it only supports single-{uid,gid} mappings as an
|
||||
unprivileged user, and cgroups are completely unsupported. Work is
|
||||
being done to improve this. #774
|
||||
+ Rather than relying on CRIU version nnumbers, actually check if the
|
||||
system supports pre-dumping. #1371
|
||||
+ Allow the PIDs cgroup limit to be updated. #1423
|
||||
+ Add support for checkpoint/restore of containers with orphaned PTYs
|
||||
(which is effectively all containers with terminal=true). #1355
|
||||
+ Permit prestart hooks to modify the cgroup configuration of a
|
||||
container. #1239
|
||||
+ Add support for a wide variety of mount options. #1460
|
||||
+ Expose memory.use_hierarchy in MemoryStats. #1378
|
||||
* Fix incorrect handling of systems without the freezer cgroup. #1387
|
||||
* Many, many changes to switch away from Go's "syscall" stdlib to
|
||||
"golang.org/x/sys/unix". #1394 #1398 #1442 #1464 #1467 #1470 #1474
|
||||
#1478 #1491 #1482 #1504 #1519 #1530
|
||||
* Set cgroup resources when restoring a container. #1399
|
||||
* Switch back to using /sbin as the installation directory. #1406
|
||||
* Remove the arbitrary container ID length restriction. #1435
|
||||
* Make container force deletion ignore non-existent containers. #1451
|
||||
* Improve handling of arbitrary cgroup mount locations when populating
|
||||
cpuset. #1372
|
||||
* Make the SaneTerminal interface public. #1479
|
||||
* Fix cases where runc would report a container to be in a "Running"
|
||||
state if the init was a zombie or dead. #1489
|
||||
* Do not set supplementary groups for numeric users. #1450
|
||||
* Fix various issues with the "owner" field in runc-list. #1516
|
||||
* Many other miscellaneous fixes, some of which were made by first-time
|
||||
contributors. Thanks, and welcome to the project! #1406 #1400 #1365
|
||||
#1396 #1402 #1414 #1412 #1408 #1418 #1425 #1428 #1436 #1433 #1438
|
||||
#1410 #1447 #1388 #1484 #1481 #1496 #1245 #1524 #1534 #1526 #1533
|
||||
- Remove any semblance of non-Linux support. #1502
|
||||
- We no longer use shfmt for testing. #1510
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 13:51:43 UTC 2017 - asarai@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define go_tool go
|
||||
%define _version 1.0.0rc3+r133
|
||||
%define _version 1.0.0rc4
|
||||
%define project github.com/opencontainers/runc
|
||||
|
||||
# enable libseccomp for sle >= sle12sp2
|
||||
@ -34,7 +34,7 @@
|
||||
%endif
|
||||
|
||||
Name: runc
|
||||
Version: 1.0.0~rc3+r133
|
||||
Version: 1.0.0~rc4
|
||||
Release: 0
|
||||
Summary: Tool for spawning and running OCI containers
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user