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.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
+
3
22
Changes with v1.1.0-rc.1:
4
23
5
24
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 (
11
11
VersionPatch = 0
12
12
13
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = "-rc.1 -dev"
14
+ VersionDev = "-rc.2 -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