From eac58a47d499203c316afe8b6c08b291f4390abb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 12 Jul 2017 15:24:15 -0700 Subject: [PATCH] ChangeLog: Document changes since v1.0.0-rc6 Through 96de01bb (Merge pull request #897 from crosbymichael/pids, 2017-07-12). Signed-off-by: W. Trevor King --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5536bcd56..2ffc952f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ OpenContainers Specifications +Changes with v1.0.0: + + Breaking changes: + + * config: Shift disableOOMKiller from linux.resources to + linux.resources.memory (#896) + + Decreased restrictions: + + * runtime: Make the state JSON's pid optional on non-Linux platforms + (#897) + + Minor fixes and documentation: + + * schema/defs-linux: Require Syscall.action (#885) + * specs-go/config: Fix 'omiempty' -> 'omitempty' typo for + LinuxSeccompArg.ValueTwo (#884) + * ROAMAP: remove the pre-v1.0.0 roadmap (#890) + Changes with v1.0.0-rc6: Breaking changes: