Skip to content

Commit 817873d

Browse files
committed
ChangeLog: Document changes since v1.0.0-rc5
Through 1de23f7 (Merge pull request opencontainers#836 from wking/oom-score-adj-go-tag, 2017-05-18). Signed-off-by: W. Trevor King <wking@tremily.us>
1 parent 1de23f7 commit 817873d

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

ChangeLog

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
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-windows: Change CPU 'percent' to 'maximum' (#777)
10+
* config-windows: Remove memory 'reservation' (#788)
11+
12+
Additions:
13+
14+
* config-linux: Add Intel RDT/CAT Linux support (#630, #787)
15+
* config-linux: Add Markdown specification for syscalls (#706)
16+
* config-linux: Add 'unbindable' rootfsPropagation value (#770, #775)
17+
18+
Removals and increased restrictions:
19+
20+
* config: Require strictly-postitive 'timeout' values (#764)
21+
* config: Strengthen punt to kernel for valid capabilities strings
22+
(#766, #790)
23+
* config: Forbid setting 'readonly' true on Windows (#819)
24+
* config: Forbid setting mount 'type' entirely on Windows and forbid
25+
UNC paths and mapped drives in 'source' on Windows (#821)
26+
* config-linux: Clearly require absolute path for namespace (#720)
27+
* config-linux: RFC 2119 tightening for namespaces (#767)
28+
* config-linux: Require at least one entry in
29+
linux.seccomp.sycalls[].names (#769)
30+
* config-linux: Remove syscall.comment (#714)
31+
* config-linux: Use MUST and MAY for weight and leafWeight (#751)
32+
* config-linux: Remove explicit 'null' from device cgroup values
33+
(#804)
34+
* runtime: Remove "features the runtime chooses to support" (#732)
35+
* runtime: Drop "not supported by the base OS" loophole (#733)
36+
* runtime-linux: Condition /proc/self/fd symlinks on source
37+
existence (#736)
38+
39+
Decreased restrictions:
40+
41+
* config: Make 'process' optional (#701, #805)
42+
* config-linux: Make linux.seccomp.syscalls optional (#768)
43+
* config-linux: Remove local range restrictions for blkioWeight,
44+
blkioLeafWeight, weight, leafWeight, and shares (#780)
45+
46+
Minor fixes and documentation:
47+
48+
* config: Specify height/width units (characters) for consoleSize (#761)
49+
* config-linux: Explicit namespace for interface names (#713)
50+
* runtime: Explicitly make process.* timing implementation-defined (#700)
51+
* specs-go/config: Remove range restrictions from Windows comments (#783)
52+
* specs-go/config: Add omitempty to LinuxSyscall.Args (#763)
53+
* specs-go/config: Use a pointer for Process.ConsoleSize (#792)
54+
* schema/Makefile: Make 'validate' the default target (#750)
55+
* schema/Makefile: Add 'clean' target (#774)
56+
* schema: Add 'test' target to the Makefile (#785)
57+
* *: Remove unnecessary .PHONY entries (#750, #778, #802)
58+
* *: Typo fixes and polishing (#681, #708, #702, #703, #709, #711,
59+
#712, #721, #722, #723, #724, #730, #737, #738, #741, #744, #749,
60+
#753, #756, #765, #773, #776, #784, #786, #793, #794, #796, #798,
61+
#799, #800, #803, #812, #824, #826, #832)
62+
363
Changes with v1.0.0-rc5:
464

565
Breaking changes:

0 commit comments

Comments
 (0)