From 85feb9a2e1b5af140a081f8c34cfcc3b85b00f82 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Sep 2017 14:34:28 -0700 Subject: [PATCH] ChangeLog: Document changes since v1.0.0 Through a5276ae (Merge pull request #929 from giuseppe/add-more-implementations, 2017-10-23). There have also been a few non-spec changes which I have not documented in the ChangeLog: 13b4639 .pullapprove.yml: Switch to v2 and other project-template updates (#902) f6f2514 README: Make meetings monthly (were weekly) (#910) e27acdd implementations: Replace "cc-oci-runtime" with "cc-runtime" (#922) ec4cc47 implementations: add crun (#929) d4990d1 implementations: add bwrap-oci (#929) 8a16f08 .mailmap: Consolidate James' entries (#924) Signed-off-by: W. Trevor King --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2ffc952f0..9849dc715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,38 @@ OpenContainers Specifications +Changes with v1.0.1: + + Minor fixes and documentation: + + * spec: Expand "OCI" in spec-title reference and add "Initiative" + (#900) + * config: Simplify title to "Configuration" (#901) + * config: Fix "procfs_2" -> "proc_2" link label (#906) + * config: Fix IEEE Std 1003.1-2008 exec link markup (#913) + * config: Add a trailing period to the "cannot be mapped" rlimits + line (#915) + * config-linux: RFC 2119 MUST for absolute linux.namespaces[].path + (#925). This is technically a breaking change, because a config + with a relative namespace path would have been compliant before, + but will be non compliant with this change. However, the previous + "an absolute path to namespace file" wording was clear enough that + config authors are unlikely to be relying on relative namespace + paths in configs. + * config-linux: More specific documentation for weightDevice and + throttle* (#825) + * config-linux: Modify procfs to proc (#905) + * config-linux: Fix "psuedo" -> "pseudo" typo (#921) + * config-windows: Make maximum a uint16 (was a uint) (#891) + * runtime: Change "process in the container" -> "container + process" (#907) + * schema/config-schema: Use ArrayOfStrings in capabilities + properties. (#886) + * schema/config-linux: + s/throttleWriteIopsDevice/throttleWriteIOPSDevice/ (#899) + * schema/config-linux: add intelRdt field (#889) + * schema/config-solaris: Replaced refs with some fields + (cappedCPU.ncpus, etc.) (#892) + Changes with v1.0.0: Breaking changes: