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 11OpenContainers Specifications
22
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+
322Changes with v1.0.0-rc6:
423
524 Breaking changes:
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const (
1111 VersionPatch = 0
1212
1313 // VersionDev indicates development branch. Releases will be empty string.
14- VersionDev = "-rc6- dev"
14+ VersionDev = "-dev"
1515)
1616
1717// Version is the specification version that the package types support.
You can’t perform that action at this time.
0 commit comments