|
1 | 1 | OpenContainers Specifications
|
2 | 2 |
|
| 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 | + |
3 | 43 | Changes with v1.0.0-rc3:
|
4 | 44 | Additions:
|
5 | 45 |
|
|
0 commit comments