File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
OpenContainers Specifications
2
2
3
+ Changes with v1.0.0:
4
+
5
+ Breaking changes:
6
+
7
+ * config: Shift disableOOMKiller from linux.resources to
8
+ linux.resources.memory (#896)
9
+
10
+ Decreased restrictions:
11
+
12
+ * runtime: Make the state JSON's pid optional on non-Linux platforms
13
+ (#897)
14
+
15
+ Minor fixes and documentation:
16
+
17
+ * schema/defs-linux: Require Syscall.action (#885)
18
+ * specs-go/config: Fix 'omiempty' -> 'omitempty' typo for
19
+ LinuxSeccompArg.ValueTwo (#884)
20
+ * ROAMAP: remove the pre-v1.0.0 roadmap (#890)
21
+
3
22
Changes with v1.0.0-rc6:
4
23
5
24
Breaking changes:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
11
11
VersionPatch = 0
12
12
13
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = "-rc6- dev"
14
+ VersionDev = "-dev"
15
15
)
16
16
17
17
// Version is the specification version that the package types support.
You can’t perform that action at this time.
0 commit comments