@@ -6,25 +6,45 @@ Changes with v1.0.0-rc6:
6
6
7
7
* config: Shift oomScoreAdj to process and add RFC 2119 requirements
8
8
for the runtime (#781, #789, #836)
9
+ * config: Forbid 'root' on Hyper-V (#820, #838).
10
+ * config: process.capabilities and process.noNewPrivileges are
11
+ Linux-only again (#880). This partially reverses #673, which had
12
+ landed in v1.0.0-rc5.
13
+ * config: Remove process.rlimits from Windows (#880). It is now
14
+ POSIX-only, while in v1.0.0-rc5 it was cross-platform (because of
15
+ #673). Before #673 (in v1.0.0-rc4 and earlier), it was
16
+ Linux-only.
17
+ * config-linux: Drop redundant 'blkio' prefix from blockIO
18
+ properties (#860)
19
+ * config-linux: Make memory limits int64 instead of uint64 (#876).
20
+ This partially reverses #704, which had landed in v1.0.0-rc5.
9
21
* config-windows: Change CPU 'percent' to 'maximum' (#777)
10
22
* config-windows: Remove memory 'reservation' (#788)
23
+ * config-windows: Remove 'resources.network' and add 'network' (#801)
11
24
12
25
Additions:
13
26
27
+ * config: Windows runtimes MUST support the 'ro' mount option (#868)
14
28
* config-linux: Add Intel RDT/CAT Linux support (#630, #787)
15
29
* config-linux: Add Markdown specification for syscalls (#706)
16
30
* config-linux: Add 'unbindable' rootfsPropagation value (#770, #775)
17
- * config-windows: Add 'credentialspec' (#814)
31
+ * config-windows: Add 'credentialSpec' (#814, #859)
32
+ * config-windows: Add 'servicing' (#815)
33
+ * config-windows: Add 'ignoreFlushesDuringBoot' (#816, #859)
34
+ * config-windows: Add 'hyperv' (#818, #849, #859)
35
+ * config-windows: Add 'layerFolders' (#828)
18
36
19
37
Removals and increased restrictions:
20
38
21
- * config: Forbid 'root.path' on Hyper-V (#820 )
39
+ * config: Remove 'platform' (#850 )
22
40
* config: Require strictly-postitive 'timeout' values (#764)
23
41
* config: Strengthen punt to kernel for valid capabilities strings
24
42
(#766, #790)
43
+ * config: Require volume GUID paths for root.path (#849)
25
44
* config: Forbid setting 'readonly' true on Windows (#819)
26
45
* config: Forbid setting mount 'type' entirely on Windows and forbid
27
46
UNC paths and mapped drives in 'source' on Windows (#821)
47
+ * config: Remove 'hooks' from Windows spec (#855, #869, #870)
28
48
* config-linux: Clearly require absolute path for namespace (#720)
29
49
* config-linux: RFC 2119 tightening for namespaces (#767)
30
50
* config-linux: Require at least one entry in
@@ -42,25 +62,42 @@ Changes with v1.0.0-rc6:
42
62
43
63
* config: Make 'process' optional (#701, #805)
44
64
* config-linux: Make linux.seccomp.syscalls optional (#768)
65
+ * config-linux: valueTwo is now optional in
66
+ `linux.seccomp.syscalls[].args` entries (#877)
45
67
* config-linux: Remove local range restrictions for blkioWeight,
46
68
blkioLeafWeight, weight, leafWeight, and shares (#780)
69
+ * config-linux: Explicitly allow symlinks for providing devices (#873)
47
70
48
71
Minor fixes and documentation:
49
72
73
+ * config: Remove "MAY support any valid values" sentence (#851)
74
+ * config: Remove the previously-forbidden mounts[].type from the
75
+ Windows spec (#854)
76
+ * config: Clarify mounts[].source relative path anchor (#735)
77
+ * config: Explicitly make consoleSize ignored if terminal is false or
78
+ unset (#863)
50
79
* config: Specify height/width units (characters) for consoleSize (#761)
80
+ * config: Use "POSIX platforms" instead of "Linux and Solaris" (#838)
51
81
* config-linux: Explicit namespace for interface names (#713)
82
+ * config-linux: Explicitly list cgroupsPath as optional (#823)
83
+ * runtime: Clarify valid container states for 'start', 'kill', and
84
+ 'delete' (#875)
52
85
* runtime: Explicitly make process.* timing implementation-defined (#700)
53
86
* specs-go/config: Remove range restrictions from Windows comments (#783)
54
87
* specs-go/config: Add omitempty to LinuxSyscall.Args (#763)
55
88
* specs-go/config: Use a pointer for Process.ConsoleSize (#792)
89
+ * schema/README: Use v1.0.0 URL in examples to prepare for the 1.0.0
90
+ release (#881)
56
91
* schema/Makefile: Make 'validate' the default target (#750)
57
92
* schema/Makefile: Add 'clean' target (#774)
58
93
* schema: Add 'test' target to the Makefile (#785)
59
94
* *: Remove unnecessary .PHONY entries (#750, #778, #802)
60
95
* *: Typo fixes and polishing (#681, #708, #702, #703, #709, #711,
61
- #712, #721, #722, #723, #724, #730, #737, #738, #741, #744, #749,
62
- #753, #756, #765, #773, #776, #784, #786, #793, #794, #796, #798,
63
- #799, #800, #803, #812, #824, #826, #832)
96
+ #712, #721, #722, #723, #724, #730, #737, #738, #741, #744, #749,
97
+ #753, #756, #765, #773, #776, #784, #786, #793, #794, #796, #798,
98
+ #799, #800, #803, #807, #809, #811, #812, #822, #824, #826, #827,
99
+ #832, #839, #840, #846, #847, #848, #852, #856, #858, #862, #865,
100
+ #871, #874)
64
101
65
102
Changes with v1.0.0-rc5:
66
103
0 commit comments