Skip to content

Commit a546b3f

Browse files
committed
ChangeLog: Document changes since v1.0.0-rc5
Through 63b7c6c (Merge pull request opencontainers#850 from hqhq/simply_platform, 2017-06-16). Signed-off-by: W. Trevor King <[email protected]>
1 parent 63b7c6c commit a546b3f

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

ChangeLog

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,85 @@
11
OpenContainers Specifications
22

3+
Changes with v1.0.0-rc6:
4+
5+
Breaking changes:
6+
7+
* config: Shift oomScoreAdj to process and add RFC 2119 requirements
8+
for the runtime (#781, #789, #836)
9+
* config: Forbid 'root.path' on Hyper-V (#820)
10+
* config-linux: Drop redundant 'blkio' prefix from blockIO
11+
properties (#860)
12+
* config-windows: Change CPU 'percent' to 'maximum' (#777)
13+
* config-windows: Remove memory 'reservation' (#788)
14+
* config-windows: Remove 'resources.network' and add 'network' (#801)
15+
16+
Additions:
17+
18+
* config-linux: Add Intel RDT/CAT Linux support (#630, #787)
19+
* config-linux: Add Markdown specification for syscalls (#706)
20+
* config-linux: Add 'unbindable' rootfsPropagation value (#770, #775)
21+
* config-windows: Add 'credentialSpec' (#814, #859)
22+
* config-windows: Add 'servicing' (#815)
23+
* config-windows: Add 'ignoreFlushesDuringBoot' (#816, #859)
24+
* config-windows: Add 'hyperv' (#818, #849, #859)
25+
* config-windows: Add 'layerFolders' (#828)
26+
27+
Removals and increased restrictions:
28+
29+
* config: Remove 'platform' (#850)
30+
* config: Strengthen punt to kernel for valid capabilities strings
31+
(#766, #790)
32+
* config: Require volume GUID paths for root.path (#849)
33+
* config: Forbid setting 'readonly' true on Windows (#819)
34+
* config: Forbid setting mount 'type' entirely on Windows and forbid
35+
UNC paths and mapped drives in 'source' on Windows (#821)
36+
* config: Require strictly-postitive 'timeout' values (#764)
37+
* config: Remove 'hooks' from Windows spec (#855, #869, #870)
38+
* config-linux: Clearly require absolute path for namespace (#720)
39+
* config-linux: RFC 2119 tightening for namespaces (#767)
40+
* config-linux: Require at least one entry in
41+
linux.seccomp.sycalls[].names (#769)
42+
* config-linux: Remove syscall.comment (#714)
43+
* config-linux: Use MUST and MAY for weight and leafWeight (#751)
44+
* config-linux: Remove explicit 'null' from device cgroup values
45+
(#804)
46+
* runtime: Remove "features the runtime chooses to support" (#732)
47+
* runtime: Drop "not supported by the base OS" loophole (#733)
48+
* runtime-linux: Condition /proc/self/fd symlinks on source
49+
existence (#736)
50+
51+
Decreased restrictions:
52+
53+
* config: Make 'process' optional (#701, #805)
54+
* config-linux: Make linux.seccomp.syscalls optional (#768)
55+
* config-linux: Remove local range restrictions for blkioWeight,
56+
blkioLeafWeight, weight, leafWeight, and shares (#780)
57+
58+
Minor fixes and documentation:
59+
60+
* config: Remove "MAY support any valid values" sentence (#851)
61+
* config: Remove the previously-forbidden mounts[].type from the
62+
Windows spec (#854)
63+
* config: Clarify mounts[].source relative path anchor (#735)
64+
* config: Explicily make consoleSize ignored if terminal is false or
65+
unset (#863)
66+
* config: Specify height/width units (characters) for consoleSize (#761)
67+
* config-linux: Explicit namespace for interface names (#713)
68+
* runtime: Explicitly make process.* timing implementation-defined (#700)
69+
* specs-go/config: Remove range restrictions from Windows comments (#783)
70+
* specs-go/config: Add omitempty to LinuxSyscall.Args (#763)
71+
* specs-go/config: Use a pointer for Process.ConsoleSize (#792)
72+
* schema/Makefile: Make 'validate' the default target (#750)
73+
* schema/Makefile: Add 'clean' target (#774)
74+
* schema: Add 'test' target to the Makefile (#785)
75+
* *: Remove unnecessary .PHONY entries (#750, #778, #802)
76+
* *: Typo fixes and polishing (#681, #708, #702, #703, #709, #711,
77+
#712, #721, #722, #723, #724, #730, #737, #738, #741, #744, #749,
78+
#753, #756, #765, #773, #776, #784, #786, #793, #794, #796, #798,
79+
#799, #800, #803, #807, #809, #811, #812, #822, #824, #826, #827,
80+
#832, #839, #846, #847, #848, #852, #856, #858, #862, #865, #871,
81+
#874)
82+
383
Changes with v1.0.0-rc5:
484

585
Breaking changes:

0 commit comments

Comments
 (0)