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.1.0-rc.2:
4+
5+ Additions:
6+
7+ * config-linux: add support for rsvd hugetlb cgroup (#1116)
8+ * features: add `features.md` to formalize the `runc features` JSON (#1130)
9+ * config-linux: add support for time namespace (#1151)
10+
11+ Minor fixes and documentation:
12+
13+ * config-linux: clarify where device nodes can be created (#1148)
14+ * runtime: remove `When serialized in JSON, the format MUST adhere to the
15+ following pattern` (#1178)
16+ * Update CI to Go 1.20 (#1179)
17+ * config: clarify Linux mount options (#1181)
18+ * config-linux: fix url error (#1184)
19+ * schema: fix schema for timeOffsets (#1193)
20+ * schema: remove duplicate keys (#1195)
21+
322Changes with v1.1.0-rc.1:
423
524 Breaking changes (but rather conforms to the existing runc implementation):
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 = "-rc.1 -dev"
14+ VersionDev = "-rc.2 -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