|
1 | 1 | OpenContainers Specifications
|
2 | 2 |
|
| 3 | +Changes with v1.0.1: |
| 4 | + |
| 5 | + Minor fixes and documentation: |
| 6 | + |
| 7 | + * spec: Expand "OCI" in spec-title reference and add "Initiative" |
| 8 | + (#900) |
| 9 | + * config: Simplify title to "Configuration" (#901) |
| 10 | + * config: Fix "procfs_2" -> "proc_2" link label (#906) |
| 11 | + * config: Fix IEEE Std 1003.1-2008 exec link markup (#913) |
| 12 | + * config: Add a trailing period to the "cannot be mapped" rlimits |
| 13 | + line (#915) |
| 14 | + * config-linux: RFC 2119 MUST for absolute linux.namespaces[].path |
| 15 | + (#925). This is technically a breaking change, because a config |
| 16 | + with a relative namespace path would have been compliant before, |
| 17 | + but will be non compliant with this change. However, the previous |
| 18 | + "an absolute path to namespace file" wording was clear enough that |
| 19 | + config authors are unlikely to be relying on relative namespace |
| 20 | + paths in configs. |
| 21 | + * config-linux: More specific documentation for weightDevice and |
| 22 | + throttle* (#825) |
| 23 | + * config-linux: Modify procfs to proc (#905) |
| 24 | + * config-linux: Fix "psuedo" -> "pseudo" typo (#921) |
| 25 | + * config-windows: Make maximum a uint16 (was a uint) (#891) |
| 26 | + * runtime: Change "process in the container" -> "container |
| 27 | + process" (#907) |
| 28 | + * schema/config-schema: Use ArrayOfStrings in capabilities |
| 29 | + properties. (#886) |
| 30 | + * schema/config-linux: |
| 31 | + s/throttleWriteIopsDevice/throttleWriteIOPSDevice/ (#899) |
| 32 | + * schema/config-linux: add intelRdt field (#889) |
| 33 | + * schema/config-solaris: Replaced refs with some fields |
| 34 | + (cappedCPU.ncpus, etc.) (#892) |
| 35 | + |
3 | 36 | Changes with v1.0.0:
|
4 | 37 |
|
5 | 38 | Breaking changes:
|
|
0 commit comments