|
1 | 1 | OpenContainers Specifications |
2 | 2 |
|
| 3 | +Changes with v0.5.0: |
| 4 | + Breaking changes: |
| 5 | + |
| 6 | + * specs-go: Renamed the repository from opencontainers/specs to |
| 7 | + opencontainers/runtime-spec, #365 |
| 8 | + |
| 9 | + Additions: |
| 10 | + |
| 11 | + * config: Add 'timeout' for hooks, #346 |
| 12 | + * config-linux: Add 'maskedPaths' and 'readonlyPaths', #364 |
| 13 | + |
| 14 | + Minor fixes and documentation: |
| 15 | + |
| 16 | + * JSON Schema bug-fixes and improved examples, #370 |
| 17 | + * README: Define "unconditionally compliant", #374 |
| 18 | + * config: Make Markdown canonical, #342 |
| 19 | + * config: Explicitly list mapping from symbolic names to UID/GIDs as |
| 20 | + out-of-scope, #347 |
| 21 | + * config-linux: Require the runtime mount namespace for namespace |
| 22 | + 'path' values, #275 |
| 23 | + * config-linux: Reword kernelTCP docs, #377 |
| 24 | + * specs-go: Add omitempty to 'Device' and 'Namespace', #340 |
| 25 | + * .travis.yml: Use built-in 'go vet' and current 'go lint', dropping |
| 26 | + Go < 1.5, #372, #352 |
| 27 | + * implementations: Expand ocitools scope to include testing, #328 |
| 28 | + * style: Move one-sentence-per-line rule from the README, #369 |
| 29 | + * style: Remove dangling parenthesis, #359 |
| 30 | + * README: Add a link to the IRC logs, #358 |
| 31 | + * Fix "manadate", "exmaple", "paramters", and "preferrably" typos, |
| 32 | + #353, #354 |
| 33 | + |
3 | 34 | Changes with v0.4.0: |
4 | 35 | Breaking changes: |
5 | 36 |
|
|
0 commit comments