Skip to content

Commit be402e4

Browse files
committed
ChangeLog: Document changes since v1.0.0-rc3
Through 3297cd5 (Merge pull request #216 from wking/travis-test-branch-commits, 2017-01-24). Signed-off-by: W. Trevor King <[email protected]>
1 parent 3297cd5 commit be402e4

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

ChangeLog

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

3+
Changes with v1.0.0-rc4:
4+
Additions:
5+
6+
* config-linux: Allow negative values for some resources (#648)
7+
* config-linux: Lift no-tweaking namespace restriction (#649)
8+
9+
Removals and increased restrictions:
10+
11+
* config: Rlimit types must be unique (#607)
12+
* config: Forbid empty-string keys in 'annotations' (#645, #654)
13+
* config-linux: Require runtime errors for pre-existing devices
14+
(#647)
15+
* runtime: Only require 'pid' in the state for created/running
16+
statuses (#664)
17+
* schema: Add 'consoleSize' and update requirements (#646)
18+
* schema: Remove string pointers (#656)
19+
* schema/config-linux: Remove blockIODeviceThrottle and other
20+
pointers (#545)
21+
22+
Breaking Go changes:
23+
24+
* specs-go/config: Remove string pointers (#653)
25+
* specs-go/config: Make Spec.Hooks a pointer (#427)
26+
* specs-go/config: Convert some resources from unsigned integers
27+
to signed integers (#648)
28+
29+
Minor fixes and documentation:
30+
31+
* config: Explicitly list 'hooks' as optional and cite POSIX for
32+
'env' and 'args' (#427)
33+
* runtime: Replace "process is stopped" with "process exits"
34+
(#465)
35+
* schema/config-linux: Add missing kernelTCP (#655)
36+
* schema/validate: Allow schema identifiers to contain a URL
37+
scheme (#490)
38+
* .travis: Fix git-validation commit ranges (#216)
39+
* *: Add anchor tags to a number of spec locations (#612, #636,
40+
#637, #638, #639, #640)
41+
* *: Typo fixes and polishing (#643, #650, #652, #656, #660, #665)
42+
343
Changes with v1.0.0-rc3:
444
Additions:
545

0 commit comments

Comments
 (0)